Crash when sorting by item count.
Unbox101 opened this issue ยท 2 comments
Issue type:
- ๐ Bug
Short description:
When I boot up my game and enter my world I open up my crafting terminal and click sort by item count and it crashes.
Steps to reproduce the problem:
I just open my storage terminal and click the sort by item count button then it freezes for a bit then the game window completely closes.
Expected behaviour:
It used to sort by item count just fine? But now it crashes every time without fail.
Versions:
- This mod: 1.0.1
- Minecraft: 1.12.2
- Forge: 14.23.5.2795
Log file:
Note to self:
java.lang.NullPointerException: Rendering screen
at org.cyclops.commoncapabilities.ingredient.NBTBaseComparator.compare(NBTBaseComparator.java:24)
at org.cyclops.commoncapabilities.ingredient.NBTBaseComparator.compare(NBTBaseComparator.java:74)
at org.cyclops.commoncapabilities.ingredient.NBTBaseComparator.compare(NBTBaseComparator.java:74)
at org.cyclops.commoncapabilities.ingredient.NBTBaseComparator.compare(NBTBaseComparator.java:18)
at org.cyclops.commoncapabilities.ingredient.IngredientHelpers.compareTags(IngredientHelpers.java:37)
at org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack.compare(IngredientMatcherItemStack.java:122)
at org.cyclops.commoncapabilities.ingredient.IngredientMatcherItemStack.compare(IngredientMatcherItemStack.java:14)
at java.util.Comparator.lambda$thenComparing$36697e65$1(Unknown Source)