Support 1.18.2

This commit is contained in:
mastermc05 2022-10-14 15:51:08 +03:00
parent dba0902ad6
commit 9d8e95d9b2
3 changed files with 19 additions and 2 deletions

View file

@ -88,7 +88,7 @@ runServer {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.19.2")
minecraftVersion("1.18.2")
}
shadowJar {
dependencies {