Skip to content

Commit

Permalink
settxi cloth 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
isXander committed Jun 7, 2022
1 parent c5f680e commit 11bf2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.+")

Expand Down Expand Up @@ -123,6 +123,7 @@ if (hasProperty("curseforge.token") && curseforgeId.isNotEmpty()) {
releaseType = "release"
addGameVersion(minecraftVersion)
addGameVersion("Fabric")
addGameVersion("Quilt")
addGameVersion("Java 17")

relations(closureOf<com.matthewprenger.cursegradle.CurseRelation> {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 11bf2d9

Please sign in to comment.