Skip to content

Commit

Permalink
timer isn't ground content
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Feb 27, 2024
1 parent 4764b97 commit 8d2c725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timer.lua
Original file line number Diff line number Diff line change
@@ -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}")
Expand Down

0 comments on commit 8d2c725

Please sign in to comment.