Revert "Temporarily disabling TileTurntable to allow compilation"
This reverts commit 91316a7320
.
This commit is contained in:
parent
8423f9a92c
commit
9a5f6147d1
1 changed files with 0 additions and 2 deletions
|
@ -20,7 +20,6 @@ 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
|
||||||
|
@ -110,7 +109,6 @@ class TileTurntable extends TileBlock(Material.piston) with IRotatable
|
||||||
{
|
{
|
||||||
return new RotatedTextureRenderer(this)
|
return new RotatedTextureRenderer(this)
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
object TileTurntable
|
object TileTurntable
|
||||||
|
|
Loading…
Reference in a new issue