parent
d17fd45f27
commit
65bff981e5
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ public class BlockGenericPipe extends BlockContainer {
|
|||
if (world.isRemote)
|
||||
return true;
|
||||
|
||||
boolean placed = world.setBlock(i, j, k, blockId, meta, 1);
|
||||
boolean placed = world.setBlock(i, j, k, blockId, meta, 3);
|
||||
|
||||
if (placed) {
|
||||
TileGenericPipe tile = (TileGenericPipe) world.getBlockTileEntity(i, j, k);
|
||||
|
|
Loading…
Reference in a new issue