This commit is contained in:
Jean-Patrick Guerrero 2020-04-16 03:57:29 +02:00
rodič f39ca50f3b
revize 5e23600001
2 změnil soubory, kde provedl 5 přidání a 3 odebrání

Zobrazit soubor

@ -234,6 +234,7 @@ local function table_eq(T1, T2)
local function recurse(t1, t2)
if type(t1) ~= type(t2) then return end
if not is_table(t1) then
return t1 == t2
end

Zobrazit soubor

@ -5,7 +5,8 @@ craftguide_progressive_mode (Learn crafting recipes progressively) bool fa
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.
# Do NOT disable the first time the mod loads.
# Disabling the auto-caching will result in faster mod loading.
# If you enable or disable mods, or edit the current mod recipes in your setup, you SHOULD re-enable this setting until the next caching at least.
# Usage at your own risk.
craftguide_autocache (Auto-caching of recipes) bool true