geforkt von Mirrors/Paper
SPIGOT-1401: Issues placing blocks adjacent to eachother
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
1070f2682f
Commit
8eb1f2cdd7
@ -167,7 +167,7 @@
|
||||
+ BlockPosition newblockposition = new BlockPosition(x, y, z);
|
||||
+ IBlockData block = world.getType(newblockposition);
|
||||
+
|
||||
+ if (!(block instanceof BlockTileEntity)) { // Containers get placed automatically
|
||||
+ if (!(block.getBlock() instanceof BlockTileEntity)) { // Containers get placed automatically
|
||||
+ block.getBlock().onPlace(world, newblockposition, block);
|
||||
+ }
|
||||
+
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren