add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[general]
#Clears dynamic models and textures from the mod dynamic pack once resource reload is done. This can save up some RAM. Turning off if you notice inconsistencies with pack loading
clear_dynamic_resources = false
#ONLY for debugging purpose. Turns one some debug functionality like more logging or blocktypes_debug.txt, the file can be found in ~/.minecraft/debug/dynamic_registry_dump...
extra_debug = false
#Enable this will list each BlockTypes' Children. The List of BlockTypes' children will be also in the same file via EXTRA_DEBUG. NOTE: To enable this, EXTRA_DEBUG must be enabled, too.
extra_children_debug = false
#Enables multi-threaded generation for dynamic assets (if supported). This could improve performance on systems with more cores available.
multi_threaded_generation = true
#Global datapack folder. A folder where you can store and load datapacks for all your worlds automatically. Set to empty string to disable
global_datapacks_folder = "moonlight-global-datapacks"