Fix iron furnace

This commit is contained in:
modmuss50 2019-07-25 00:16:49 +01:00
parent fc56eeaf61
commit a80d2183f9

View file

@ -45,7 +45,7 @@ public class IronFurnaceBlockEntity extends MachineBaseBlockEntity
implements InventoryProvider, IContainerProvider { implements InventoryProvider, IContainerProvider {
public int tickTime; public int tickTime;
public RebornInventory<IronFurnaceBlockEntity> inventory = new RebornInventory<>(3, "IronFurnaceBlockEntity", 64, this, getInvetoryAccess()); public RebornInventory<IronFurnaceBlockEntity> inventory = new RebornInventory<>(3, "IronFurnaceBlockEntity", 64, this, getInvetoryAccess()).withConfiguredAccess();
public int fuel; public int fuel;
public int fuelGague; public int fuelGague;
public int progress; public int progress;