High Oven ticking block error with custom heat recipes MC1.12.2
Squatlock opened this issue ยท 4 comments
Hello, I have been trying to add custom heat recipes to the high oven using modtweaker, but whenever the oven attempts the recipe the game crashes. I posted this issue with the modtweaker devs, and they said the issue is on your end. This bug is repeatable and happens with all heat recipes I try to add. I am on MC version 1.12.2 and Tcomplement version 0.4.3.
The game crashes with the error code
Error: java.lang.ArithmeticException: / by zero
Exit Code: -1
Here is a gist of the crash log
https://gist.github.com/Squatlock/e87d06cd87b44b5f7c8de1c4f86f0c62
Let me know if you need more information.
That is not a crash log, that is a game log, it has no information I can use. Post the actual crash log. Also, post the CT code for the recipe you added
Assuming your issue is jaredlll08/ModTweaker#767, you should know the minimum size a fluid in a heat recipe can be is 2mb, and even that is stupid low. That is the number to process per tick, 1 per tick means it will take forever for your recipe to do anything useful.
I didn't know there was a minimum value for that, upping the values on my script fixed everything. Thanks!