mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
i don't even know how this one happened
This commit is contained in:
parent
b79059b32e
commit
6196edc1b6
@ -70,6 +70,12 @@ public abstract class EntityMovingConveyorObject extends Entity {
|
||||
}
|
||||
|
||||
if(!worldObj.isRemote) {
|
||||
|
||||
ticksExisted++;
|
||||
|
||||
if(this.ticksExisted <= 5) {
|
||||
return;
|
||||
}
|
||||
|
||||
int blockX = (int) Math.floor(posX);
|
||||
int blockY = (int) Math.floor(posY);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user