forked from VoxeLibre/VoxeLibre
Removed unnessary node definitions
This commit is contained in:
parent
e6653b78ee
commit
cc217d0089
|
@ -254,7 +254,6 @@ function mcl_doors:register_trapdoor(name, def)
|
||||||
end),
|
end),
|
||||||
}},
|
}},
|
||||||
on_rotate = on_rotate,
|
on_rotate = on_rotate,
|
||||||
_other = name .. "_ladder"
|
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Climbable opened
|
-- Climbable opened
|
||||||
|
@ -284,7 +283,6 @@ function mcl_doors:register_trapdoor(name, def)
|
||||||
end),
|
end),
|
||||||
}},
|
}},
|
||||||
on_rotate = on_rotate,
|
on_rotate = on_rotate,
|
||||||
_other = name .. "_open"
|
|
||||||
})
|
})
|
||||||
|
|
||||||
if minetest.get_modpath("doc") then
|
if minetest.get_modpath("doc") then
|
||||||
|
|
Loading…
Reference in New Issue