Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Use a working API version
Browse files Browse the repository at this point in the history
  • Loading branch information
EsotericEnderman committed Sep 2, 2024
1 parent f49f4e7 commit 5234b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ val projectVersionString = version.toString()
val javaVersion = 21
val javaVersionEnumMember = JavaVersion.valueOf("VERSION_" + javaVersion)

val paperApiMinecraftVersion = "1.20.4"
val paperApiVersion = "1.20.4" + "-" + "R0.1-SNAPSHOT"
val paperApiMinecraftVersion = "1.20"
val paperApiVersion = paperApiMinecraftVersion + "-" + "R0.1-SNAPSHOT"

java {
sourceCompatibility = javaVersionEnumMember
Expand Down

0 comments on commit 5234b44

Please sign in to comment.