oh i kinda want this changed

one less warning lmao
This commit is contained in:
BallOfEnergy 2025-03-27 21:17:16 -05:00
parent e79eae78a7
commit e9376c788c

View File

@ -58,9 +58,7 @@ public class ItemLeadBox extends Item implements IGUIProvider {
ItemStack[] fromNBT = ItemStackUtil.readStacksFromNBT(box, slots.length);
if(fromNBT != null) {
for(int i = 0; i < slots.length; i++) {
slots[i] = fromNBT[i];
}
System.arraycopy(fromNBT, 0, slots, 0, slots.length);
}
toMarkDirty = true;
this.markDirty();