mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-28 17:46:28 -04:00
Use connect_to_raillike for rail
Used value: 2
This commit is contained in:
parent
03c00a831d
commit
8779bb85ef
1 changed files with 1 additions and 1 deletions
|
@ -1433,7 +1433,7 @@ minetest.register_node("default:rail", {
|
|||
-- 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,dig_immediate=2,attached_node=1},
|
||||
groups = {bendy=2,dig_immediate=2,attached_node=1,connect_to_raillike=2},
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue