mirror of
https://github.com/minetest-mods/craftguide.git
synced 2025-06-30 15:10:38 +02:00
Add optional Progressive Mode
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`. Thanks to @kaeza and @Wuzzy2 for the idea. See discussion on https://github.com/minetest/minetest_game/issues/1435
This commit is contained in:
10
README.md
10
README.md
@ -1,8 +1,14 @@
|
||||
## Crafting Guide ##
|
||||
|
||||
##### A simple and fast Crafting Guide that doesn't suck for Minetest.
|
||||
#### A simple and fast Crafting Guide that doesn't suck for Minetest. ####
|
||||
|
||||
##### Usable with a book named *"Crafting Guide"*. #####
|
||||
#### 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`.
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user