Stops AEBaseItemBlock from modifying the metadata before placing.

This commit is contained in:
yueh 2015-04-05 14:01:42 +02:00
parent 9790d9fd93
commit e7e397c412

View file

@ -162,8 +162,6 @@ public class AEBaseItemBlock extends ItemBlock
forward = ForgeDirection.SOUTH;
if( up.offsetY == 0 )
forward = ForgeDirection.UP;
ori.setOrientation( forward, up );
}
if( !this.blockType.isValidOrientation( w, x, y, z, forward, up ) )