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