multiblock render changes

This commit is contained in:
modmuss50 2019-11-26 20:19:57 +00:00
parent bfdde04892
commit 57c8ebdb3d
10 changed files with 62 additions and 139 deletions

View file

@ -87,9 +87,7 @@ public class FluidReplicatorBlockEntity extends GenericMachineBlockEntity implem
ticksSinceLastChange = 0;
}
if (getMultiBlock()) {
super.tick();
}
super.tick();
}