From 5e67699be5060cb7169a5ec6c75a78f28d013d34 Mon Sep 17 00:00:00 2001 From: Cloudburst Date: Tue, 1 Jun 2021 14:18:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=80=20fabric=20api=20gone=20?= =?UTF-8?q?=F0=9F=A6=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- src/main/resources/fabric.mod.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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": "*" }