Skip to content

Commit 77961aa

Browse files
DesourSmallJoker
authored andcommittedMar 10, 2019
Document the float special group (#8306)
1 parent c891466 commit 77961aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎doc/lua_api.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,7 @@ Special groups
15021502
* `fall_damage_add_percent`: damage speed = `speed * (1 + value/100)`
15031503
* `bouncy`: value is bounce speed in percent
15041504
* `falling_node`: if there is no walkable block under the node it will fall
1505+
* `float`: the node will not fall through liquids
15051506
* `attached_node`: if the node under it is not a walkable block the node will be
15061507
dropped as an item. If the node is wallmounted the wallmounted direction is
15071508
checked.

0 commit comments

Comments
 (0)
Please sign in to comment.