From 0381cea1410fbf366dcd795b7397b5d6bbea610d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 19 Aug 2023 00:29:41 +0200 Subject: [PATCH] Replace Fabric Language Kotlin with Quilt Language Kotlin --- index.toml | 10 +++++----- mods/fabric-language-kotlin.pw.toml | 13 ------------- mods/qkl.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 mods/fabric-language-kotlin.pw.toml create mode 100644 mods/qkl.pw.toml diff --git a/index.toml b/index.toml index 9a3c619..d5d69f1 100644 --- a/index.toml +++ b/index.toml @@ -182,11 +182,6 @@ file = "mods/enhanced-block-entities.pw.toml" hash = "b8270928d44781b9e59982d376bb3cc0d24089ceebef3c79d3e1e881ba7ece60" metafile = true -[[files]] -file = "mods/fabric-language-kotlin.pw.toml" -hash = "ff4a66502e802341a84fbb8eceed65156b14436769b1f7e27a68b22fb59c1dae" -metafile = true - [[files]] file = "mods/fadeless.pw.toml" hash = "bd5311680997fada18e6492a91770fdc0762c718b3109820d67c1b019c2f1bf8" @@ -282,6 +277,11 @@ file = "mods/presence-footsteps.pw.toml" hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8" metafile = true +[[files]] +file = "mods/qkl.pw.toml" +hash = "b0615e667641dd52e900c970553e0ce80748645dfaa93117bb126dccae3e3c19" +metafile = true + [[files]] file = "mods/qsl.pw.toml" hash = "7ffa8a332d46b6b412904e52353d7095b4709de406699d75bc31dc99ce416487" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml deleted file mode 100644 index a1e5ddd..0000000 --- a/mods/fabric-language-kotlin.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.10.8+kotlin.1.9.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/s10JMAtS/fabric-language-kotlin-1.10.8%2Bkotlin.1.9.0.jar" -hash-format = "sha1" -hash = "06a973a9e97b6dc673dfc1c519f2118dcb068690" - -[update] -[update.modrinth] -mod-id = "Ha28R6CL" -version = "s10JMAtS" diff --git a/mods/qkl.pw.toml b/mods/qkl.pw.toml new file mode 100644 index 0000000..1579985 --- /dev/null +++ b/mods/qkl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilt Kotlin Libraries (QKL)" +filename = "quilt-kotlin-libraries-2.1.2+kt.1.9.0+flk.1.10.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/9WIAwhe7/quilt-kotlin-libraries-2.1.2%2Bkt.1.9.0%2Bflk.1.10.8.jar" +hash-format = "sha1" +hash = "e90d951cc7c8d78ade816ef9f41cd786225182ae" + +[update] +[update.modrinth] +mod-id = "lwVhp9o5" +version = "9WIAwhe7" diff --git a/pack.toml b/pack.toml index 97d0440..41130ec 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "28e1f19f5d57bb2aa096d3664016a8e9be65f160a93c3817807d61c0426c86cc" +hash = "1634ad984a160f1f37f8e3952ce4e8da003d7831623d6ecb1035d44e34b2aa34" [versions] minecraft = "1.20.1"