Skip to content

Commit

Permalink
remove minecraft ver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ultrasonic1209 committed Dec 10, 2021
1 parent ff29e54 commit a958cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ gradle-app.setting
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
/.idea/

/bin/
3 changes: 1 addition & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
],
"contact": {},
"depends": {
"fabricloader": ">=0.12.8",
"fabricloader": ">=0.12.9",
"fabric": "*",
"minecraft": "1.18",
"fabric-permissions-api-v0": "*"
},
"description": "Implements Spigot's /tps for server panels.",
Expand Down

0 comments on commit a958cfd

Please sign in to comment.