Revert "jesus fine 7 here's your fucking fast conveyors"
This reverts commit 0f47e9ace0e8da9f10b9d9458bcee36b528b8b2d.
@ -1,7 +1,5 @@
|
||||
package com.hbm.entity.item;
|
||||
|
||||
import com.hbm.blocks.network.BlockConveyorDouble;
|
||||
import com.hbm.blocks.network.BlockConveyorTriple;
|
||||
import com.hbm.lib.Library;
|
||||
import com.hbm.util.fauxpointtwelve.BlockPos;
|
||||
|
||||
@ -150,11 +148,7 @@ public abstract class EntityMovingConveyorObject extends Entity {
|
||||
public abstract boolean onLeaveConveyor();
|
||||
|
||||
public double getMoveSpeed() {
|
||||
double speed = 0.0625D; // this worked first try
|
||||
Block b = worldObj.getBlock((int) Math.floor(posX), (int) Math.floor(posY), (int) Math.floor(posZ));
|
||||
if (b.getClass().equals(BlockConveyorDouble.class)) return speed * 2;
|
||||
else if (b.getClass().equals(BlockConveyorTriple.class)) return speed * 2.75;
|
||||
else return speed;
|
||||
return 0.0625D;
|
||||
}
|
||||
|
||||
@SideOnly(Side.CLIENT)
|
||||
|
||||
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 365 B |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 1.3 KiB |