This command allows you to quickly delete blocks. Just paste it into a command block and wipe entire biomes in the blink of an eye!
1) Command to get a command block:
- give @p minecraft:command_block
- Set the block to Cyclic type and Always Active.
- Put block under Y 64 level
2) Command to turn any block into air above Y 64 level (for command block):
execute at @p run fill ~30 90 ~30 ~ 64 ~ air
Be the first to comment