forked from minetest-mods/craftguide
Config value for disabling the cache load progress bar (#101)
This commit is contained in:
committed by
Jean-Patrick Guerrero
parent
df21df2bce
commit
2d6951cd0c
@ -2,4 +2,7 @@
|
||||
craftguide_progressive_mode (Progressive Mode) bool false
|
||||
|
||||
# Integration in the default Minetest Game inventory.
|
||||
craftguide_sfinv_only (Sfinv only) bool false
|
||||
craftguide_sfinv_only (Sfinv only) bool false
|
||||
|
||||
# Display the cache-building progress bar in the server console.
|
||||
craftguide_enable_cache_progress_bar (Enable console cache progress bar) bool true
|
||||
|
Reference in New Issue
Block a user