Skip to content

Commit

Permalink
add sparkweave
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Dec 9, 2023
1 parent 93c872e commit 385c955
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ repositories {
name = "ParchmentMC"
url = "https://maven.parchmentmc.org"
}
maven {
name = "uuid.gg"
url = "https://maven.uuid.gg/releases"
}
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
Expand Down Expand Up @@ -63,6 +67,10 @@ dependencies {

modImplementation libs.bundles.cca

modImplementation(libs.sparkweave) {
exclude(group: "io.github.llamalad7")
}

// modmenu
modLocalRuntime libs.modmenu

Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ quilted_fabric_api = "7.4.0+0.90.0-1.20.1"
midnightlib = "1.4.1-quilt"
mixinextras = "0.3.1"
cca = "5.2.2"
sparkweave = "0.3.0"
modmenu = "7.2.2"
lazydfu = "0.1.3"

Expand All @@ -24,6 +25,8 @@ midnightlib = { module = "maven.modrinth:midnightlib", version.ref = "midnightli
mixinextras = { module = "io.github.llamalad7:mixinextras-fabric", version.ref = "mixinextras" }
cca_base = { module = "dev.onyxstudios.cardinal-components-api:cardinal-components-base", version.ref = "cca" }
cca_entity = { module = "dev.onyxstudios.cardinal-components-api:cardinal-components-entity", version.ref = "cca" }
sparkweave = { module = "dev.upcraft:Sparkweave", version.ref = "sparkweave" }

modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu" }
lazydfu = { module = "maven.modrinth:lazydfu", version.ref = "lazydfu" }

Expand Down

0 comments on commit 385c955

Please sign in to comment.