VoxeLibre/mods/HELP/mcl_craftguide
Araca 35bb569ee1 make craft guide search use local language (#3984)
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: https://git.minetest.land/MineClone2/MineClone2/pulls/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>
2023-10-31 10:00:58 +00:00
..
locale Update russian translation 2023-08-31 14:16:42 +08:00
.luacheckrc Update to latest version of craftguide 2019-03-12 22:03:21 +01:00
API.md Re-introduce the progressive mode! YESSSSS 2019-03-13 04:52:23 +01:00
README.md Update to latest version of craftguide 2019-03-12 22:03:21 +01:00
init.lua make craft guide search use local language (#3984) 2023-10-31 10:00:58 +00:00
license.txt Update to latest version of craftguide 2019-03-12 22:03:21 +01:00
mod.conf MAKE EVERY SINGLE MOD USE PROPER COLORS!!! 2021-03-30 00:01:29 +02:00
settingtypes.txt Re-introduce the progressive mode! YESSSSS 2019-03-13 04:52:23 +01:00

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).