Forcing belts to run at a constant speed while i design a fix

This commit is contained in:
Robert S 2014-03-29 12:22:47 -04:00
parent 0e079b579e
commit af4bec6b2d

View file

@ -80,8 +80,8 @@ public class TileConveyorBelt extends TileBase implements IBelt, IRotatable, INo
it.remove();
}
}
//this.node.torque = 1;
//this.node.angularVelocity = 1;
this.node.torque = 1;
this.node.angularVelocity = 1;
/* DO ANIMATION AND EFFECTS */
if (this.worldObj.isRemote && (node.angularVelocity != 0))