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
This commit is contained in:
JP Guerrero
2016-12-08 02:31:04 +01:00
parent e8508e1169
commit 864b43da2c
2 changed files with 68 additions and 16 deletions

View File

@ -1,8 +1,14 @@
## Crafting Guide ##
##### A simple and fast Crafting Guide that doesn't suck for Minetest.
#### A simple and fast Crafting Guide that doesn't suck for Minetest. ####
##### Usable with a book named *"Crafting Guide"*. #####
#### 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](http://i.imgur.com/xblp1Vs.png)