From 43f9e948a128606ba4d446b79999ca8718b4456a Mon Sep 17 00:00:00 2001 From: Ben Deutsch Date: Tue, 29 Aug 2017 21:48:43 +0200 Subject: [PATCH] Documentation for 'slippery' node group (#6345) --- doc/lua_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 9d490afde..b815d7ee3 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1452,7 +1452,7 @@ Another example: Make red wool from white wool and red dye: * `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. + Slipperiness rises steadily with `slippery` value, starting at 1. ### Known damage and digging time defining groups