Revert "jesus fine 7 here's your fucking fast conveyors"

This reverts commit 0f47e9ace0e8da9f10b9d9458bcee36b528b8b2d.
This commit is contained in:
BallOfEnergy 2023-11-08 21:31:04 -06:00
parent 3a38c71c34
commit ab9db6806c
7 changed files with 1 additions and 7 deletions

View File

@ -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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB