]> git.lizzy.rs Git - minetest.git/commitdiff
Document the `float` special group (#8306)
authorDS <vorunbekannt75@web.de>
Sun, 10 Mar 2019 10:16:35 +0000 (11:16 +0100)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sun, 10 Mar 2019 10:16:35 +0000 (11:16 +0100)
doc/lua_api.txt

index 593ab50dd9149493bfaa6b52c319e188cf19921d..a45466b5f40784162846d7a8d6ab0a10c8ccabea 100644 (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.