From b72932b445a0d0fa547eb75e363d2e3cc1c9250a Mon Sep 17 00:00:00 2001 From: Zughy <63455151+Zughy@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:08:58 +0200 Subject: [PATCH] Docs: remove unimplemented `preserve` field in crafting recipes --- doc/lua_api.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 15a067a5e..43748dfba 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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: