diff options
author | JP Guerrero <jeanpatrick.guerrero@gmail.com> | 2016-12-08 02:31:04 +0100 |
---|---|---|
committer | JP Guerrero <jeanpatrick.guerrero@gmail.com> | 2016-12-08 20:57:46 +0100 |
commit | 864b43da2c42c6f534b6ff1f067fa01ae953d8de (patch) | |
tree | 12b08b1d1a9dc5c3d886200adc6c4cff765feca8 /README.md | |
parent | e8508e116952c3d91075633b65c4cc55e9fc279b (diff) |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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) |