Skip to content

Commit

Permalink
Document the float special group (#8306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Desour authored and SmallJoker committed Mar 10, 2019
1 parent c891466 commit 77961aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/lua_api.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 77961aa

Please sign in to comment.