summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZughy <63455151+Zughy@users.noreply.github.com>2022-06-03 12:08:58 +0200
committersfan5 <sfan5@live.de>2022-06-03 21:46:26 +0200
commitb72932b445a0d0fa547eb75e363d2e3cc1c9250a (patch)
tree3055036e230bf73e12432f85eae1855e16eea056
parent9fc018ded10225589d2559d24a5db739e891fb31 (diff)
downloadminetest-b72932b445a0d0fa547eb75e363d2e3cc1c9250a.tar.gz
minetest-b72932b445a0d0fa547eb75e363d2e3cc1c9250a.tar.bz2
minetest-b72932b445a0d0fa547eb75e363d2e3cc1c9250a.zip
Docs: remove unimplemented `preserve` field in crafting recipes
-rw-r--r--doc/lua_api.txt1
1 files changed, 0 insertions, 1 deletions
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: