From 84f5b6f4e2e4f7792d2896c19afe3ca92865fe5a Mon Sep 17 00:00:00 2001 From: "merith.tk" Date: Mon, 9 Jan 2023 02:36:09 +0000 Subject: [PATCH] add fabric language kotlin --- .minecraft/index.toml | 5 +++++ .minecraft/mods/fabric-language-kotlin.pw.toml | 13 +++++++++++++ .minecraft/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .minecraft/mods/fabric-language-kotlin.pw.toml diff --git a/.minecraft/index.toml b/.minecraft/index.toml index 7ba3c6b..fe9898e 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -90,6 +90,11 @@ file = "mods/fabric-api.pw.toml" hash = "f6bc53688790ec2d88c96568f6d7569bf0111931c569cf64b511cdbe95090c82" metafile = true +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "c985bc9064cc29094fdfd59a037baa1523778cc2a9e5665c3f1b6ca0efe6a543" +metafile = true + [[files]] file = "mods/ferrite-core.pw.toml" hash = "4c1b893d87c51588985c483fe33193ca03cf3673de998eef6eeb850d8928e7ab" diff --git a/.minecraft/mods/fabric-language-kotlin.pw.toml b/.minecraft/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..d97c286 --- /dev/null +++ b/.minecraft/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.9.0+kotlin.1.8.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/esSFbyFg/fabric-language-kotlin-1.9.0%2Bkotlin.1.8.0.jar" +hash-format = "sha1" +hash = "da5adc0695672002bf5d95d1da29bbd9e2c5dfb7" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "esSFbyFg" diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index 0d36729..3060e37 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3f8c21a5dc1c994653726b35bf16447ffbe4d0bd9bdbf4fa43259f0e1abfbfb9" +hash = "6d07d6173c1e8e11a6ec45c3f14ff4f0304cff44bbe0c20c31bb9c819b40748d" [versions] fabric = "0.14.12"