mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-05 09:40:22 +01:00
23 lines
989 B
Markdown
23 lines
989 B
Markdown
# ![Preview1](http://i.imgur.com/fIPNYkb.png) Crafting Guide
|
|
|
|
#### `craftguide` is the most comprehensive crafting guide on Minetest.
|
|
#### Consult the [Minetest Wiki](http://wiki.minetest.net/Crafting_guide) for more details.
|
|
|
|
This crafting guide is a blue book named *"Crafting Guide"* or a wooden sign.
|
|
|
|
This crafting guide features a **progressive mode**.
|
|
This mode is a Terraria-like system that shows recipes you can craft
|
|
from items you ever had in your inventory. To enable it: `craftguide_progressive_mode = true` in `minetest.conf`.
|
|
|
|
`craftguide` is also integrated in `sfinv` (Minetest Game inventory). To enable it:
|
|
`craftguide_sfinv_only = true` in `minetest.conf`.
|
|
|
|
Use the command `/craft` to show the recipe(s) of the pointed node.
|
|
|
|
For developers, `craftguide` also has a [modding API](https://github.com/minetest-mods/craftguide/blob/master/API.md).
|
|
|
|
Love this mod? Donations are appreciated: https://www.paypal.me/jpg84240
|
|
|
|
|
|
![Preview2](https://i.imgur.com/GVQvufb.png)
|