mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Update ContainerMachineArcFurnaceLarge.java
This commit is contained in:
parent
0a99397f30
commit
13b3988829
@ -65,11 +65,12 @@ public class ContainerMachineArcFurnaceLarge extends Container {
|
||||
} else if(rStack.getItem() instanceof ItemMachineUpgrade) {
|
||||
if(!InventoryUtil.mergeItemStack(this.inventorySlots, stack, 4, 5, false)) return null;
|
||||
} else {
|
||||
if(!InventoryUtil.mergeItemStack(this.inventorySlots, stack, 5, 25, false)) return null;
|
||||
stack = furnace.distributeInput(stack, true);
|
||||
if(stack != null && stack.stackSize == rStack.stackSize) return null;
|
||||
}
|
||||
}
|
||||
|
||||
if(stack.stackSize == 0) {
|
||||
if(stack == null || stack.stackSize == 0) {
|
||||
slot.putStack((ItemStack) null);
|
||||
} else {
|
||||
slot.onSlotChanged();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user