Skip to content

Commit

Permalink
movestone 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 5b80fba commit 5b0c017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions movestone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ local rules = {
minetest.register_node("digistuff:movestone", {
description = "Digilines Movestone",
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 5b0c017

Please sign in to comment.