From 11bf2d9e89df43ce6f1a2f77b6167240dc1167c9 Mon Sep 17 00:00:00 2001 From: isXander Date: Tue, 7 Jun 2022 16:54:02 +0100 Subject: [PATCH] settxi cloth 1.19 --- build.gradle.kts | 3 ++- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 80348a7..6803890 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { } include(implementation("dev.isxander.settxi:settxi-kotlinx-serialization:2.3.0")!!) - include(modImplementation("dev.isxander:settxi-cloth-impl:1.0.6:fabric-1.19-rc2")!!) + include(modImplementation("dev.isxander:settxi-cloth-impl:1.0.6:fabric-1.19")!!) modImplementation("com.terraformersmc:modmenu:4.+") @@ -123,6 +123,7 @@ if (hasProperty("curseforge.token") && curseforgeId.isNotEmpty()) { releaseType = "release" addGameVersion(minecraftVersion) addGameVersion("Fabric") + addGameVersion("Quilt") addGameVersion("Java 17") relations(closureOf { diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index e817add..1bb954f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -37,7 +37,7 @@ ], "depends": { "fabric": "*", - "fabricloader": ">=0.13.0", + "fabricloader": ">=0.14.0", "fabric-language-kotlin": ">=1.7.4+kotlin.1.6.21", "minecraft": "1.19.x", "java": ">=17",