Removed unnessary node definitions

This commit is contained in:
Dehydrate6684 2023-09-17 17:13:50 +08:00
parent e6653b78ee
commit cc217d0089
No known key found for this signature in database
GPG Key ID: 5926A2FA9B7653EF
1 changed files with 0 additions and 2 deletions

View File

@ -254,7 +254,6 @@ function mcl_doors:register_trapdoor(name, def)
end),
}},
on_rotate = on_rotate,
_other = name .. "_ladder"
})
-- Climbable opened
@ -284,7 +283,6 @@ function mcl_doors:register_trapdoor(name, def)
end),
}},
on_rotate = on_rotate,
_other = name .. "_open"
})
if minetest.get_modpath("doc") then