]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Docs: remove unimplemented `preserve` field in crafting recipes
authorZughy <63455151+Zughy@users.noreply.github.com>
Fri, 3 Jun 2022 10:08:58 +0000 (12:08 +0200)
committersfan5 <sfan5@live.de>
Fri, 3 Jun 2022 19:46:26 +0000 (21:46 +0200)
doc/lua_api.txt

index 15a067a5ed82ea037fda7638d5fdeaef00ae4371..43748dfba3f0d3105ac967cf06ff70421e9c8833 100644 (file)
@@ -1779,7 +1779,6 @@ An example: Make meat soup from any meat, any water and any bowl:
             {"group:water"},
             {"group:bowl"},
         },
-        -- preserve = {"group:bowl"}, -- Not implemented yet (TODO)
     }
 
 Another example: Make red wool from white wool and red dye: