Bump to Meteor 0.5.5 for 1.20.2
This commit is contained in:
parent
52b27578bf
commit
d0d56005a6
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "fabric-loom" version "1.2-SNAPSHOT"
|
id "fabric-loom" version "1.4-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.20.1
|
minecraft_version=1.20.2
|
||||||
yarn_mappings=1.20.1+build.10
|
yarn_mappings=1.20.2+build.4
|
||||||
loader_version=0.14.22
|
loader_version=0.14.23
|
||||||
|
|
||||||
# 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.4-SNAPSHOT
|
meteor_version=0.5.5-SNAPSHOT
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Reference in New Issue
Block a user