We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a147e6 commit 03a48a8Copy full SHA for 03a48a8
build.gradle.kts
@@ -12,7 +12,7 @@ architectury {
12
minecraft = libs.versions.minecraft.get()
13
}
14
15
-version = "3.3.1+1.20.4"
+version = "3.3.2+1.20.4"
16
17
val isBeta = "beta" in version.toString()
18
val changelogText = rootProject.file("changelogs/${project.version}.md").takeIf { it.exists() }?.readText() ?: "No changelog provided."
changelogs/3.3.2+1.20.4.md
@@ -0,0 +1,5 @@
1
+# YetAnotherConfigLib v3.3.2 for 1.20.4
2
+
3
+- Hook into the resource reloader to preload any webp/gif files that are used.
4
+ This should make loading images when opening GUIs appear instantaneous.
5
+- Fix issue where buttons got stuck and appeared as though nothing had saved.
0 commit comments