Update template to 1.20.1
This commit is contained in:
parent
cb5d054270
commit
52b27578bf
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "fabric-loom" version "1.1-SNAPSHOT"
|
||||
id "fabric-loom" version "1.2-SNAPSHOT"
|
||||
}
|
||||
|
||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user