mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-21 11:55:13 +01:00
Update to Minecraft 1.20.4 and Gradle 8.1
This commit is contained in:
parent
d0d46e9e6d
commit
11e365b36d
@ -11,7 +11,7 @@ buildscript {
|
|||||||
// Counterpart of settings.gradle file, sadly conventions can't use those defined plugins for some reason...
|
// Counterpart of settings.gradle file, sadly conventions can't use those defined plugins for some reason...
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.github.johnrengelman:shadow:7.1.2"
|
classpath "com.github.johnrengelman:shadow:7.1.2"
|
||||||
classpath "net.minecraftforge.gradle:ForgeGradle:5.+"
|
classpath "net.minecraftforge.gradle:ForgeGradle:6.+"
|
||||||
classpath "org.spongepowered:mixingradle:0.7-SNAPSHOT"
|
classpath "org.spongepowered:mixingradle:0.7-SNAPSHOT"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
minecraft {
|
minecraft {
|
||||||
mappings channel: "official", version: "1.20.2"
|
mappings channel: "official", version: "1.20.4"
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
minecraft "net.minecraftforge:forge:1.20.2-48.0.30"
|
minecraft "net.minecraftforge:forge:1.20.4-49.0.13"
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
maven_name=viaforge-mc120
|
maven_name=viaforge-mc120
|
||||||
mc_version=1.20.2
|
mc_version=1.20.4
|
||||||
sub_module_increment=5
|
sub_module_increment=5
|
||||||
|
Loading…
Reference in New Issue
Block a user