Fixed #220 - Grinding wheel MP crash

This commit is contained in:
Calclavia 2014-02-11 15:50:13 +08:00
parent be5d2bd90c
commit 2ffbbf559b

View file

@ -1,5 +1,7 @@
package resonantinduction.mechanical.process;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.block.ITileEntityProvider;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
@ -29,6 +31,7 @@ public class BlockGrindingWheel extends BlockRotatable implements ITileEntityPro
rotationMask = Byte.parseByte("111111", 2);
}
@SideOnly(Side.CLIENT)
@Override
public int getRenderType()
{