add fabric language kotlin
This commit is contained in:
parent
a99c81c273
commit
84f5b6f4e2
3 changed files with 19 additions and 1 deletions
|
@ -90,6 +90,11 @@ file = "mods/fabric-api.pw.toml"
|
||||||
hash = "f6bc53688790ec2d88c96568f6d7569bf0111931c569cf64b511cdbe95090c82"
|
hash = "f6bc53688790ec2d88c96568f6d7569bf0111931c569cf64b511cdbe95090c82"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/fabric-language-kotlin.pw.toml"
|
||||||
|
hash = "c985bc9064cc29094fdfd59a037baa1523778cc2a9e5665c3f1b6ca0efe6a543"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/ferrite-core.pw.toml"
|
file = "mods/ferrite-core.pw.toml"
|
||||||
hash = "4c1b893d87c51588985c483fe33193ca03cf3673de998eef6eeb850d8928e7ab"
|
hash = "4c1b893d87c51588985c483fe33193ca03cf3673de998eef6eeb850d8928e7ab"
|
||||||
|
|
13
.minecraft/mods/fabric-language-kotlin.pw.toml
Normal file
13
.minecraft/mods/fabric-language-kotlin.pw.toml
Normal file
|
@ -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"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "3f8c21a5dc1c994653726b35bf16447ffbe4d0bd9bdbf4fa43259f0e1abfbfb9"
|
hash = "6d07d6173c1e8e11a6ec45c3f14ff4f0304cff44bbe0c20c31bb9c819b40748d"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.14.12"
|
fabric = "0.14.12"
|
||||||
|
|
Loading…
Reference in a new issue