Update versioning for FancySitula and adjust Minecraft version in build configuration

This commit is contained in:
Oliver
2025-03-14 18:07:37 +01:00
parent 6d8be3ace4
commit c35c00efd2
4 changed files with 5 additions and 7 deletions

View File

@@ -39,8 +39,7 @@ paper {
tasks {
runServer {
minecraftVersion(findProperty("minecraftVersion").toString())
// minecraftVersion("1.20.4")
minecraftVersion("1.21.4")
}
shadowJar {