mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:21:46 +01:00
Prevent rail fix from allowing floating rails
This commit is contained in:
parent
e1f1b1af9f
commit
ff5984a48e
1 changed files with 1 additions and 0 deletions
|
@ -258,6 +258,7 @@ public class BlockHelper {
|
|||
world.markAndNotifyBlock(target, chunk, old, state, 82, 512);
|
||||
|
||||
world.setBlockState(target, state, 82);
|
||||
world.neighborChanged(target, world.getBlockState(target.down()).getBlock(), target.down());
|
||||
}
|
||||
|
||||
public static void placeSchematicBlock(World world, BlockState state, BlockPos target, ItemStack stack,
|
||||
|
|
Loading…
Reference in a new issue