mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 19:03:43 +01:00
Wording
This commit is contained in:
parent
f39ca50f3b
commit
5e23600001
1
init.lua
1
init.lua
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user