Temporarily disabling TileTurntable to allow compilation

This commit is contained in:
tgame14 2014-03-24 19:50:24 +02:00
parent cb4a93921f
commit 91316a7320

View file

@ -20,6 +20,7 @@ import calclavia.lib.render.RotatedTextureRenderer
class TileTurntable extends TileBlock(Material.piston) with IRotatable class TileTurntable extends TileBlock(Material.piston) with IRotatable
{ {
/* TODO: Fix this Class up
textureName = "turntable_side" textureName = "turntable_side"
tickRandomly = true tickRandomly = true
rotationMask = Integer.parseInt("111111", 2).toByte rotationMask = Integer.parseInt("111111", 2).toByte
@ -109,6 +110,7 @@ class TileTurntable extends TileBlock(Material.piston) with IRotatable
{ {
return new RotatedTextureRenderer(this) return new RotatedTextureRenderer(this)
} }
*/
} }
object TileTurntable object TileTurntable