Add a code to fly

This commit is contained in:
2025-08-19 11:31:00 +09:00
parent 5097b56aec
commit 8b8cdc2982
2 changed files with 23 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ repositories {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT")
}
tasks {
@@ -27,7 +27,7 @@ tasks {
// 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.21.3")
minecraftVersion("1.21.8")
}
}