geocache isn't ground content (#1)

also some whitespace indentation fixups

see https://github.com/pandorabox-io/pandorabox.io/issues/836
This commit is contained in:
Luke aka SwissalpS
2024-02-29 09:40:29 +01:00
committed by GitHub
parent fb39d72352
commit 68321b7c01
+1
View File
@@ -7,6 +7,7 @@ minetest.register_node("geocache:block", {
sunlight_propagates = true, sunlight_propagates = true,
walkable = false, walkable = false,
groups = {snappy=3,oddly_breakable_by_hand=1}, groups = {snappy=3,oddly_breakable_by_hand=1},
is_ground_content = false,
after_place_node = function(pos, placer) after_place_node = function(pos, placer)
local meta = minetest.get_meta(pos) local meta = minetest.get_meta(pos)
local date_str = os.date("%b %d %Y at %I:%M %p") local date_str = os.date("%b %d %Y at %I:%M %p")