Skip to content

Commit 30365d1

Browse files
committed
Update sodium and remove parchment to run on the older targets
1 parent d6eb976 commit 30365d1

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ loom {
5353
runConfigs.all {
5454
ideConfigGenerated(true)
5555
runDir("../../run")
56+
vmArgs("-Dsodium.checks.issue2561=false")
5657
}
5758
}
5859

versions/1.20.1-fabric/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ loom.platform=fabric
33
mcVersion=1.20.1
44
packFormat=15
55

6-
deps.parchment=1.20.1:2023.09.03
6+
#deps.parchment=1.20.1:2023.09.03
77
deps.fabricApi=0.92.0+1.20.1
88
deps.yacl=3.4.0+1.20.1-fabric
99
deps.modMenu=7.2.2
10-
deps.sodium=mc1.20.1-0.5.8
10+
deps.sodium=mc1.20.1-0.5.11
1111
deps.iris=1.7.2+1.20.1
1212
deps.immediatelyFast=1.2.11+1.20.4-fabric
1313
deps.simpleVoiceChat=fabric-1.20.1-2.5.11

versions/1.20.4-fabric/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ loom.platform=fabric
33
mcVersion=1.20.4
44
packFormat=22
55

6-
deps.parchment=1.20.4:2024.04.14
6+
#deps.parchment=1.20.4:2024.04.14
77
deps.fabricApi=0.96.11+1.20.4
88
deps.yacl=3.4.0+1.20.4-fabric
99
deps.modMenu=9.0.0

versions/1.20.4-neoforge/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mcVersion=1.20.4
44
packFormat=22
55

66
deps.neoforge=20.4.235
7-
deps.parchment=1.20.4:2024.04.14
7+
#deps.parchment=1.20.4:2024.04.14
88
deps.yacl=3.4.4+1.20.4-neoforge
99
deps.immediatelyFast=1.2.11+1.20.4-neoforge
1010
deps.simpleVoiceChat=neoforge-1.20.4-2.5.11

versions/1.20.6-fabric/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps.parchment=1.20.6:2024.05.01
77
deps.fabricApi=0.100.0+1.20.6
88
deps.yacl=3.4.4+1.20.6-fabric
99
deps.modMenu=10.0.0-beta.1
10-
deps.sodium=mc1.20.6-0.5.8
10+
deps.sodium=mc1.20.6-0.5.11
1111
deps.iris=1.7.2+1.20.6
1212
deps.immediatelyFast=1.2.13+1.20.6-fabric
1313
deps.simpleVoiceChat=fabric-1.20.6-2.5.13

versions/1.20.6-neoforge/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mcVersion=1.20.6
44
packFormat=32
55

66
deps.neoforge=20.6.87-beta
7-
deps.parchment=1.20.6:2024.05.01
7+
#deps.parchment=1.20.6:2024.05.01
88
deps.yacl=3.4.4+1.20.6-neoforge
99
deps.immediatelyFast=1.2.13+1.20.6-neoforge
1010
deps.simpleVoiceChat=neoforge-1.20.6-2.5.13

0 commit comments

Comments
 (0)