Fix iron furnace
This commit is contained in:
parent
fc56eeaf61
commit
a80d2183f9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class IronFurnaceBlockEntity extends MachineBaseBlockEntity
|
|||
implements InventoryProvider, IContainerProvider {
|
||||
|
||||
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 fuelGague;
|
||||
public int progress;
|
||||
|
|
Loading…
Add table
Reference in a new issue