mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 22:43:56 +01:00
Ancient porting oversight
- Fixed mechanical belts playing destroy effects when placed
This commit is contained in:
parent
27b5f5b479
commit
8ba0099e60
@ -358,6 +358,8 @@ public class BeltBlock extends HorizontalKineticBlock implements ITE<BeltTileEnt
|
||||
}
|
||||
|
||||
public static void initBelt(World world, BlockPos pos) {
|
||||
if (world.isRemote)
|
||||
return;
|
||||
if (world instanceof ServerWorld && ((ServerWorld) world).getChunkProvider().getChunkGenerator() instanceof DebugChunkGenerator)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user