Update Minecraft instance and server configurations to reflect new mod loader version 21.1.228, adjust seasonal properties in sereneseasons configuration, and streamline server variable settings.

This commit is contained in:
Leonid Pershin
2026-05-08 02:07:56 +03:00
parent e58bcbbc4b
commit 6824e3e995
20 changed files with 481 additions and 62 deletions
+10
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"