From 2ea26e655d90be538c75aad5cc7ede2c5709179f Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 11 Aug 2017 21:16:09 +0200 Subject: Add slippery group for nodes (players/items slide) --- doc/lua_api.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index b5ab30d58..66f8ccb25 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1424,6 +1424,9 @@ Another example: Make red wool from white wool and red dye: * `soil`: saplings will grow on nodes in this group * `connect_to_raillike`: makes nodes of raillike drawtype with same group value connect to each other +* `slippery`: Players and items will slide on the node. + Only use `slippery = 3` for now to ensure forwards compatibility. + ### Known damage and digging time defining groups * `crumbly`: dirt, sand -- cgit v1.2.3