Skip to content

Commit d0969f7

Browse files
committed
build: stop using saps
updated ftb library dep version
1 parent 2bce4d7 commit d0969f7

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

build.gradle

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,26 +47,20 @@ allprojects {
4747

4848
maven {
4949
url "https://maven.architectury.dev/"
50-
}
51-
52-
maven {
53-
url "https://www.cursemaven.com"
5450
content {
55-
includeGroup "curse.maven"
51+
includeGroup "dev.architectury"
5652
}
5753
}
5854

5955
maven {
60-
url "https://maven.saps.dev/minecraft"
56+
url "https://maven.ftb.dev/releases"
6157
content {
62-
includeGroup "dev.latvian.mods"
6358
includeGroup "dev.ftb.mods"
6459
}
6560
}
6661
maven {
67-
url "https://maven.saps.dev/snapshots"
62+
url "https://maven.ftb.dev/snapshots"
6863
content {
69-
includeGroup "dev.latvian.mods"
7064
includeGroup "dev.ftb.mods"
7165
}
7266
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fabric_api_version=0.102.1+1.21.1
1919
fabric_api_version_range=>=0.102.1+1.21.1
2020
architectury_version=13.0.6
2121

22-
ftb_library_version=2101.1.3
22+
ftb_library_version=2101.1.12
2323

2424
curseforge_id_forge=314905
2525
curseforge_id_fabric=472659

0 commit comments

Comments
 (0)