Skip to content

Commit

Permalink
Port legacy-fabric-permissions-api-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent cd2d50c commit 2038d0b
Show file tree
Hide file tree
Showing 24 changed files with 10 additions and 17 deletions.
8 changes: 0 additions & 8 deletions 1.8.9/legacy-fabric-permissions-api-v1/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions common/legacy-fabric-permissions-api-v1-common/build.gradle

This file was deleted.

Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-permissions-api-v1/1.8.9/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.3
maxVersionIncluded=1.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"depends": {
"fabricloader": ">=0.4.0",
"minecraft": "<=1.12.2"
"minecraft": "${minecraft_version}"
},
"description": "Simple permission api",
"mixins": [
Expand Down
3 changes: 3 additions & 0 deletions legacy-fabric-permissions-api-v1/common.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
moduleDependencies(project, [
"legacy-fabric-api-base"
])
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-permissions-api-v1/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.3
maxVersionIncluded=1.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"depends": {
"fabricloader": ">=0.4.0",
"minecraft": "<=1.12.2"
"minecraft": "${minecraft_version}"
},
"description": "Simple permission api",
"mixins": [],
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ loadProject("legacy-fabric-gamerule-api-v1")
loadProject("legacy-fabric-item-groups-v1")
loadProject("legacy-fabric-keybindings-api-v1")
loadProject("legacy-fabric-networking-api-v1")
loadProject("legacy-fabric-permissions-api-v1")

//include("common")
//include("common:legacy-fabric-logger-api-v1")
Expand Down

0 comments on commit 2038d0b

Please sign in to comment.