added bazalt_breaker + scripting fix

This commit is contained in:
MihailRis
2024-01-13 14:07:49 +03:00
parent 40987f16b6
commit 5569bd711e
5 changed files with 37 additions and 27 deletions
@@ -0,0 +1,3 @@
function on_block_break_by(x, y, z, p)
set_block(x, y, z, 0, 0)
end