Forcing belts to run at a constant speed while i design a fix
This commit is contained in:
parent
0e079b579e
commit
af4bec6b2d
1 changed files with 2 additions and 2 deletions
|
@ -80,8 +80,8 @@ public class TileConveyorBelt extends TileBase implements IBelt, IRotatable, INo
|
||||||
it.remove();
|
it.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//this.node.torque = 1;
|
this.node.torque = 1;
|
||||||
//this.node.angularVelocity = 1;
|
this.node.angularVelocity = 1;
|
||||||
|
|
||||||
/* DO ANIMATION AND EFFECTS */
|
/* DO ANIMATION AND EFFECTS */
|
||||||
if (this.worldObj.isRemote && (node.angularVelocity != 0))
|
if (this.worldObj.isRemote && (node.angularVelocity != 0))
|
||||||
|
|
Loading…
Reference in a new issue