Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
updated felt api
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 26, 2023
1 parent 4fc2b72 commit c22efef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ dependencies{
exclude(group: "net.fabricmc.fabric-api")
exclude(group: "com.github.LlamaLad7")
}
modImplementation(include("io.github.feltmc:felt-recipe-api:1.0.0")){
modImplementation("net.feltmc:felt-recipe-api:1.0.0-${project.minecraft_version}"){
exclude(group: "net.fabricmc.fabric-api")
exclude(group: "com.terraformersmc")
}
modImplementation(include("io.github.feltmc:felt-player-item-api:1.0.0")){
modImplementation("net.feltmc:felt-player-item-api:1.0.0-${project.minecraft_version}"){
exclude(group: "net.fabricmc.fabric-api")
exclude(group: "com.terraformersmc")
}
modImplementation("com.github.Trinsdar.Felt-API:felt-enchanting-api:c372f99be1") { transitive false }
modImplementation("net.feltmc:felt-enchanting-api:1.0.0-${project.minecraft_version}") { transitive false }
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }
modImplementation("com.github.Trinsdar:ARRP:0.6.7-hotfix")
Expand Down

0 comments on commit c22efef

Please sign in to comment.