You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
If the mod is not called fabrication or maybe c_tweaks. I don't know.
The mod author hasn't named their mixin file in a standard way so we don't know which mod it is.
You could use a zip program to look inside each mod jar and see which has a "fabrication.mixins.json" file.
I started a server with Bisect Hosting and I imported the mods I'm using from curse forge onto there but I can't craft modded items. Crafting vanilla works also when i look at the REI on the right it shows the item but when I click on the item it does not show the recipe. Please help.
The following code worked but added all minecraft blocks and items to my creative tab.
for (Item item : ForgeRegistries.ITEMS.getValues()) {
if (new ItemStack(item.asItem()).getCount() == 1) {
event.accept(item.asItem());
}
}
Is there any way I can filter them out?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.