MinecraftModDevelopmentMods / BaseMetals

Base Metals Mod
https://www.curseforge.com/minecraft/mc-mods/base-metals
GNU Lesser General Public License v2.1
15 stars 18 forks source link

Compat with Ancient Warfare 2 [1.12.2] #449

Open KarinaFrost opened 5 years ago

KarinaFrost commented 5 years ago

I'm sharing this with AW2, but since your mod was part of the crash, I figured it'd be best to share with you, too.

crash-2019-06-19_10.47.08-server.txt crash-2019-06-19_09.49.27-server.txt crash-2019-06-19_09.58.29-server.txt

Upon using a hoe from this mod as a tool for the 'farmer' NPC, who operates a 'Crop Farm' block, the server crashes the client with a ticking entity error, citing a missing value for your hoes somewhere. This does not happen when I use a 'Quarry' and a pickaxe from your mod. Said crash also only seems to happen with your mod, as it does not happen with hoes from Abyssalcraft, Twilight Forest, Aether Legacy, and so on... Even confirmed with just AW2 and BaseMetals + relevant dependencies.

dshadowwolf commented 5 years ago

Hrm... I have zero clue - I'll have to go looking, but we do use Forge's EnumHelper to add our stuff to the tool and armor material enums - see this method

At this point I'm wondering if we've screwed up in our use of EnumHelper