File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " architectury-plugin" version " 3.4-SNAPSHOT"
3
- id " dev.architectury.loom" version " 1.4 -SNAPSHOT" apply false
3
+ id " dev.architectury.loom" version " 1.5 -SNAPSHOT" apply false
4
4
id " me.modmuss50.mod-publish-plugin" version " 0.4.5"
5
5
}
6
6
@@ -34,7 +34,7 @@ allprojects {
34
34
35
35
repositories {
36
36
maven { url " https://maven.neomc.dev/releases" }
37
- maven { url " https://maven.wuffs.wtf /releases" }
37
+ maven { url " https://maven.wuffs.dev /releases" }
38
38
}
39
39
40
40
tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ archives_base_name=squatgrow
7
7
mod_version =6.0.1
8
8
maven_group =dev.wuffs
9
9
10
- architectury_version =11.0.10
10
+ architectury_version =11.1.13
11
11
12
- fabric_loader_version =0.15.3
13
- fabric_api_version =0.92.1 +1.20.4
12
+ fabric_loader_version =0.15.7
13
+ fabric_api_version =0.96.4 +1.20.4
14
14
15
- forge_version =1.20.4-49.0.14
15
+ forge_version =1.20.4-49.0.31
16
16
17
17
# Neo
18
- neo_version =20.4.80-beta
18
+ neo_version =20.4.190
19
19
neo_gradle =[7.0.60,)
20
20
21
21
cloth_config_version =13.0.121
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
repositories {
3
- maven { url " https://maven.wuffs.wtf /releases" }
3
+ maven { url " https://maven.wuffs.dev /releases" }
4
4
// maven { url "https://maven.creeperhost.net/" }
5
5
maven { url " https://maven.fabricmc.net/" }
6
6
maven { url " https://maven.architectury.dev/" }
You can’t perform that action at this time.
0 commit comments