2016-02-21 00:42:52 +01:00
|
|
|
## Crafting Guide ##
|
|
|
|
|
2016-12-08 02:31:04 +01:00
|
|
|
#### A simple and fast Crafting Guide that doesn't suck for Minetest. ####
|
2016-02-21 09:52:59 +01:00
|
|
|
|
2016-12-08 02:31:04 +01:00
|
|
|
#### 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`.
|
2016-02-21 09:52:59 +01:00
|
|
|
|
2016-12-13 13:10:11 +01:00
|
|
|
The formspec size is also easily configurable with this setting in `minetest.conf`:
|
|
|
|
`craftguide_size = WxH` (default: `8x3`). The minimum accepted size is `8x1`.
|
2016-12-13 01:48:45 +01:00
|
|
|
|
2016-02-21 00:42:52 +01:00
|
|
|
![Preview](http://i.imgur.com/xblp1Vs.png)
|
|
|
|
|