Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
CodexAdrian committed Mar 24, 2024
1 parent 6984e40 commit 10bc9d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ subprojects {
maven(url = "https://maven.neoforged.net/releases/")
maven(url = "https://maven.twelveiterations.com/repository/maven-public/")
maven(url = "https://maven.ladysnake.org/releases")
maven(url = "https://maven.terraformersmc.com/")
}

dependencies {
Expand Down
3 changes: 0 additions & 3 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ dependencies {
modApi(group = "net.fabricmc.fabric-api", name = "fabric-api", version = "$fabricApiVersion+$minecraftVersion")

modApi(group = "com.terraformersmc", name = "modmenu", version = modMenuVersion)
modApi("dev.onyxstudios.cardinal-components-api:cardinal-components-base:5.4.0")
modApi("dev.onyxstudios.cardinal-components-api:cardinal-components-entity:5.4.0")

modImplementation(group = "dev.emi", name = "trinkets", version = trinketsVersion)
}

0 comments on commit 10bc9d4

Please sign in to comment.