mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Add slippery group for nodes (players/items slide)
This commit is contained in:
parent
4381fe0a0a
commit
2ea26e655d
5 changed files with 49 additions and 17 deletions
|
@ -1424,6 +1424,9 @@ Another example: Make red wool from white wool and red dye:
|
|||
* `soil`: saplings will grow on nodes in this group
|
||||
* `connect_to_raillike`: makes nodes of raillike drawtype with same group value
|
||||
connect to each other
|
||||
* `slippery`: Players and items will slide on the node.
|
||||
Only use `slippery = 3` for now to ensure forwards compatibility.
|
||||
|
||||
|
||||
### Known damage and digging time defining groups
|
||||
* `crumbly`: dirt, sand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue