forked from VoxeLibre/VoxeLibre
Araca
35bb569ee1
Fix #3909 It is now possible to search in the crafting guide using both item id ("name", usually related to the English name) and translated item description (containing the displayed in-game name). Co-authored-by: Araca <> Reviewed-on: MineClone2/MineClone2#3984 Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land> Co-authored-by: Araca <araca.prod@gmail.com> Co-committed-by: Araca <araca.prod@gmail.com> |
||
---|---|---|
.. | ||
locale | ||
.luacheckrc | ||
API.md | ||
README.md | ||
init.lua | ||
license.txt | ||
mod.conf | ||
settingtypes.txt |
README.md
Crafting Guide (MineClone 2 edition)
mcl_craftguide
is based on, craftguide
the most comprehensive crafting guide on Minetest.
Consult the Minetest Wiki for more details.
This crafting guide can be accessed from the invenotory menu (book icon).
Crafting guide starts out empty and will be filled with more recipes whenever you hold on to a new items that you can use to new recipes.
For developers, there's a modding API (see API.md
).