The most comprehensive Crafting Guide on Minetest https://content.minetest.net/packages/jp/craftguide/
Go to file
Jean-Patrick Guerrero 3b3da66a0d Improve tooltip for toolrepair 2019-09-10 16:01:00 +02:00
locale Improve tooltip for toolrepair 2019-09-10 16:01:00 +02:00
textures Change sign texture again 2019-09-08 12:31:45 +02:00
.gitignore Add .gitignore 2016-08-05 15:55:19 +02:00
.luacheckrc craftguide can read replacements! 2019-09-09 19:01:52 +02:00
API.md Code cleaning 2019-09-10 12:29:32 +02:00
README.md API to set a custom background 2019-09-06 17:56:41 +02:00
description.txt Minor cleanup 2016-12-24 03:39:57 +01:00
init.lua Improve tooltip for toolrepair 2019-09-10 16:01:00 +02:00
license.txt Update license file 2019-02-07 15:54:15 +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 Update settingtypes.txt 2019-02-22 15:28:41 +01: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. The progressive 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.

Preview2