mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Merge remote branch 'upstream_kahrl/collision_allow_stairs_v2' into object_object_collision
This commit is contained in:
commit
c525330153
2 changed files with 23 additions and 47 deletions
|
@ -1302,7 +1302,7 @@ minetest.register_node("default:rail", {
|
|||
walkable = false,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
--fixed = <default>
|
||||
fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2},
|
||||
},
|
||||
material = minetest.digprop_dirtlike(0.75),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue