From ddd266a0ab518d99d034ea2f2191af5a24047ccd Mon Sep 17 00:00:00 2001 From: Markil3 <75867393+Markil3@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:11:04 -0700 Subject: [PATCH] Removes the Fabric API dependency. We didn't need it. --- build.gradle | 2 -- gradle.properties | 4 ---- src/main/resources/fabric.mod.json | 1 - 3 files changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index ee0662a..13bf703 100644 --- a/build.gradle +++ b/build.gradle @@ -21,8 +21,6 @@ dependencies { mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" 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}" modApi "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_version}" modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" diff --git a/gradle.properties b/gradle.properties index 3957d9b..55beb35 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,3 @@ modmenu_version=1.16.8 mod_version = 0.1 maven_group = markil3 archives_base_name = immersive_hud - -# Dependencies - # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.30.3+1.16 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ff345b0..a8a8893 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -34,7 +34,6 @@ "depends": { "fabricloader": ">=0.7.4", - "fabric": "*", "minecraft": "1.16.x" } }