Fixed MCP mapping server side.

This commit is contained in:
SirSengir 2012-07-01 19:12:50 +02:00
parent f79d75ed7d
commit a24e3c25ef

View file

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