Skip to content

Commit

Permalink
might be switching to modonomicon :3c
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Feb 7, 2025
1 parent 3727155 commit deb2951
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ repositories {
maven {
url = "https://nexus.resourcefulbees.com/repository/maven-public/"
}
maven {
url = "https://dl.cloudsmith.io/public/klikli-dev/mods/maven/"
content {
includeGroup "com.klikli_dev"
}
}
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
Expand Down Expand Up @@ -100,6 +106,10 @@ dependencies {
modCompileOnly libs.patchouli
modLocalRuntime libs.patchouli

modImplementation (libs.modonomicon) {
transitive = false
}

modImplementation libs.trinkets

modImplementation libs.resourceful.config
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fabric_api = "0.92.3+1.20.1"
cca = "5.2.3"
sparkweave = "0.8.4"
patchouli = "1.20.1-84-FABRIC"
modonomicon = "1.77.5"
reach_attr = "2.4.0"
modmenu = "7.2.2"
emi = "1.1.18+1.20.1"
Expand Down Expand Up @@ -42,6 +43,7 @@ cca_entity = { module = "dev.onyxstudios.cardinal-components-api:cardinal-compon
cca_scoreboard = { module = "dev.onyxstudios.cardinal-components-api:cardinal-components-scoreboard", version.ref = "cca" }
sparkweave = { module = "dev.upcraft.sparkweave:Sparkweave-Fabric", version.ref = "sparkweave" }
patchouli = { module = "vazkii.patchouli:Patchouli", version.ref = "patchouli" }
modonomicon = { module = "com.klikli_dev:modonomicon-1.20.1-fabric", version.ref = "modonomicon" }
reach_attr = { module = "com.jamieswhiteshirt:reach-entity-attributes", version.ref = "reach_attr" }
datasync_fabric = { module = "dev.upcraft.datasync:datasync-minecraft-1.20.1-fabric", version.ref = "datasync" }
modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
Expand Down

0 comments on commit deb2951

Please sign in to comment.