Crashing
MineplayerHDYT opened this issue ยท 6 comments
Game Crashed after puting an Empty Folder and an Apple in the crafting bench
Could not reproduce this issue..do you have a crashlog of it happening, and the version you had installed?
Mod Version 1.12.1-0.1.21
Minecraft Version 1.12.2
crash-2017-12-15_11.25.27-client.txt
after some testing, it appears that the culprit is the Compressions mod. looking at the method involved in the stacktrace: https://github.com/Sediments/Compressions/blob/1.12/src/compressions/Base.java#L1622
it appears to return null several times in the method. It should not do that. In minecraft versions 1.11 and onwards, itemstacks are never null. They should return ItemStack.EMPTY whenever they want to give nothing to the player. It is through this weird interaction between Compressions and NoMoreRecipes that the crash happens. Without NoMoreRecipes installed, Compressions will just somehow not crash as it makes some recipes not work, as demonstrated here.
removing Compressions will solve the crashing and the recipes not working
thank you but could you fix this that i can use this mod with realfillingcabinet? :D