From 442329d88610c013bef246d451e56ef9667bb116 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 14 May 2020 22:27:21 +0200 Subject: [PATCH] Disable MTG screwdriver --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 7bc2712..cfc3e52 100644 --- a/init.lua +++ b/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) schemedit.unmark(pos) end, + + -- No support for Minetest Game's screwdriver + on_rotate = false, }) minetest.register_tool("schemedit:probtool", {