mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-25 20:23:42 +01:00
12 lines
678 B
Plaintext
12 lines
678 B
Plaintext
# The progressive mode shows recipes you can craft from items you ever had in your inventory.
|
|
craftguide_progressive_mode (Learn crafting recipes progressively) bool false
|
|
|
|
# Integration in the default Minetest Game inventory.
|
|
craftguide_sfinv_only (Crafting Guide in inventory only) bool false
|
|
|
|
# Enable pre-caching of item recipes.
|
|
# Disabling it will result in faster game loading but lesser in-game efficiency.
|
|
# If you enable or disable mods, or edit the current mod recipes in your game, you should re-enable the cache,
|
|
# otherwise some recipes will be skipped or removed. Usage at your own risk.
|
|
craftguide_autocache (Auto-caching of recipes) bool true
|