From fd4ea16d308efd249284852dbdd89265a6a360d7 Mon Sep 17 00:00:00 2001 From: hkc Date: Sat, 4 May 2024 19:29:11 +0300 Subject: [PATCH] Replaced Dynamic Lights and brought back Na --- index.toml | 20 +++++++++++++++----- mods/dynamic-lights.pw.toml | 13 +++++++++++++ mods/indium.pw.toml | 13 +++++++++++++ mods/lambdynamiclights.pw.toml | 18 ------------------ mods/sodium.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 6 files changed, 55 insertions(+), 24 deletions(-) create mode 100644 mods/dynamic-lights.pw.toml create mode 100644 mods/indium.pw.toml delete mode 100644 mods/lambdynamiclights.pw.toml create mode 100644 mods/sodium.pw.toml diff --git a/index.toml b/index.toml index 28c85ab..29bb5d5 100644 --- a/index.toml +++ b/index.toml @@ -374,6 +374,11 @@ file = "mods/dynamic-fps.pw.toml" hash = "ee965d6f2e0a9cdc31139b0d8a3367eb8db031065a03142534652573626e9787" metafile = true +[[files]] +file = "mods/dynamic-lights.pw.toml" +hash = "689de1398b2d03f2518da3c82f003dc533536d84c103c85222808ef5da1185b9" +metafile = true + [[files]] file = "mods/enchantment-descriptions.pw.toml" hash = "a8d3244d58d7722735a72eee2a869d15e5fe38ec7d9a54ff555aadd53cae637c" @@ -539,6 +544,11 @@ file = "mods/immersivethunder.pw.toml" hash = "015cf4f5a362b4a6a20e6272f6e6016f64f1384c63dc4ab76692496cea6a1dab" metafile = true +[[files]] +file = "mods/indium.pw.toml" +hash = "e416b18eebf514dea2014cf5c7fd3ee8493934a0b4e937509f15172ad271fde2" +metafile = true + [[files]] file = "mods/inventory-management.pw.toml" hash = "e181bb57004fede8c736e9183d8645e7db17d965669590575b3cbbc1050075ef" @@ -594,11 +604,6 @@ file = "mods/krypton.pw.toml" hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" metafile = true -[[files]] -file = "mods/lambdynamiclights.pw.toml" -hash = "435008fe5aa4b0341a76297b0595969cf6573bad21de3d91afe8fae4dff5acc8" -metafile = true - [[files]] file = "mods/lazydfu.pw.toml" hash = "b4ca05b39b85c27cd97ccb65d5fb832f5e9fd7ee5710542a3e69dfa30a97ea7d" @@ -914,6 +919,11 @@ file = "mods/snow-real-magic.pw.toml" hash = "6f49ff25856ee38b883a6c3818cab39aa2241a0f4edfb4d3d478d05e2020fd26" metafile = true +[[files]] +file = "mods/sodium.pw.toml" +hash = "cd49906a91e2ff1c11acba79192d609c232f2f73d82cc6a646e7338c8e76aa8a" +metafile = true + [[files]] file = "mods/spell-checker.pw.toml" hash = "564340de753f710ad2ad61dd6d643036bf80a2f468b6b6a6d939c5cad2614eaa" diff --git a/mods/dynamic-lights.pw.toml b/mods/dynamic-lights.pw.toml new file mode 100644 index 0000000..94bb081 --- /dev/null +++ b/mods/dynamic-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Lights" +filename = "dynamiclights-v1.7.1-mc1.17x-1.20x-mod.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7YjclEGc/versions/Y1UP7YoY/dynamiclights-v1.7.1-mc1.17x-1.20x-mod.jar" +hash-format = "sha1" +hash = "e29ef3c4f7f1907e98a8d8bd9486fde16df118b1" + +[update] +[update.modrinth] +mod-id = "7YjclEGc" +version = "Y1UP7YoY" diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml new file mode 100644 index 0000000..dfdd708 --- /dev/null +++ b/mods/indium.pw.toml @@ -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" diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml deleted file mode 100644 index 4a76e33..0000000 --- a/mods/lambdynamiclights.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "LambDynamicLights" -filename = "lambdynamiclights-2.3.2+1.20.1.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/mYl4RvKg/lambdynamiclights-2.3.2%2B1.20.1.jar" -hash-format = "sha1" -hash = "71b636fa74744e51ba2d248c81a38bdbfad5d43b" - -[option] -optional = true -default = true -description = "Obviously glowing things would emit light when held or on the ground" - -[update] -[update.modrinth] -mod-id = "yBW8D80W" -version = "mYl4RvKg" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..60d9b84 --- /dev/null +++ b/mods/sodium.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index dd74132..b12a625 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 = "a2cc2c884af71bc3d34f88a58ba483c32b87ca209c7b317e6d5833dd4416289d" +hash = "b25024e5c18464c98e6cb95ea1842f4213555170cbeb8e4958fcfcfd11f1b36b" [versions] fabric = "0.15.10"