copygirl's Wearable Backpacks

copygirl's Wearable Backpacks

15M Downloads

Update forge version

Xorbah opened this issue ยท 4 comments

commented

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.

commented

particularly how nbt compounds are checked. example:


newer forge versions use NBTTagCompound#hasNoTags()

commented

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.

commented

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)

commented

Could a developer of the mod please give some feedback?