This commit is contained in:
parent
41422f4a66
commit
dcca103f9a
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ public class FusionControlComputerBlockEntity extends GenericMachineBlockEntity
|
||||||
|
|
||||||
public FusionControlComputerBlockEntity(BlockPos pos, BlockState state) {
|
public FusionControlComputerBlockEntity(BlockPos pos, BlockState state) {
|
||||||
super(TRBlockEntities.FUSION_CONTROL_COMPUTER, pos, state, "FusionControlComputer", -1, -1, TRContent.Machine.FUSION_CONTROL_COMPUTER.block, -1);
|
super(TRBlockEntities.FUSION_CONTROL_COMPUTER, pos, state, "FusionControlComputer", -1, -1, TRContent.Machine.FUSION_CONTROL_COMPUTER.block, -1);
|
||||||
checkOverfill = false;
|
|
||||||
this.inventory = new RebornInventory<>(3, "FusionControlComputerBlockEntity", 64, this);
|
this.inventory = new RebornInventory<>(3, "FusionControlComputerBlockEntity", 64, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue