From 8d2c72598ebd34e5823e78034ec1461026103487 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Tue, 27 Feb 2024 20:32:11 +0100 Subject: [PATCH] timer isn't ground content --- timer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/timer.lua b/timer.lua index 619aad2..cb6fe14 100644 --- a/timer.lua +++ b/timer.lua @@ -1,6 +1,7 @@ minetest.register_node("digistuff:timer", { description = "Digilines Timer", groups = {cracky=3}, + is_ground_content = false, on_construct = function(pos) local meta = minetest.get_meta(pos) meta:set_string("formspec","field[channel;Channel;${channel}")