Update template to 1.21
This commit is contained in:
parent
77409c15e8
commit
7977a46219
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "fabric-loom" version "1.6-SNAPSHOT"
|
id "fabric-loom" version "1.7-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
base {
|
base {
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
|
||||||
# Fabric Properties (https://fabricmc.net/develop)
|
# Fabric Properties (https://fabricmc.net/develop)
|
||||||
minecraft_version=1.20.6
|
minecraft_version=1.21
|
||||||
yarn_mappings=1.20.6+build.1
|
yarn_mappings=1.21+build.8
|
||||||
loader_version=0.15.10
|
loader_version=0.15.11
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=0.1.0
|
mod_version=0.1.0
|
||||||
@ -13,4 +13,4 @@ archives_base_name=addon-template
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
# Meteor (https://maven.meteordev.org)
|
# Meteor (https://maven.meteordev.org)
|
||||||
meteor_version=0.5.7-SNAPSHOT
|
meteor_version=0.5.8-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-8.7-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"java": ">=21",
|
"java": ">=21",
|
||||||
"minecraft": ["1.20.5","${mc_version}"],
|
"minecraft": ["${mc_version}"],
|
||||||
"meteor-client": "*"
|
"meteor-client": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user