1
0
mirror of git://repo.or.cz/minetest_schemedit.git synced 2024-09-22 20:50:17 +02:00

Disable MTG screwdriver

This commit is contained in:
Wuzzy 2020-05-14 22:27:21 +02:00
parent f4470596dc
commit 442329d886

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) after_destruct = function(pos)
schemedit.unmark(pos) schemedit.unmark(pos)
end, end,
-- No support for Minetest Game's screwdriver
on_rotate = false,
}) })
minetest.register_tool("schemedit:probtool", { minetest.register_tool("schemedit:probtool", {