Skip to content

Commit

Permalink
removed fabric api dep from common
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 26, 2024
1 parent 7b52350 commit c0a2ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies{
compileOnly("com.blamejared.crafttweaker:CraftTweaker-common-1.18.2:${rootProject.crafttweaker_version}")
modCompileOnly("dev.latvian.mods:kubejs-fabric:${rootProject.kubejs_version}")
implementation(project(path: ":tesseract-common", configuration: "namedElements"))
modCompileOnly("net.fabricmc.fabric-api:fabric-transfer-api-v1:${rootProject.fabric_transfer_api_version}")
modImplementation("io.github.fabricators_of_create:Porting-Lib:${rootProject.port_lib_version}-beta+1.18.2-stable"){
exclude(group: "net.fabricmc.fabric-api")
exclude(group: "com.github.LlamaLad7")
Expand Down

0 comments on commit c0a2ce1

Please sign in to comment.