This commit is contained in:
Jean-Patrick Guerrero 2020-04-16 03:57:29 +02:00
부모 f39ca50f3b
커밋 5e23600001
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

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

파일 보기

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