From a24e3c25efbe30dea6d678ac6d0252dd25e63e05 Mon Sep 17 00:00:00 2001 From: SirSengir Date: Sun, 1 Jul 2012 19:12:50 +0200 Subject: [PATCH] Fixed MCP mapping server side. --- .../net/minecraft/src/buildcraft/core/CoreProxy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildcraft_server/net/minecraft/src/buildcraft/core/CoreProxy.java b/buildcraft_server/net/minecraft/src/buildcraft/core/CoreProxy.java index 12a32f69..53773bb4 100644 --- a/buildcraft_server/net/minecraft/src/buildcraft/core/CoreProxy.java +++ b/buildcraft_server/net/minecraft/src/buildcraft/core/CoreProxy.java @@ -44,7 +44,7 @@ public class CoreProxy { } public static void setField804(EntityItem item, float value) { - item.field_432_ae = value; + item.hoverStart = value; } public static void onCraftingPickup(World world, EntityPlayer player, ItemStack stack) {