diff --git a/build.gradle b/build.gradle index f275c3e..70f8ed2 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" // Fabric API. This is technically optional, but you probably want it anyway. - modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" + // modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index f055c1b..68877ca 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,6 @@ "depends": { "fabricloader": ">=0.7.4", - "fabric": "*", "minecraft": "1.16.x", "meteor-client": "*" }