placing cooler causes crash- world unable to load w/o crashing
cosmikbun opened this issue ยท 0 comments
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 8/11/22, 2:02 AM
Description: Ticking block entity
java.lang.ArrayIndexOutOfBoundsException
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:670)
-- Block entity being ticked --
Details:
Name: expandeddelight:cooler // com.ianm1647.expandeddelight.block.entity.CoolerBlockEntity
Block: Block{expandeddelight:cooler}[facing=east]
Block location: World: (-232,77,-367), Section: (at 8,13,1 in -15,4,-23; chunk contains blocks -240,-64,-368 to -225,319,-353), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Block: Block{expandeddelight:cooler}[facing=east]
Block location: World: (-232,77,-367), Section: (at 8,13,1 in -15,4,-23; chunk contains blocks -240,-64,-368 to -225,319,-353), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Block Entity NBT: {Items:[],cooler.fuelTime:0,cooler.maxFuelTime:0,cooler.progress:0}
Stacktrace:
at net.minecraft.class_2818$class_5563.method_31703(class_2818.java:670)
at net.minecraft.class_2818$class_5564.method_31703(class_2818.java:713)
at net.minecraft.class_1937.method_18471(class_1937.java:475)
at net.minecraft.class_3218.method_18765(class_3218.java:368)
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:907)
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:851)
at net.minecraft.class_1132.method_3748(class_1132.java:97)
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:697)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
at java.base/java.lang.Thread.run(Thread.java:833)