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.
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.