Skip to content

Commit 11e610e

Browse files
committed
1.21.9
1 parent f649e18 commit 11e610e

2 files changed

Lines changed: 7 additions & 4 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.1.9
2+
- Support from 1.21.3 to 1.21.9
3+
14
# 2.1.8
25
- generationArea X and Z coordinates can be set to auto and will be auto computed.
36

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
`java-library`
3-
id("io.github.goooler.shadow") version "8.1.7"
3+
id("io.github.goooler.shadow") version "8.1.8"
44
id("io.papermc.paperweight.userdev") version "2.0.0-beta.17" // paperweight // Check for new versions at https://plugins.gradle.org/plugin/io.papermc.paperweight.userdev
55
`maven-publish` // Add ./gradlew publishToMavenLocal
66
id("xyz.jpenilla.run-paper") version "2.3.1"
@@ -9,10 +9,10 @@ plugins {
99
}
1010

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

0 commit comments

Comments
 (0)