Skip to content

Commit 565b28b

Browse files
chore: bumps
1 parent 0d2ea62 commit 565b28b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
113
## [21.9.2]
214

315
### Fixed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ publishMods {
110110
def curseForgeOptions = curseforgeOptions {
111111
accessToken = providers.environmentVariable("CURSE_DEPLOY_TOKEN")
112112
minecraftVersions.add("${minecraft_version}")
113-
minecraftVersions.add("1.21.10")
114113
javaVersions.add(JavaVersion.VERSION_21)
115114
}
116115

0 commit comments

Comments
 (0)