Skip to content

Commit

Permalink
Port api-base and logger-api
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent 66c2b9c commit 9a3b3aa
Show file tree
Hide file tree
Showing 40 changed files with 14 additions and 22 deletions.
8 changes: 0 additions & 8 deletions 1.7.10/legacy-fabric-api-base/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions 1.8.9/legacy-fabric-api-base/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion common/legacy-fabric-api-base-common/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion common/legacy-fabric-logger-api-v1/build.gradle

This file was deleted.

Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-api-base/1.7.10/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.3
maxVersionIncluded=1.7.10
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"minecraft": ">=1.8"
"minecraft": "${minecraft_version}"
},
"description": "Shared hooks used by other api modules",
"custom": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"main": []
},
"depends": {
"minecraft": "<=1.7.10"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-api-base/1.8.9/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.8
maxVersionIncluded=1.13.2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"minecraft": "<=1.7.10"
"minecraft": "${minecraft_version}"
},
"description": "Shared hooks used by other api modules",
"custom": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"main": []
},
"depends": {
"minecraft": ">=1.8"
"minecraft": "${minecraft_version}"
}
}
1 change: 1 addition & 0 deletions legacy-fabric-api-base/common.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
moduleDependencies(project, [])
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-api-base/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.3
maxVersionIncluded=1.13.2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"FabricMC"
],
"depends": {
"minecraft": "<1.14"
"minecraft": "${minecraft_version}"
},
"description": "Shared hooks used by other api modules",
"custom": {
Expand Down
1 change: 1 addition & 0 deletions legacy-fabric-logger-api-v1/common.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
moduleDependencies(project, [])
Empty file.
1 change: 1 addition & 0 deletions legacy-fabric-logger-api-v1/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
artifactSuffix=

0 comments on commit 9a3b3aa

Please sign in to comment.