From 51b76e193db19a5c06f2a371a8300aeb5601a08f Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Sun, 15 Oct 2017 00:44:12 -0600 Subject: restoring "emergency abort" functionality to auto-controller --- nodes/node_controllers.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nodes/node_controllers.lua') diff --git a/nodes/node_controllers.lua b/nodes/node_controllers.lua index 4382734..e066f18 100644 --- a/nodes/node_controllers.lua +++ b/nodes/node_controllers.lua @@ -172,7 +172,8 @@ minetest.register_node("digtron:auto_controller", { description = S("Digtron Automatic Control Module"), _doc_items_longdesc = digtron.doc.auto_controller_longdesc, _doc_items_usagehelp = digtron.doc.auto_controller_usagehelp, - _digtron_formspec = auto_formspec, + --Don't set a _digtron_formspec for this node_def. + --Auto-controller has special formspec handling, while active it has no formspec and right-clicking interrupts it. groups = {cracky = 3, oddly_breakable_by_hand = 3, digtron = 1}, drop = "digtron:auto_controller", sounds = digtron.metal_sounds, -- cgit v1.2.3