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 3f82ad9 commit a881f14Copy full SHA for a881f14
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 2.2.1
2
+- Support from 1.21.3 to 1.21.11
3
+
4
# 2.2.0
5
- Support & replace blocks before the chunk is generated as part of the BlockPopulator
6
- Support from 1.21.3 to 1.21.10
build.gradle.kts
@@ -9,10 +9,10 @@ plugins {
9
}
10
11
group = "fr.formiko.mc.underilla"
12
-version = "2.2.0"
+version = "2.2.1"
13
description="Generate vanilla cave in custom world."
14
-val mainMinecraftVersion = "1.21.10"
15
-val supportedMinecraftVersions = "1.21.3 - 1.21.10"
+val mainMinecraftVersion = "1.21.11"
+val supportedMinecraftVersions = "1.21.3 - 1.21.11"
16
val voidWorldGeneratorVersion = "1.3.2"
17
val chunkyVersion = "1.4.28"
18
0 commit comments