Add an option to disable the auto-cache

This commit is contained in:
Jean-Patrick Guerrero
2020-04-16 03:08:36 +02:00
parent 1910b4b345
commit 6d994fc8d5
2 changed files with 46 additions and 26 deletions

View File

@ -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