Skip to content

Commit

Permalink
Port legacy-fabric-command-api-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent 1a620e2 commit 8282312
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 9 deletions.
8 changes: 0 additions & 8 deletions common/legacy-fabric-command-api-v1/build.gradle

This file was deleted.

4 changes: 4 additions & 0 deletions legacy-fabric-command-api-v1/common.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
moduleDependencies(project, [
"legacy-fabric-api-base",
"legacy-fabric-lifecycle-events-v1"
])
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-command-api-v1/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
maxVersionIncluded=1.12.2
artifactSuffix=
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"description": "Adds command-related hooks.",
"depends": {
"minecraft": "<=1.12.2"
"minecraft": "${minecraft_version}"
},
"custom": {
"modmenu": {
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ loadProject("legacy-fabric-api-base")
loadProject("legacy-fabric-logger-api-v1")
loadProject("legacy-fabric-resource-loader-v1")
loadProject("legacy-fabric-lifecycle-events-v1")
loadProject("legacy-fabric-command-api-v1")

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

0 comments on commit 8282312

Please sign in to comment.