Super Digger
You can tunnel through earth with this command.
Try the code:
player.onTravelled(WALK, function () {
blocks.fill(AIR,
pos(-5, 0, -5),
pos(5, 5, 5)
)
})
You can tunnel through earth with this command.
player.onTravelled(WALK, function () {
blocks.fill(AIR,
pos(-5, 0, -5),
pos(5, 5, 5)
)
})