Crash while using a CraftTweaker script
ElRichiRicon opened this issue ยท 3 comments
Script:
mods.createElectricStonks.fePerRotation(0.4f);
(all other lines were made comments)
Crashlog:
https://pastebin.com/s3DPxamn
The game opens, loads and is able to create a world, but placing a motor crashes the game. Loading the script with a motor in place also crashes. After that, the game crashes when trying to load the same world.
I believe it worked with 0.5f. Crashed with 0.25, 0.24 and 0.125f. I tried the last one multiple times.
This is quite weird, for some reason it seems like it considers 0.4 as 0, I will look into it now