Update to forge 40.2.14

Update mirrors
This commit is contained in:
IzzelAliz 2023-12-02 19:55:15 +08:00
parent 7a0a194619
commit 072483cf95
No known key found for this signature in database
GPG Key ID: EE50E123A11D8338
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
allprojects { allprojects {
group 'io.izzel.arclight' group 'io.izzel.arclight'
version '1.0.9' version '1.0.10-SNAPSHOT'
def getGitHash = { -> def getGitHash = { ->
def stdout = new ByteArrayOutputStream() def stdout = new ByteArrayOutputStream()
@ -14,7 +14,7 @@ allprojects {
ext { ext {
agpVersion = '1.23' agpVersion = '1.23'
minecraftVersion = '1.18.2' minecraftVersion = '1.18.2'
forgeVersion = '40.2.10' forgeVersion = '40.2.14'
apiVersion = '1.4.0' apiVersion = '1.4.0'
toolsVersion = '1.3.+' toolsVersion = '1.3.+'
mixinVersion = '0.8.5' mixinVersion = '0.8.5'

View File

@ -8,7 +8,7 @@ import java.util.stream.Collectors;
public class Mirrors { public class Mirrors {
private static final String[] MAVEN_REPO = { private static final String[] MAVEN_REPO = {
"https://arclight.mcxk.net/", "https://arclight.hypertention.cn/",
"https://download.mcbbs.net/maven/", "https://download.mcbbs.net/maven/",
"https://repo.spongepowered.org/maven/" "https://repo.spongepowered.org/maven/"
}; };