Fix missing fabric-resource-loader-v1 dependency
This commit is contained in:
@@ -112,6 +112,9 @@ dependencies {
|
|||||||
if (mcVersion >= 11700) {
|
if (mcVersion >= 11700) {
|
||||||
fabricApiModules.remove("networking-v0")
|
fabricApiModules.remove("networking-v0")
|
||||||
}
|
}
|
||||||
|
if (mcVersion >= 12109) {
|
||||||
|
fabricApiModules.add("resource-loader-v1")
|
||||||
|
}
|
||||||
for (module in fabricApiModules) {
|
for (module in fabricApiModules) {
|
||||||
val dep = fabricApi.module("fabric-$module", fabricApiVersion)
|
val dep = fabricApi.module("fabric-$module", fabricApiVersion)
|
||||||
modImplementation(dep)
|
modImplementation(dep)
|
||||||
|
|||||||
Reference in New Issue
Block a user