From 864b43da2c42c6f534b6ff1f067fa01ae953d8de Mon Sep 17 00:00:00 2001 From: JP Guerrero Date: Thu, 8 Dec 2016 02:31:04 +0100 Subject: 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 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 647f8b0..43bd77a 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3