Skip to content

Commit

Permalink
Port legacy-fabric-keybindings-api-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent 048c6a5 commit 6f99227
Show file tree
Hide file tree
Showing 21 changed files with 13 additions and 34 deletions.
12 changes: 0 additions & 12 deletions 1.7.10/legacy-fabric-keybindings-api-v1/build.gradle

This file was deleted.

12 changes: 0 additions & 12 deletions 1.8.9/legacy-fabric-keybindings-api-v1/build.gradle

This file was deleted.

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

This file was deleted.

Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-keybindings-api-v1/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 @@ -9,6 +9,6 @@
]
},
"depends": {
"minecraft": "<=1.7.10"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-keybindings-api-v1/1.8.9/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.8
maxVersionIncluded=1.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"depends": {
"minecraft": ">=1.8 <=1.12.2"
"minecraft": "${minecraft_version}"
}
}
4 changes: 4 additions & 0 deletions legacy-fabric-keybindings-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-keybindings-api-v1/common/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.3
maxVersionIncluded=1.13.2
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ loadProject("legacy-fabric-command-api-v1")
loadProject("legacy-fabric-entity-events-v1")
loadProject("legacy-fabric-gamerule-api-v1")
loadProject("legacy-fabric-item-groups-v1")
loadProject("legacy-fabric-keybindings-api-v1")

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

0 comments on commit 6f99227

Please sign in to comment.