Stops AEBaseItemBlock from modifying the metadata before placing.
This commit is contained in:
parent
9790d9fd93
commit
e7e397c412
1 changed files with 0 additions and 2 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in a new issue