From d8f8104198c86240de188a786d638cd9c8f33171 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Mon, 26 Feb 2024 18:00:20 +0100 Subject: penalty_controller isn't ground content --- nodes/penalty_controller.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/penalty_controller.lua b/nodes/penalty_controller.lua index 13f8e3e..ed6d4b3 100644 --- a/nodes/penalty_controller.lua +++ b/nodes/penalty_controller.lua @@ -4,6 +4,7 @@ minetest.register_node("mesecons_debug:penalty_controller", { cracky = 3, not_in_creative_inventory = 1, }, + is_ground_content = false, on_construct = function(pos) local meta = minetest.get_meta(pos) -- cgit v1.2.3