mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
default🪜 Fix placing ladder on each other
This commit is contained in:
parent
a6f3b89596
commit
a4ed2388fb
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue