mirror of
git://repo.or.cz/minetest_schemedit.git
synced 2024-11-11 18:40:20 +01:00
Disable MTG screwdriver
This commit is contained in:
parent
f4470596dc
commit
442329d886
3
init.lua
3
init.lua
|
@ -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", {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user