mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 04:23:44 +01:00
17 lines
716 B
Markdown
17 lines
716 B
Markdown
## Crafting Guide ##
|
|
|
|
#### A simple and fast Crafting Guide that doesn't suck for Minetest. ####
|
|
|
|
#### 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`.
|
|
|
|
The formspec size is also easily configurable by the user, see [here](https://github.com/minetest-mods/craftguide/blob/master/init.lua#L3-L6).
|
|
|
|
![Preview](http://i.imgur.com/xblp1Vs.png)
|
|
|