Document the `float` special group (#8306)

master
DS 2019-03-10 11:16:35 +01:00 committed by SmallJoker
parent c8914664a3
commit 77961aa73d
1 changed files with 1 additions and 0 deletions

View File

@ -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.