Initial Commit

This commit is contained in:
luxtracon
2025-11-01 17:56:55 +01:00
commit 6114bde241
376 changed files with 13701 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[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"