Skip to content

Commit

Permalink
Port legacy-fabric-item-groups-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent bfffc61 commit 048c6a5
Show file tree
Hide file tree
Showing 46 changed files with 15 additions and 26 deletions.
7 changes: 0 additions & 7 deletions 1.12.2/legacy-fabric-item-groups-v1/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions 1.8.9/legacy-fabric-item-groups-v1/build.gradle

This file was deleted.

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

This file was deleted.

Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-item-groups-v1/1.12.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionExcluded=1.10.2
maxVersionIncluded=1.12.2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"description": "Advanced item groups.",
"depends": {
"minecraft": "<=1.10.2"
"minecraft": "${minecraft_version}"
},
"custom": {
"modmenu": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"depends": {
"minecraft": ">1.10.2 <=1.12.2"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-item-groups-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.10.2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"description": "Advanced item groups.",
"depends": {
"minecraft": ">1.10.2 <=1.12.2"
"minecraft": "${minecraft_version}"
},
"custom": {
"modmenu": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"depends": {
"minecraft": "<=1.10.2"
"minecraft": "${minecraft_version}"
}
}
3 changes: 3 additions & 0 deletions legacy-fabric-item-groups-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-item-groups-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 @@ -20,7 +20,7 @@
],
"description": "Advanced item groups.",
"depends": {
"minecraft": ">=1.3 <=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 @@ -32,6 +32,7 @@ loadProject("legacy-fabric-lifecycle-events-v1")
loadProject("legacy-fabric-command-api-v1")
loadProject("legacy-fabric-entity-events-v1")
loadProject("legacy-fabric-gamerule-api-v1")
loadProject("legacy-fabric-item-groups-v1")

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

0 comments on commit 048c6a5

Please sign in to comment.