Remove unneeded fabric api dependency

This commit is contained in:
Johannes Frohnmeyer 2022-03-02 18:09:19 +01:00
parent 969abd7587
commit 834bc06cc2
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 5 additions and 4 deletions

View File

@ -7,12 +7,12 @@ repositories {
}
dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modRuntimeOnly "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modApi("me.shedaniel.cloth:cloth-config-fabric:6.2.57") {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation "com.terraformersmc:modmenu:3.0.1"
modImplementation "com.terraformersmc:modmenu:3.1.0"
}
if (flavor == "curseforge") {

View File

@ -8,4 +8,6 @@ archives_base_name=breakme
fabric_version=0.47.8+1.18.2
modrinth_id=ibgLmpmd
curseforge_id=400842
modrinth_optional_dependencies=mOgUt4GM
curseforge_id=400842
curseforge_optional_dependencies=modmenu, cloth-config

View File

@ -30,7 +30,6 @@
],
"depends": {
"fabricloader": ">=0.12.0",
"fabric": "*",
"minecraft": "*",
"cloth-config": "*"
}