From b41a7e1dab07a8e9b31aa39931821bbdabc8e047 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 2 Sep 2013 12:24:17 -0400 Subject: [PATCH] Remove @SideOnly from 70318 (getDistance) it makes no sense that it's not on the server. --- .../net/minecraft/tileentity/TileEntity.java.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/fml/patches/minecraft/net/minecraft/tileentity/TileEntity.java.patch b/fml/patches/minecraft/net/minecraft/tileentity/TileEntity.java.patch index 882bc0ad7..027d03f6b 100644 --- a/fml/patches/minecraft/net/minecraft/tileentity/TileEntity.java.patch +++ b/fml/patches/minecraft/net/minecraft/tileentity/TileEntity.java.patch @@ -45,3 +45,11 @@ } else { +@@ -131,7 +146,6 @@ + } + } + +- @SideOnly(Side.CLIENT) + public double func_70318_a(double p_70318_1_, double p_70318_3_, double p_70318_5_) + { + double d3 = (double)this.field_70329_l + 0.5D - p_70318_1_;