VoxelEngine/res/content/base/scripts/bazalt_breaker.lua

5 lines
119 B
Lua

function on_block_break_by(x, y, z, pid)
block.set(x, y, z, 0, 0)
inventory.use(player.get_inventory(pid))
end