Shift clicking on placing Constructor and Destructor will have opposite direction
This commit is contained in:
@@ -108,7 +108,7 @@ public abstract class BlockBase extends Block {
|
||||
if (tile instanceof TileBase) {
|
||||
EnumFacing facing = BlockPistonBase.getFacingFromEntity(pos, player);
|
||||
|
||||
if (player.isSneaking() && (blockPlaced == RefinedStorageBlocks.IMPORTER || blockPlaced == RefinedStorageBlocks.EXPORTER || blockPlaced == RefinedStorageBlocks.EXTERNAL_STORAGE)) {
|
||||
if (player.isSneaking() && (blockPlaced == RefinedStorageBlocks.IMPORTER || blockPlaced == RefinedStorageBlocks.EXPORTER || blockPlaced == RefinedStorageBlocks.EXTERNAL_STORAGE || blockPlaced == RefinedStorageBlocks.CONSTRUCTOR || blockPlaced == RefinedStorageBlocks.DESTRUCTOR)) {
|
||||
facing = facing.getOpposite();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user