Update template to 1.20.1

This commit is contained in:
Lovecrafts-Cat 2023-08-03 10:31:36 +02:00 committed by MineGame159
parent cb5d054270
commit 52b27578bf
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.1-SNAPSHOT"
id "fabric-loom" version "1.2-SNAPSHOT"
}
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

View File

@ -1,9 +1,9 @@
org.gradle.jvmargs=-Xmx2G
# Fabric Properties (https://fabricmc.net/develop)
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
loader_version=0.14.22
# 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.3-SNAPSHOT
meteor_version=0.5.4-SNAPSHOT