Skip to content

Commit

Permalink
Port legacy-fabric-resource-loader-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 8, 2024
1 parent 728f2ea commit 0457e7c
Show file tree
Hide file tree
Showing 86 changed files with 39 additions and 65 deletions.
7 changes: 0 additions & 7 deletions 1.10.2/legacy-fabric-resource-loader-v1/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions 1.12.2/legacy-fabric-resource-loader-v1/build.gradle

This file was deleted.

7 changes: 0 additions & 7 deletions 1.7.10/legacy-fabric-resource-loader-v1/build.gradle

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions 1.8/legacy-fabric-resource-loader-v1/build.gradle

This file was deleted.

This file was deleted.

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

This file was deleted.

Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-resource-loader-v1/1.10.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.10
maxVersionIncluded=1.11.2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"depends": {
"fabricloader": ">=0.4.0",
"minecraft": ">1.11.2 <=1.12.2"
"minecraft": "${minecraft_version}"
},
"description": "Asset loading",
"mixins": [
Expand Down
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-resource-loader-v1/1.12.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionExcluded=1.11.2
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.10 <=1.11.2"
"minecraft": "${minecraft_version}"
},
"description": "Asset loading",
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"depends": {
"minecraft": ">=1.8.9 <=1.9.4"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-resource-loader-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 @@ -17,7 +17,7 @@
],
"depends": {
"fabricloader": ">=0.4.0",
"minecraft": "1.8"
"minecraft": "${minecraft_version}"
},
"description": "Asset loading",
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"depends": {
"minecraft": ">=1.10 <=1.11.2"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-resource-loader-v1/1.8.9/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.8.9
maxVersionIncluded=1.9.4
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"depends": {
"fabricloader": ">=0.4.0",
"minecraft": ">=1.8.9 <=1.9.4"
"minecraft": "${minecraft_version}"
},
"description": "Asset loading",
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
]
},
"depends": {
"minecraft": ">1.11.2 <=1.12.2"
"minecraft": "${minecraft_version}"
}
}
Empty file.
2 changes: 2 additions & 0 deletions legacy-fabric-resource-loader-v1/1.8/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minVersionIncluded=1.8
maxVersionIncluded=1.8
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"depends": {
"fabricloader": ">=0.4.0",
"minecraft": "1.7.x"
"minecraft": "${minecraft_version}"
},
"description": "Asset loading",
"mixins": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"schemaVersion": 1,
"id": "legacy-fabric-resource-loader-v1-testmod",
"description": "Tests for resource loading",
"version": "1.0.0",
"entrypoints": {
"client": [
"net.legacyfabric.fabric.test.resource.loader.client.ResourceReloadTest"
]
},
"depends": {
"minecraft": "${minecraft_version}"
}
}
3 changes: 3 additions & 0 deletions legacy-fabric-resource-loader-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-resource-loader-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 @@ -27,6 +27,7 @@ def loadProject(String path) {

loadProject("legacy-fabric-api-base")
loadProject("legacy-fabric-logger-api-v1")
loadProject("legacy-fabric-resource-loader-v1")

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

0 comments on commit 0457e7c

Please sign in to comment.