mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Removed unnessary node definitions
This commit is contained in:
parent
e6653b78ee
commit
cc217d0089
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue