Updated mod defaults, and changed configs

This commit is contained in:
2025-08-24 00:07:02 -05:00
parent e79e0edf39
commit 650bee4032
104 changed files with 5226 additions and 4 deletions

6
config/yacl.json5 Normal file
View File

@@ -0,0 +1,6 @@
{
// Show the flashing colour picker hint (auto disables after first use)
showColorPickerIndicator: true,
// Load .webp and .gif during Minecraft resource reload instead of on-demand (can decrease startup time)
preloadComplexImageFormats: false
}