1000 TNT
What do you get with 1000 TNT blocks?

player.onChat("1000tnt", function () {
blocks.fill(
TNT,
pos(1, 1, 1),
pos(10, 10, 10),
FillOperation.Replace
)
})
def on_on_chat():
blocks.fill(TNT, pos(1, 1, 1), pos(10, 10, 10), FillOperation.REPLACE)
player.on_chat("1000tnt", on_on_chat)
コメント