The most comprehensive Crafting Guide on Minetest https://content.minetest.net/packages/jp/craftguide/
Go to file
Jean-Patrick Guerrero 2fd3604cac Add sound on player click 2020-07-23 02:43:10 +02:00
locale Improve french translation (#113) 2020-07-12 17:02:56 +02:00
sounds Add sound on player click 2020-07-23 02:43:10 +02:00
textures Fix item positioning for large recipes 2020-04-20 00:04:17 +02:00
.gitignore Add .gitignore 2016-08-05 15:55:19 +02:00
.luacheckrc Add support for dropped items + support for URL fetched recipes + 2019-10-10 17:34:43 +02:00
API.md http_post_data -> export_url 2019-11-01 02:04:35 +01:00
README.md Change screenshot 2020-07-10 15:55:20 +02:00
init.lua Add sound on player click 2020-07-23 02:43:10 +02:00
license.txt Update License 2020-01-07 01:12:04 +01:00
mod.conf Update mod.conf 2019-08-30 17:20:39 +02:00
screenshot.png Add screenshot.png 2016-03-27 22:28:17 -07:00
settingtypes.txt Greatly speed-up mod loading (thanks @pauloue) 2020-07-07 17:17:43 +02:00
test.json test 2019-10-09 00:16:42 +02:00

README.md

Preview1 Crafting Guide

craftguide is the most comprehensive crafting guide on Minetest.

Consult the Minetest Wiki for more details.

This crafting guide is a blue book named "Crafting Guide" or a wooden sign.

This crafting guide features a progressive mode. This mode is a Terraria-like system that shows recipes you can craft from items you ever had in your inventory. To enable it: craftguide_progressive_mode = true in minetest.conf.

craftguide is also integrated in sfinv (Minetest Game inventory). To enable it: craftguide_sfinv_only = true in minetest.conf.

Use the command /craft to show the recipe(s) of the pointed node.

For developers, craftguide also has a modding API.

For the best visuals, it is recommended to enable inventory_items_animations in minetest.conf.

Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240

Preview2