MacOS Patch Successful! + fix missing fabric api

This commit is contained in:
TomTheFurry
2022-04-01 19:46:41 +08:00
parent d9484c9df4
commit 150ba98a4e
2 changed files with 2 additions and 4 deletions
+1 -1
Submodule core updated: 3259f502e8...4bac38c99f
+1 -3
View File
@@ -45,9 +45,7 @@ dependencies {
addModJar(fabricApi.module("fabric-networking-api-v1", rootProject.fabric_api_version))
// Mod Menu
modImplementation("com.terraformersmc:modmenu:${rootProject.modmenu_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation("com.terraformersmc:modmenu:${rootProject.modmenu_version}")
// Starlight
addMod("curse.maven:starlight-521783:${rootProject.starlight_version_fabric}", rootProject.enable_starlight)