mirror of
https://github.com/chylex/Minecraft-Window-Title.git
synced 2025-05-25 08:34:09 +02:00
Update Gradle and build scripts for Minecraft 1.20
This commit is contained in:
parent
8b12ddc7c7
commit
e2fb18fdef
@ -15,7 +15,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath(group = "net.minecraftforge.gradle", name = "ForgeGradle", version = "5.1.+") { isChanging = true }
|
classpath(group = "net.minecraftforge.gradle", name = "ForgeGradle", version = "[6.0,6.2)")
|
||||||
classpath(group = "org.spongepowered", name = "mixingradle", version = "0.7-SNAPSHOT")
|
classpath(group = "org.spongepowered", name = "mixingradle", version = "0.7-SNAPSHOT")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -41,6 +41,8 @@ dependencies {
|
|||||||
configure<UserDevExtension> {
|
configure<UserDevExtension> {
|
||||||
mappings("official", minecraftVersion)
|
mappings("official", minecraftVersion)
|
||||||
|
|
||||||
|
copyIdeResources.set(true)
|
||||||
|
|
||||||
runs {
|
runs {
|
||||||
create("client") {
|
create("client") {
|
||||||
taskName = "Client"
|
taskName = "Client"
|
||||||
|
@ -9,15 +9,15 @@ modSourcesURL=https://github.com/chylex/Minecraft-Window-Title
|
|||||||
modIssuesURL=https://github.com/chylex/Minecraft-Window-Title/issues
|
modIssuesURL=https://github.com/chylex/Minecraft-Window-Title/issues
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
minecraftVersion=1.19.3
|
minecraftVersion=1.20
|
||||||
forgeVersion=44.1.0
|
forgeVersion=46.0.1
|
||||||
fabricVersion=0.14.12
|
fabricVersion=0.14.21
|
||||||
loomVersion=0.12
|
loomVersion=1.2
|
||||||
mixinVersion=0.8.5
|
mixinVersion=0.8.5
|
||||||
|
|
||||||
# Constraints
|
# Constraints
|
||||||
minimumMinecraftVersion=1.19.3
|
minimumMinecraftVersion=1.20
|
||||||
minimumForgeVersion=44.0.0
|
minimumForgeVersion=46.0.0
|
||||||
minimumFabricVersion=0.12.3
|
minimumFabricVersion=0.12.3
|
||||||
|
|
||||||
# Gradle
|
# Gradle
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user