forked from minetest-mods/craftguide
Add an option to disable the auto-cache
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
# The progressive mode shows recipes you can craft from items you ever had in your inventory.
|
||||
craftguide_progressive_mode (Progressive Mode) bool false
|
||||
craftguide_progressive_mode (Learn crafting recipes progressively) bool false
|
||||
|
||||
# Integration in the default Minetest Game inventory.
|
||||
craftguide_sfinv_only (Sfinv only) bool false
|
||||
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
|
||||
|
Reference in New Issue
Block a user