Skip to content

Commit

Permalink
Remove Fabric API dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KosmX committed Jan 26, 2024
1 parent 15373bd commit a105c23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ repositories {

dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_version}"


common(project(path: ":common", configuration: "namedElements")) { transitive false }
Expand All @@ -38,7 +37,7 @@ dependencies {

modCompileOnly modLocalRuntime("maven.modrinth:3dskinlayers:1.5.2-1.19.3-fabric")

//modLocalRuntime "net.fabricmc.fabric-api:fabric-api:0.58.5+1.19.1"
//modLocalRuntime "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_version}"
// modLocalRuntime "dev.kosmx.player-anim:player-animation-lib-fabric:0.4.0-test1"
//modLocalRuntime "maven.modrinth:emotecraft:2.2.5-MC1.19.2-fabric"
}
Expand Down

0 comments on commit a105c23

Please sign in to comment.