mirror of
https://github.com/pandorabox-io/geocache.git
synced 2026-05-04 07:16:50 -06:00
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:
committed by
GitHub
parent
fb39d72352
commit
68321b7c01
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user