Temp removed RenderRotatedTexture due to server side crashes

This commit is contained in:
Robert S 2014-09-16 15:33:25 -04:00
parent 0e45a80a67
commit db937040f4

View file

@ -9,7 +9,6 @@ import net.minecraft.util.IIcon
import net.minecraft.world.{IBlockAccess, World}
import net.minecraftforge.common.util.ForgeDirection
import resonant.api.IRotatable
import resonant.content.prefab.RenderRotatedTexture
import resonant.content.spatial.block.SpatialBlock
import resonant.lib.content.prefab.TRotatable
import resonantinduction.core.Reference
@ -20,7 +19,7 @@ object TileTurntable
var top: IIcon = null
}
class TileTurntable extends SpatialBlock(Material.piston) with TRotatable with RenderRotatedTexture
class TileTurntable extends SpatialBlock(Material.piston) with TRotatable
{
textureName = "turntable_side"
tickRandomly = true