adam9899 / Issues

14 stars 0 forks source link

[1.4.1] Recipe minecraft:wheat produces unregistered item minecraft:wheat #947

Open TigerWalts opened 3 years ago

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