forked from nalc/nalc_game
Merge pull request #2 from cyisfor/master
making rails selectable again.
This commit is contained in:
commit
b1dcbe72aa
|
@ -939,7 +939,8 @@ minetest.register_node("default:rail", {
|
|||
walkable = false,
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
--fixed = <default>
|
||||
-- but how to specify the dimensions for curved and sideways rails?
|
||||
fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2},
|
||||
},
|
||||
groups = {bendy=2,snappy=1,dig_immediate=2},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user