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 1543748 commit d1c8681Copy full SHA for d1c8681
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 2.1.6
2
+- Support 1.21.5 & 1.21.6. (From 1.21.3 to 1.21.6)
3
+
4
# 2.1.2
5
- Add customizable post step actions.
6
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
}
12
13
group = "fr.formiko.mc.underilla"
14
-version = "2.1.5"
+version = "2.1.6"
15
description="Generate vanilla cave in custom world."
16
val mainMinecraftVersion = "1.21.6"
17
val supportedMinecraftVersions = "1.21.3 - 1.21.6"
0 commit comments