mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
Document the float
special group (#8306)
This commit is contained in:
parent
c8914664a3
commit
77961aa73d
@ -1502,6 +1502,7 @@ Special groups
|
||||
* `fall_damage_add_percent`: damage speed = `speed * (1 + value/100)`
|
||||
* `bouncy`: value is bounce speed in percent
|
||||
* `falling_node`: if there is no walkable block under the node it will fall
|
||||
* `float`: the node will not fall through liquids
|
||||
* `attached_node`: if the node under it is not a walkable block the node will be
|
||||
dropped as an item. If the node is wallmounted the wallmounted direction is
|
||||
checked.
|
||||
|
Loading…
Reference in New Issue
Block a user