Disable MTG screwdriver

This commit is contained in:
Wuzzy 2020-05-14 22:27:21 +02:00
parent f4470596dc
commit 442329d886
1 changed files with 3 additions and 0 deletions

View File

@ -954,6 +954,9 @@ S("With a schematic node probability tool, you can set a probability for each no
after_destruct = function(pos)
schemedit.unmark(pos)
end,
-- No support for Minetest Game's screwdriver
on_rotate = false,
})
minetest.register_tool("schemedit:probtool", {