Update forge version
Xorbah opened this issue ยท 4 comments
Can this get an update to a more recent version of forge for 1.12.2? The author of heavy inventories is attempting to add compatibility with your mod but is unable to due to how NBT data is being handled.
particularly how nbt compounds are checked. example:
newer forge versions use NBTTagCompound#hasNoTags()
This is not a Forge update issue, these are MCP mappings. If you want to use Wearable Backpacks in your workspace you need to use deobfCompile
on an obfuscated jar to ensure it is mapped correctly for your environment.
Fwiw, it is whatever environment you are in that is outdated, not ours. Wearable Backpacks was updated to the stable (and final) channel for 1.12 MCP back in September, which included the migration from hasNoTags
to isEmpty
(141bd8c), with the relevant MCP change implemented in July 2018 (ModCoderPack/MCPBot-Issues#598)