default🪜 Fix placing ladder on each other

This commit is contained in:
Bartosz Kosiorek 2022-03-21 22:02:40 +01:00
parent a6f3b89596
commit a4ed2388fb
1 changed files with 2 additions and 0 deletions

View File

@ -2651,6 +2651,7 @@ minetest.register_node("default:ladder_wood", {
walkable = false,
climbable = true,
is_ground_content = false,
buildable_to = true,
selection_box = {
type = "wallmounted",
--wall_top = = <default>
@ -2674,6 +2675,7 @@ minetest.register_node("default:ladder_steel", {
walkable = false,
climbable = true,
is_ground_content = false,
buildable_to = true,
selection_box = {
type = "wallmounted",
--wall_top = = <default>