CleanroomMC / InventoryBogoSorter

A rewrite of the popular Inventory Tweaks mod
GNU Lesser General Public License v3.0
11 stars 9 forks source link

Crash on pressing [...] #50

Closed Krutoy242 closed 12 months ago

Krutoy242 commented 1 year ago

I placed Draconic Evolution chest and pressed [...] button:

image

java.lang.IndexOutOfBoundsException: Index: 251, Size: 0
    at java.util.ArrayList.rangeCheck(ArrayList.java:659)
    at java.util.ArrayList.get(ArrayList.java:435)
    at net.minecraft.inventory.Container.slotClick(Container.java:258)
    at net.minecraft.client.multiplayer.PlayerControllerMP.windowClick(PlayerControllerMP.java:566)
    at net.minecraft.client.gui.inventory.GuiContainer.handleMouseClick(GuiContainer.java:638)
    at net.minecraft.client.gui.inventory.GuiContainer.mouseClicked(GuiContainer.java:392)
    at com.brandon3055.brandonscore.client.gui.modulargui_old.ModularGuiContainer.mouseClicked(ModularGuiContainer.java:95)
    at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:533)
    at com.brandon3055.brandonscore.client.gui.modulargui_old.ModularGuiContainer.handleMouseInput(ModularGuiContainer.java:131)
    at net.minecraft.client.gui.GuiScreen.handleInput(GuiScreen.java:501)

debug.log

brachy84 commented 1 year ago

Yeah, that happens when the button is over a slot. I need to check everything i have compat for.