Merge pull request #1206 from yueh/fix-1068
Stops AEBaseItemBlock from modifying the metadata before placing.
This commit is contained in:
commit
0ee2ca72ac
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