Fix missing fabric-resource-loader-v1 dependency

This commit is contained in:
Jonas Herzig
2025-12-16 15:26:18 +01:00
parent caffd41358
commit dad0ac18a3

View File

@@ -112,6 +112,9 @@ dependencies {
if (mcVersion >= 11700) {
fabricApiModules.remove("networking-v0")
}
if (mcVersion >= 12109) {
fabricApiModules.add("resource-loader-v1")
}
for (module in fabricApiModules) {
val dep = fabricApi.module("fabric-$module", fabricApiVersion)
modImplementation(dep)