You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/codechicken/lib/gui/modular/elements/GuiSlots.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,9 @@ public GuiSlots(@NotNull GuiParent<?> parent, ContainerScreenAccess<?> screenAcc
72
72
if (firstSlot + slotCount > slots.size()) {
73
73
thrownewIllegalStateException("Specified slot range is out of bounds, Last slot in group is at index " + (slots.size() - 1) + " Specified range is from index " + firstSlot + " to " + (firstSlot + slotCount - 1));
0 commit comments