1
0
Fork 0
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:
sapier 2012-02-07 16:57:36 +01:00
commit c525330153
2 changed files with 23 additions and 47 deletions

View file

@ -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),
})