Update runServer version to 1.20.4

This commit is contained in:
James L
2024-04-12 15:15:04 +01:00
committed by GitHub
parent 6a7655bd5d
commit c489930b55

View File

@@ -94,7 +94,7 @@ allprojects {
}
tasks.withType<RunServer> {
minecraftVersion("1.18")
minecraftVersion("1.20.4")
}
pluginManager.withPlugin("io.papermc.paperweight.userdev") {
@@ -118,4 +118,4 @@ allprojects {
}
}
}
}
}