Skip to content

Commit

Permalink
Merge branch 'fubuki/1.19.2' into fubuki/1.20.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	buildSrc/src/main/kotlin/Dependencies.kt
#	buildSrc/src/main/kotlin/Repositories.kt
  • Loading branch information
deirn committed Mar 11, 2024
2 parents 102033c + 3c45ea2 commit de73575
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Repositories.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fun Repo.wispforest() = maven("https://maven.wispforest.io")
fun Repo.devos() = maven("https://mvn.devos.one/snapshots")
fun Repo.tterrag() = maven("https://maven.tterrag.com")
fun Repo.terraformers() = maven("https://maven.terraformersmc.com/releases")
fun Repo.fuzs() = maven("https://raw.githubusercontent.com/Fuzss/modresources/main/maven/")
fun Repo.draylar() = maven("https://maven.draylar.dev/releases")

fun Repo.cursemaven() = maven("https://cursemaven.com") {
Expand Down
1 change: 1 addition & 0 deletions modules/fabric/create/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repositories {
jamieswhiteshirt()
cafeteria()
ladysnake()
fuzs()
jitpack()
}

Expand Down

0 comments on commit de73575

Please sign in to comment.