-
Notifications
You must be signed in to change notification settings - Fork 74
Description
--- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// Oops.
Time: 2025-08-15 14:50:31 CST
Description: Exception in server tick loop
java.lang.IndexOutOfBoundsException: Index (100) is greater than or equal to list size (100)
at it.unimi.dsi.fastutil.objects.ObjectArrayList.set(ObjectArrayList.java:410)
at net.minecraft.util.NonNullList.set(SourceFile:51)
at net.minecraft.inventory.InventoryCrafting.setInventorySlotContents(InventoryCrafting.java:153)
at com.glodblock.github.inventory.FluidConvertingInventoryCrafting.setInventorySlotContents(FluidConvertingInventoryCrafting.java:41)
at appeng.me.cluster.implementations.CraftingCPUCluster.executeCrafting(CraftingCPUCluster.java:717)
at appeng.me.cluster.implementations.CraftingCPUCluster.updateCraftingLogic(CraftingCPUCluster.java:590)
at appeng.me.cache.CraftingGridCache.mixinextras$bridge$updateCraftingLogic$49(CraftingGridCache.java)
at appeng.me.cache.CraftingGridCache.wrapOperation$bdi000$wrapOnUpdateTick(CraftingGridCache.java:1152)
at appeng.me.cache.CraftingGridCache.onUpdateTick(CraftingGridCache.java:123)
at appeng.me.GridCacheWrapper.onUpdateTick(GridCacheWrapper.java:40)
at appeng.me.Grid.update(Grid.java:264)
at appeng.hooks.TickHandler.onTick(TickHandler.java:199)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2057_TickHandler_onTick_TickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:190)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:268)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:884)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:687)
at java.lang.Thread.run(Unknown Source)
No Mixin Metadata is found in the Stacktrace.