Fix some issues

This commit is contained in:
modmuss50 2020-04-26 19:39:06 +01:00
parent 7ccd5bcebd
commit 8051e0cfbb
8 changed files with 19 additions and 10 deletions

View file

@ -63,6 +63,10 @@ public class QuantumTankBlockEntity extends TankUnitBaseBlockEntity {
TankUnitBaseBlockEntity tankEntity = (TankUnitBaseBlockEntity) world.getBlockEntity(pos);
if (tankEntity == null) {
return;
}
tankEntity.setTank(tank);
tankEntity.setStack(0, inputSlotStack);