Skip to content

Commit

Permalink
Update to Geyser API changes (#10)
Browse files Browse the repository at this point in the history
* Update build.gradle

* Update extension.yml
  • Loading branch information
onebeastchris authored Aug 1, 2024
1 parent 410df59 commit d6bd429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'

compileOnly 'org.geysermc.geyser:api:2.3.1-SNAPSHOT'
compileOnly 'org.geysermc.geyser:api:2.4.1-SNAPSHOT'
}

jar {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: thirdpartycosmetics
name: ThirdPartyCosmetics
main: org.geysermc.extension.thirdpartycosmetics.ThirdPartyCosmetics
api: 1.0.0
api: 2.4.1
version: 1.0.0
authors: [rtm516]
authors: [rtm516]

0 comments on commit d6bd429

Please sign in to comment.