Should fix Plasma Generator for #1780
This commit is contained in:
parent
0fa30e2381
commit
8f94d3484b
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ public class PlasmaGeneratorBlockEntity extends BaseFluidGeneratorBlockEntity im
|
|||
.blockEntity(this).slot(0, 25, 35).outputSlot(1, 25, 55).syncEnergyValue()
|
||||
.syncIntegerValue(this::getTicksSinceLastChange, this::setTicksSinceLastChange)
|
||||
.syncIntegerValue(this::getTankAmount, this::setTankAmount)
|
||||
.sync(tank)
|
||||
.addInventory().create(this, syncID);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue