Craft Tweaker / Amendments Crash with Cauldrons
Lonemind opened this issue ยท 3 comments
Issue description
Minecraft 1.20.1
Amendments 1.2.4
Moonlight 2.11.41
Supplementaries 2.8.15
CraftTweakrer 14.0.40
If there are scripts in the Scripts folder for Craft Tweaker and you toss items into a cauldron Minecraft crashes with this crashlog.
The latter crashlog was generated with nothing but the aforementioned mods installed. It didn't point at any suspected mods but in my full modpack I get this crashlog that points to Amendments and CraftTweaker as the suspected mods. (And Recipe Essentials but I get the crash even when removing that mod).
I'm posting this issue both on the Amendments Github and CraftTweaker. I'll edit each post to crosslink the issues.
Edit: MehVahdJukaar/amendments#91
Steps to reproduce
No response
Script used
The crafttweaker.log file
Minecraft version
1.20.1
Modloader
Forge
Modloader version
47.3.1
CraftTweaker version
14.0.40
Other relevant information
No response
The latest.log file
I see the issue on amendments side.
They create a dummy container to check for stew crafting recipes. That container has dimensions that are larger than the container itself which breaks the contract that containers have a rectangular size.
CraftTweaker expects that container.size() == container.height() * container.width()
which does not hold true for amendments dummy container unless the number of items in the cauldron is a square number.
The first crash log you sent complains about moonlight missing.
Mod amendments requires moonlight any
Currently, moonlight is not installed
As for the server crash log, I'd have to check a bit more from the crash log I'd say there may be an issue in how CraftTweaker calculates if a mirrored shaped recipe matches.