This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: support for fabric-permissions-api
The aliases command now requires the `aliases.use` permission, which is granted by default. Additionally, the external dependency on the entire Fabric API has been removed and now the command API module is jar-in-jar.
- Loading branch information
1 parent
3743c72
commit f0ddd6d
Showing
4 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
minecraft_version=1.18.1 | ||
yarn_mappings=1.18.1+build.22 | ||
loader_version=0.12.12 | ||
minecraft_version=1.18.2 | ||
yarn_mappings=1.18.2+build.2 | ||
loader_version=0.13.3 | ||
|
||
mod_version=1.0.0 | ||
mod_version=1.1.0 | ||
maven_group=me.thegiggitybyte | ||
archives_base_name=aliases | ||
|
||
fabric_version=0.46.2+1.18 | ||
fabric_version=0.50.0+1.18.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters