Commented out tank update()
This commit is contained in:
parent
cd48daa152
commit
2a180cb5c2
5 changed files with 14 additions and 16 deletions
|
@ -92,9 +92,12 @@ public class TileQuantumTank extends TileMachineBase
|
|||
public void tick() {
|
||||
super.tick();
|
||||
if (!world.isRemote) {
|
||||
if (FluidUtils.drainContainers(tank, inventory, 0, 1)
|
||||
|| FluidUtils.fillContainers(tank, inventory, 0, 1, tank.getFluidType()))
|
||||
this.syncWithAll();
|
||||
// TODO: Fix in 1.13
|
||||
// if (FluidUtils.drainContainers(tank, inventory, 0, 1)
|
||||
// || FluidUtils.fillContainers(tank, inventory, 0, 1, tank.getFluidType())) {
|
||||
// this.syncWithAll();
|
||||
// }
|
||||
|
||||
}
|
||||
tank.compareAndUpdate();
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "techreborn:block/machines/tier3_machines/creative_quantum_chest" }
|
||||
}
|
||||
"parent": "techreborn:block/machines/tier3_machines/creative_quantum_chest"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "techreborn:block/machines/tier3_machines/creative_quantum_tank" }
|
||||
}
|
||||
}
|
||||
"parent": "techreborn:block/machines/tier3_machines/creative_quantum_tank"
|
||||
}
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "techreborn:block/machines/tier3_machines/quantum_chest" }
|
||||
}
|
||||
"parent": "techreborn:block/machines/tier3_machines/quantum_chest"
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"variants": {
|
||||
"": { "model": "techreborn:block/machines/tier3_machines/quantum_tank" }
|
||||
}
|
||||
"parent": "techreborn:block/machines/tier3_machines/quantum_tank"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue