This commit is contained in:
Auke Kok 2016-03-14 14:28:40 +00:00
commit 092f53d8c5

View file

@ -77,7 +77,7 @@ minetest.register_node("doors:hidden", {
drawtype = "airlike",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
walkable = true,
pointable = false,
diggable = false,
buildable_to = false,