Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Jul 12, 2024
1 parent 177fbd3 commit ac874b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# :key: fabric-permissions-api
# :key: NeoPermissions

A simple permissions API for Fabric. It allows mods to easily run permission checks and lookup option (metadata) values against permission providers.
A simple permissions API for NeoForge. It allows mods to easily run permission checks and lookup option (metadata) values against permission providers.

If you want to configure permissions, you will also need to install a compatible permission manager mod.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ processResources {

java {
withSourcesJar()
withJavadocJar()
//withJavadocJar()
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
Expand Down

0 comments on commit ac874b8

Please sign in to comment.