Make door top node walkable.

Prevents ever-falling sand nodes on top of doors. Fixes #923.
This commit is contained in:
Auke Kok 2016-03-14 07:28:04 -07:00
parent dfee51c21e
commit 8e1f3841e3

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,