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 da25c2f commit db5f3a5Copy full SHA for db5f3a5
2 files changed
build.gradle.kts
@@ -12,7 +12,7 @@ architectury {
12
minecraft = libs.versions.minecraft.get()
13
}
14
15
-version = "3.0.1+1.19.4"
+version = "3.0.2+1.19.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.0.2+1.19.4.md
@@ -0,0 +1,3 @@
1
+- Fix IntegerFieldController and LongFieldController not allowing negative values.
2
+- Reimplement ButtonOption changing the 'EXECUTE' text with `ButtonOption.Builder#text()`
3
+- Fix a crash on some loads when viewing list widgets.
0 commit comments