Open TigerWalts opened 3 years ago
Attempting to connect to a server fails with the error:
Recipe minecraft:wheat (net.minecraft.item.crafting.ShapedRecipes@3aac31b7) produces unregistered item minecraft:wheat (net.minecraft.item.Item@5325674a)
Pam's Harvestcraft is re-registering the minecraft:wheat item. Any recipes registered that use the old item are now invalid and will cause this error.
Workaround
Disabling Pam's Harvestcraft's Vanilla Food Balance on both the server and the client resolves the problem
config/harvestcraft.cfg
B:enablevanillafoodBalance=false
Looking at the mod's code, disabling edible wheat may also work if it's just the minecraft:wheat item causing problems.
Attempting to connect to a server fails with the error:
Pam's Harvestcraft is re-registering the minecraft:wheat item. Any recipes registered that use the old item are now invalid and will cause this error.
Workaround
Disabling Pam's Harvestcraft's Vanilla Food Balance on both the server and the client resolves the problem
config/harvestcraft.cfg
Looking at the mod's code, disabling edible wheat may also work if it's just the minecraft:wheat item causing problems.