A next-generation inventory for Minetest 5.4+
Go to file
Jean-Patrick Guerrero 106fd8daeb Init commit 2020-12-30 23:21:05 +01:00
locale Init commit 2020-12-30 23:21:05 +01:00
sounds Init commit 2020-12-30 23:21:05 +01:00
textures Init commit 2020-12-30 23:21:05 +01:00
.gitignore Initial commit 2020-12-30 20:53:09 +01:00
.luacheckrc Init commit 2020-12-30 23:21:05 +01:00
API.md Init commit 2020-12-30 23:21:05 +01:00
LICENSE Init commit 2020-12-30 23:21:05 +01:00
README.md Init commit 2020-12-30 23:21:05 +01:00
init.lua Init commit 2020-12-30 23:21:05 +01:00
license.txt Init commit 2020-12-30 23:21:05 +01:00
mod.conf Init commit 2020-12-30 23:21:05 +01:00
settingtypes.txt Init commit 2020-12-30 23:21:05 +01:00

README.md

Preview1 Crafting Guide

ContentDB ContentDB

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.

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

Preview2