Revert "Temporarily disabling TileTurntable to allow compilation"

This reverts commit 91316a7320.
This commit is contained in:
tgame14 2014-03-24 20:17:32 +02:00
parent 8423f9a92c
commit 9a5f6147d1

View file

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