Added Rotatable Interfaces.

This commit is contained in:
AlgorithmX2
2014-03-19 22:28:53 -05:00
parent 4fde370d7f
commit c4a7d5b480
6 changed files with 136 additions and 11 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ public class AEBaseItemBlock extends ItemBlock
if ( super.placeBlockAt( stack, player, w, x, y, z, side, hitX, hitY, hitZ, metadata ) )
{
if ( blockType.hasBlockTileEntity() )
if ( blockType.hasBlockTileEntity() && !blockType.hasCustomRotation() )
{
AEBaseTile tile = blockType.getTileEntity( w, x, y, z );
ori = tile;