mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-10 20:00:20 +01:00
18 lines
915 B
Markdown
18 lines
915 B
Markdown
## ![Preview1](http://i.imgur.com/fIPNYkb.png) Crafting Guide ##
|
|
|
|
#### A Crafting Guide for Minetest that doesn't suck. ####
|
|
|
|
#### `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 is usable with a blue book named *"Crafting Guide"*. ####
|
|
|
|
#### 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`.
|
|
|
|
**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)
|