update 1.19.2

This commit is contained in:
ZtereoHYPE 2022-08-26 01:15:37 +02:00
parent 4b1f415edd
commit 3bd84f2af6
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,7 @@
plugins {
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'io.github.juuxel.loom-quiltflower' version '1.7.1' // to use genSourcesWithQuiltflower
id "me.champeau.jmh" version "0.6.6"
}
sourceCompatibility = JavaVersion.VERSION_17
@ -28,7 +29,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
mappings loom.layered {
it.parchment("org.parchmentmc.data:parchment-1.18.2:BLEEDING-20220313.132143-1@zip") // https://ldtteam.jfrog.io/ui/native/parchmentmc-public/org/parchmentmc/data/parchment-1.18.1/BLEEDING-SNAPSHOT
it.parchment("org.parchmentmc.data:parchment-1.19.2:2022.08.10@zip") // https://ldtteam.jfrog.io/ui/native/parchmentmc-public/org/parchmentmc/data/parchment-1.18.1/BLEEDING-SNAPSHOT
it.officialMojangMappings {
setNameSyntheticMembers(false)
}
@ -44,7 +45,7 @@ dependencies {
// modRuntimeOnly include(fabricApi.module("fabric-rendering-data-attachment-v1", project.fabric_version))
// modRuntimeOnly include(fabricApi.module("fabric-rendering-fluids-v1", project.fabric_version))
// modRuntimeOnly include(fabricApi.module("fabric-resource-loader-v0", project.fabric_version))
// modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}"
modRuntimeOnly "maven.modrinth:lithium:${project.lithium_version}"
modRuntimeOnly "maven.modrinth:spark:${project.spark_version}"
modRuntimeOnly include(fabricApi.module("fabric-command-api-v2", project.fabric_version))
modRuntimeOnly include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version))

View file

@ -3,9 +3,9 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19
loader_version=0.14.8
fabric_version=0.57.0+1.19
minecraft_version=1.19.2
loader_version=0.14.9
fabric_version=0.60.0+1.19.2
# Mod Properties
mod_version = 1.0.0
@ -13,9 +13,9 @@
archives_base_name = fabric-example-mod
# Dependencies
modmenu_version = 4.0.0
modmenu_version = 4.0.6
lazydfu_version = 0.1.3
starlight_version = 1.1.1+1.19
lithium_version = mc1.19-0.8.1
lithium_version = mc1.19.2-0.8.3
sodium_version = mc1.19-0.4.2
spark_version = 1.9.13-fabric
spark_version = 1.9.26-fabric