![GregTech Classic](https://media.forgecdn.net/avatars/thumbnails/206/493/256/256/636957852335170918.png)
Crash on dedicated Sever
LukaPix opened this issue ยท 6 comments
Your Mod crashes trying to add the recipe for the magic energy converter
latest.log
How can one compile your mod, it runs into errors trying to compile it with ic2c gradlew
Or, when can one expect the release to push this fix ?
Just need to check if the size is more than 0, rather then getting element 0 and null checking.
ok should be fixed for real now thanks for making the report. I think whats happening is the fluid is validated when using the method i wrote for adding modded fluids to the recipe list,
but since GT Classic does not generate all possible filled fluid containers by default, you can still null the actual fluid container input for the recipe list.
also @LukaPix if you are unable to play until the update, try enabling "displayAllFluidTubes" in the GTC Config, that might fix things temporarily until i can get the patch out