From 54c0f66ae902e9f8e8cec6cbd40c558dbd619430 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Sun, 3 Mar 2024 05:34:37 +0100 Subject: [PATCH] not ground content (#53) --- switches.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/switches.lua b/switches.lua index 7a2d5bb..1e1ea78 100644 --- a/switches.lua +++ b/switches.lua @@ -412,6 +412,7 @@ minetest.register_node("digistuff:wall_knob_configured", { }, _digistuff_channelcopier_fieldname = "channel", groups = {dig_immediate = 2,digiline_receiver = 1,not_in_creative_inventory = 1,}, + is_ground_content = false, description = "Digilines Wall Knob (configured state - you hacker you!)", drop = "digistuff:wall_knob", after_place_node = digistuff.place_receiver,