Update template to 1.20.1
This commit is contained in:
parent
cb5d054270
commit
52b27578bf
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "fabric-loom" version "1.1-SNAPSHOT"
|
id "fabric-loom" version "1.2-SNAPSHOT"
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
|
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
|
||||||
|
@ -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.19.4
|
minecraft_version=1.20.1
|
||||||
yarn_mappings=1.19.4+build.2
|
yarn_mappings=1.20.1+build.10
|
||||||
loader_version=0.14.19
|
loader_version=0.14.22
|
||||||
|
|
||||||
# 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.3-SNAPSHOT
|
meteor_version=0.5.4-SNAPSHOT
|
||||||
|
Reference in New Issue
Block a user