Files
test/config/everycomp-client.toml
luxtracon 60535c0011 Initial Commit
Commit Suicide

add disabled jars to lfs

remove mods

re-add mods
2025-11-01 18:08:31 +01:00

11 lines
681 B
TOML

[general]
#
#How dynamic assets are generated. If cached the cache will regenerate once any mod or pack changes
#- NEVER: This mod will never attempt to generate the cache folder. The assets will be put in memory
#- RUN_ONCE: Will generate once & the assets will be stored in memory every time you launched.
#- CACHED: create a CACHE folder via .minecraft/dynamic-resource-pack-cache
#- CACHED_ZIPPED: create a ZIP folder via .minecraft/dynamic-resource-pack-cache
#- ALWAYS: Will always generate the assets & will be stored in memory. There will be no cache folder
#Allowed Values: NEVER, RUN_ONCE, CACHED, CACHED_ZIPPED, ALWAYS
dynamic_assets_generation_mode = "ALWAYS"