The most comprehensive Crafting Guide on Minetest
Go to file
JP Guerrero 864b43da2c Add optional Progressive Mode
The progressive mode is a Terraria-like crafting guide system that only
list the items in the crafting guide for which you already have the ingredients
in your inventory. The progressive mode is disabled by default and can be enabled with
`craftguide_progressive_mode = true` in `minetest.conf`.

Thanks to @kaeza and @Wuzzy2 for the idea.
See discussion on https://github.com/minetest/minetest_game/issues/1435
2016-12-08 20:57:46 +01:00
textures Advanced group support in tooltips (modified by kilbith) 2016-12-03 21:35:40 +01:00
.gitignore Add .gitignore 2016-08-05 15:55:19 +02:00
.luacheckrc Start item listing at index instead of skipping there. 2016-08-05 17:00:16 +02:00
LICENSE Initial commit 2016-02-20 15:42:52 -08:00
README.md Add optional Progressive Mode 2016-12-08 20:57:46 +01:00
description.txt Initial commit 2016-02-20 15:42:52 -08:00
init.lua Add optional Progressive Mode 2016-12-08 20:57:46 +01:00
mod.conf Initial commit 2016-02-20 15:42:52 -08:00
screenshot.png Add screenshot.png 2016-03-27 22:28:17 -07:00

README.md

Crafting Guide

A simple and fast Crafting Guide that doesn't suck for Minetest.

Usable with a book named "Crafting Guide".

This crafting guide features two modes : Normal and Progressive.

The Progressive mode is a Terraria-like crafting guide system that only list the items in the crafting guide for which you already have the ingredients in your inventory. The progressive mode is disabled by default and can be enabled with craftguide_progressive_mode = true in minetest.conf.

Preview