Update template to 1.21

This commit is contained in:
Big-Iron-Cheems 2024-07-09 19:14:32 +02:00 committed by MineGame159
parent 77409c15e8
commit 7977a46219
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.6-SNAPSHOT"
id "fabric-loom" version "1.7-SNAPSHOT"
}
base {

View File

@ -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

View File

@ -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

View File

@ -25,7 +25,7 @@
},
"depends": {
"java": ">=21",
"minecraft": ["1.20.5","${mc_version}"],
"minecraft": ["${mc_version}"],
"meteor-client": "*"
}
}