Server Crash - StackOverflowError: Ticking block entity with Netherite Shulker Box
gustavogrq opened this issue ยท 1 comments
Hello,
My server is crashing due to a java.lang.StackOverflowError when ticking a block entity from your mod. The crash seems to be caused by a sophisticatedstorage:netherite_shulker_box located at coordinates (-153, 63, 910). The stack trace points to a recursive loop involving the AutoCookingUpgradeWrapper, suggesting the issue is with an Auto-Cooking upgrade.
I have already confirmed that I am using the latest available versions of the mods.
Environment Details:
-
Minecraft Version: 1.21.1
-
Fabric Loader Version: 0.16.13
-
Sophisticated Core Version: 1.21.1-1.2.9.14.154
-
Sophisticated Storage Version: 1.21.1-1.3.7.5.124
-
Below is the full crash report for analysis. Thank you!