Merge pull request #1206 from yueh/fix-1068

Stops AEBaseItemBlock from modifying the metadata before placing.
This commit is contained in:
yueh 2015-04-05 20:47:31 +02:00
commit 0ee2ca72ac

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 ) )