aboutsummaryrefslogtreecommitdiff
path: root/nodes/penalty_controller.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nodes/penalty_controller.lua1
1 files changed, 1 insertions, 0 deletions
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)