mirror of
git://repo.or.cz/minetest_schemedit.git
synced 2025-03-30 17:20:41 +02: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…
x
Reference in New Issue
Block a user