NoSuchMethodError crash with TiC 1.12.2-2.10.1.87
TheIllusiveC4 opened this issue ยท 7 comments
Versions (Be specific, do not write "latest"):
- Construct's Armory: 1.12.2-0.0.21-rc1
- Tinkers' Construct: 1.12.2-2.10.1.87
- Mantle: 1.12-1.3.2.24
- Forge: 1.12.2-14.23.4.2705
Observed Behavior:
Construct's Armory will throw a NoSuchMethodError exception during initialization when loaded with Tinkers' Construct 1.12.2-2.10.1.87.
Expected Behavior:
Both mods will load just fine.
Steps to Reproduce:
- Start Minecraft with both Construct's Armory and Tinkers' Construct loaded with the above specified versions respectively.
Crash Log: https://paste.dimdev.org/nokigoyomu.mccrash
This is caused by Tinkers' changing the parameters of a certain method in the latest update. Unfortunately, the only way to solve this is to just not use either Construct's Armory or the latest Tinkers' Construct version until I can push out an update, which I plan to do tonight as soon as I can.
Yeah, sorry about that. The method was not part of our API so it normally would be safe to change, but I forgot to consider that Construct's Armory might be using the function. I could add back in the old signature, but by this point it sounds like you have a release planned anyways to fix it.
It's perfectly alright, it's trivial to fix on my end and you shouldn't have to worry about changing/removing methods that aren't part of the API.
Fixed in 04efc75