Make open trapdoor climbable
authorZefram <zefram@fysh.org>
Sun, 20 Jul 2014 18:03:16 +0000 (19:03 +0100)
committersfan5 <sfan5@live.de>
Tue, 22 Jul 2014 11:04:45 +0000 (13:04 +0200)
When a trapdoor is mounted upside down, to make its top surface flush
with the floor above when closed, it is necessary to have some way to
climb through the trapdoor node when it's open.  Making it climbable
like a ladder satisfies this need.  It is somewhat realistic, as a real
trapdoor can have a ladder segment mounted on one face.  When the trapdoor
is mounted in its default orientation, making the bottom surface flush
with the ceiling below when closed, the climbability when open is not
strictly necessary, but is still a convenience.

mods/doors/init.lua

index 87b15b61963aee6cf6e47411cd3d2a3b796a9ce4..75c6620c0994c5d490ef70fdace79bc92ca871b6 100644 (file)
@@ -429,6 +429,7 @@ minetest.register_node("doors:trapdoor_open", {
        pointable = true,
        stack_max = 0,
        groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=2,door=1},
+       climbable = true,
        sounds = default.node_sound_wood_defaults(),
        drop = "doors:trapdoor",
        node_box = {