We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2ea62 commit 565b28bCopy full SHA for 565b28b
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## [21.11.0]
2
+
3
+### Changed
4
5
+- Ported to Minecraft `1.21.11`
6
7
+### Fixed
8
9
+- Rendering lava blocks would not show correctly as they were rendering transparent
10
+- Lava toggle button not working correctly
11
+- Shaders should "just work"...
12
13
## [21.9.2]
14
15
### Fixed
build.gradle
@@ -110,7 +110,6 @@ publishMods {
110
def curseForgeOptions = curseforgeOptions {
111
accessToken = providers.environmentVariable("CURSE_DEPLOY_TOKEN")
112
minecraftVersions.add("${minecraft_version}")
113
- minecraftVersions.add("1.21.10")
114
javaVersions.add(JavaVersion.VERSION_21)
115
}
116
0 commit comments