Added long-needed Sodium and Indium
This commit is contained in:
parent
c46bb5a56a
commit
7212bc50cc
10
index.toml
10
index.toml
|
@ -539,6 +539,11 @@ file = "mods/immersivethunder.pw.toml"
|
||||||
hash = "015cf4f5a362b4a6a20e6272f6e6016f64f1384c63dc4ab76692496cea6a1dab"
|
hash = "015cf4f5a362b4a6a20e6272f6e6016f64f1384c63dc4ab76692496cea6a1dab"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/indium.pw.toml"
|
||||||
|
hash = "e416b18eebf514dea2014cf5c7fd3ee8493934a0b4e937509f15172ad271fde2"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/inventory-management.pw.toml"
|
file = "mods/inventory-management.pw.toml"
|
||||||
hash = "e181bb57004fede8c736e9183d8645e7db17d965669590575b3cbbc1050075ef"
|
hash = "e181bb57004fede8c736e9183d8645e7db17d965669590575b3cbbc1050075ef"
|
||||||
|
@ -914,6 +919,11 @@ file = "mods/snow-real-magic.pw.toml"
|
||||||
hash = "6f49ff25856ee38b883a6c3818cab39aa2241a0f4edfb4d3d478d05e2020fd26"
|
hash = "6f49ff25856ee38b883a6c3818cab39aa2241a0f4edfb4d3d478d05e2020fd26"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/sodium.pw.toml"
|
||||||
|
hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/spell-checker.pw.toml"
|
file = "mods/spell-checker.pw.toml"
|
||||||
hash = "564340de753f710ad2ad61dd6d643036bf80a2f468b6b6a6d939c5cad2614eaa"
|
hash = "564340de753f710ad2ad61dd6d643036bf80a2f468b6b6a6d939c5cad2614eaa"
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Indium"
|
||||||
|
filename = "indium-1.0.30+mc1.20.4.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Aouse6P7/indium-1.0.30%2Bmc1.20.4.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "b24233f29c0ce4802c61ea8998e01e6e4580ae60"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "Orvt0mRa"
|
||||||
|
version = "Aouse6P7"
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Sodium"
|
||||||
|
filename = "sodium-fabric-0.5.8+mc1.20.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/AANobbMI/versions/mhZtY2lR/sodium-fabric-0.5.8%2Bmc1.20.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "bdd6b8ac84b46ae56a3bbb761ce430c48e42e00d"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "AANobbMI"
|
||||||
|
version = "mhZtY2lR"
|
|
@ -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 = "8817913f6cfc0cfdbda61e24305c05e57f2bad9abaaa8f735a5803b4075b6ca1"
|
hash = "d6d5fce2a3fe37c4a00fe575718076af68e07217735082b4523c0e4e6ebf250b"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.15.10"
|
fabric = "0.15.10"
|
||||||
|
|
Loading…
Reference in New Issue