From b3de8de44fabfae894d3c40831d2ae76220462ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sun, 26 Jun 2016 11:37:41 +0200 Subject: [PATCH] Oh wait, it's only half a pixel indent here? Huh. Oh well. --- src/main/scala/li/cil/oc/common/block/Rack.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/li/cil/oc/common/block/Rack.scala b/src/main/scala/li/cil/oc/common/block/Rack.scala index 0c4bbb36a..56387a0fc 100644 --- a/src/main/scala/li/cil/oc/common/block/Rack.scala +++ b/src/main/scala/li/cil/oc/common/block/Rack.scala @@ -75,7 +75,7 @@ class Rack extends RedstoneAware with traits.PowerAcceptor with traits.StateAwar new AxisAlignedBB(0, 0, 15 / 16f, 1, 1, 1), new AxisAlignedBB(0, 0, 0, 1 / 16f, 1, 1), new AxisAlignedBB(15 / 16f, 0, 0, 1, 1, 1), - new AxisAlignedBB(1 / 16f, 1 / 16f, 1 / 16f, 15 / 16f, 15 / 16f, 15 / 16f) + new AxisAlignedBB(0.5f / 16f, 0.5f / 16f, 0.5f / 16f, 15.5f / 16f, 15.5f / 16f, 15.5f / 16f) ) override def collisionRayTrace(world: World, pos: BlockPos, start: Vec3, end: Vec3): MovingObjectPosition = {