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
@ -71,6 +71,12 @@ public abstract class EntityMovingConveyorObject extends Entity {
|
|||||||
|
|
||||||
if(!worldObj.isRemote) {
|
if(!worldObj.isRemote) {
|
||||||
|
|
||||||
|
ticksExisted++;
|
||||||
|
|
||||||
|
if(this.ticksExisted <= 5) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
int blockX = (int) Math.floor(posX);
|
int blockX = (int) Math.floor(posX);
|
||||||
int blockY = (int) Math.floor(posY);
|
int blockY = (int) Math.floor(posY);
|
||||||
int blockZ = (int) Math.floor(posZ);
|
int blockZ = (int) Math.floor(posZ);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user