diff options
author | JPG <jeanpatrick.guerrero@gmail.com> | 2016-12-18 15:30:39 +0100 |
---|---|---|
committer | JPG <jeanpatrick.guerrero@gmail.com> | 2016-12-18 15:54:29 +0100 |
commit | 21dad96162f17a300ffdc9241f01b93dc00c6fa1 (patch) | |
tree | 3b69e94902eb4dc754766bd0312f72991b46584b | |
parent | 0ba0f2826bd97a54a338774857fc5f914fa0c7db (diff) |
Update the README
-rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,17 +1,17 @@ -## Crafting Guide ## +## ![Preview1](http://i.imgur.com/fIPNYkb.png) Crafting Guide ## -#### A simple and fast Crafting Guide that doesn't suck for Minetest. #### +#### A Crafting Guide for Minetest that doesn't suck. #### -#### Usable with a book named *"Crafting Guide"*. #### +#### `craftguide` is simply the most comprehensive mod of his category, with the cleanest code. #### +#### Consult the [Minetest Wiki](http://wiki.minetest.net/Crafting_guide) for more details and comparisons. #### -#### 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`. +#### This crafting guide is usable with a blue book named *"Crafting Guide"*. #### -The formspec size is also easily configurable with this setting in `minetest.conf`: -`craftguide_size = WxH` (default: `8x3`). The minimum accepted size is `8x1`. +#### This crafting guide features two modes : Standard and Progressive. #### +The Progressive mode is a Terraria-like system that only shows recipes you can craft from items in inventory. +The progressive mode can be enabled with `craftguide_progressive_mode = true` in `minetest.conf`. -![Preview](http://i.imgur.com/xblp1Vs.png) +**The formspec size is also configurable** with this setting in `minetest.conf`: +`craftguide_size = WxH` (default: `8x3`). The minimum accepted size is `8x1`. +![Preview2](http://i.imgur.com/xblp1Vs.png) |