Skip to content

Commit

Permalink
Update to Minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Aug 10, 2024
1 parent d61ef6f commit 682662f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-development-jars-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
paper
purpur
game-versions: |
[1.20.3, 1.20.6]
[1.21]
dependencies: |
packetevents
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
for (dependency in centralDependencies) {
compileOnlyApi(dependency)
}
compileOnlyApi("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
compileOnlyApi("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")

api("com.github.Tofaa2.EntityLib:spigot:2.4.8-SNAPSHOT")
api("com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.17.0")
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Typewriter
version: '${version}'
main: me.gabber235.typewriter.Typewriter
api-version: "1.20"
api-version: "1.21"
softdepend:
- PlaceholderAPI
- floodgate
Expand Down

0 comments on commit 682662f

Please sign in to comment.