Skip to content

Commit a881f14

Browse files
committed
1.21.11
1 parent 3f82ad9 commit a881f14

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.2.1
2+
- Support from 1.21.3 to 1.21.11
3+
14
# 2.2.0
25
- Support & replace blocks before the chunk is generated as part of the BlockPopulator
36
- Support from 1.21.3 to 1.21.10

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ plugins {
99
}
1010

1111
group = "fr.formiko.mc.underilla"
12-
version = "2.2.0"
12+
version = "2.2.1"
1313
description="Generate vanilla cave in custom world."
14-
val mainMinecraftVersion = "1.21.10"
15-
val supportedMinecraftVersions = "1.21.3 - 1.21.10"
14+
val mainMinecraftVersion = "1.21.11"
15+
val supportedMinecraftVersions = "1.21.3 - 1.21.11"
1616
val voidWorldGeneratorVersion = "1.3.2"
1717
val chunkyVersion = "1.4.28"
1818

0 commit comments

Comments
 (0)