Removes the Fabric API dependency.

We didn't need it.
This commit is contained in:
Markil3
2021-03-02 11:11:04 -07:00
parent c560e50288
commit ddd266a0ab
3 changed files with 0 additions and 7 deletions

View File

@@ -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}"

View File

@@ -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

View File

@@ -34,7 +34,6 @@
"depends": {
"fabricloader": ">=0.7.4",
"fabric": "*",
"minecraft": "1.16.x"
}
}