From 38cf8600a8d14c305a70920341626c675726916f Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sat, 6 Aug 2022 08:58:22 +0300 Subject: [PATCH] update --- index.toml | 20 +++++--------------- mods/fabric-api.pw.toml | 13 +++++++++++++ mods/indium.pw.toml | 13 ------------- mods/litematica.pw.toml | 13 ------------- mods/lithium.pw.toml | 13 ------------- mods/malilib.pw.toml | 13 ------------- mods/phosphor.pw.toml | 13 +++++++++++++ mods/sodium.pw.toml | 10 +++++----- pack.toml | 3 +-- 9 files changed, 37 insertions(+), 74 deletions(-) create mode 100644 mods/fabric-api.pw.toml delete mode 100644 mods/indium.pw.toml delete mode 100644 mods/litematica.pw.toml delete mode 100644 mods/lithium.pw.toml delete mode 100644 mods/malilib.pw.toml create mode 100644 mods/phosphor.pw.toml diff --git a/index.toml b/index.toml index 13373e3..65b6ee9 100644 --- a/index.toml +++ b/index.toml @@ -6,26 +6,16 @@ hash = "5a33dc87cd28fd241d88317c3a5782ace76bbbd610297d6ccf74b0a46f6328f1" metafile = true [[files]] -file = "mods/indium.pw.toml" -hash = "b823831af9d57c2e6429bfd0cb51026658c507aa267dfdcaccccbe2d9c3f4a3a" +file = "mods/fabric-api.pw.toml" +hash = "d95379da217fbae889dc9b9e66a55d484ee63a28da2ffc9d79bd020cc4e2cc8d" metafile = true [[files]] -file = "mods/litematica.pw.toml" -hash = "4e7136bf019c6d6333acc30e0a57133c1f23d1585b6c15b9f7a3011beca81247" -metafile = true - -[[files]] -file = "mods/lithium.pw.toml" -hash = "83541b1d3e1e936638a6938eb505bf0f508c13aed7f8416af8d064ffc7cda4dc" -metafile = true - -[[files]] -file = "mods/malilib.pw.toml" -hash = "b5b47d70b94e6519b798ce3f172339bba1413ee64cb08c4f0559d0d83b38bed3" +file = "mods/phosphor.pw.toml" +hash = "fdecafda71af9e994d4713b215572d01bc1fd67ddf37e73f87a0afc5acd28a05" metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c" +hash = "470c19232a750a398997935c13778a662468fa69fb78c9f269189f41b132d094" metafile = true diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..1b7a9bc --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.58.0+1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b9ab9ab267f8cdff525f9a8edb26435d3e2455f6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3891301 +project-id = 306612 diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml deleted file mode 100644 index 15bae08..0000000 --- a/mods/indium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Indium" -filename = "indium-1.0.7+mc1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "5f5e0910181572f844171ed4f2f11e23f3c68af6" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3911811 -project-id = 459496 diff --git a/mods/litematica.pw.toml b/mods/litematica.pw.toml deleted file mode 100644 index 572e914..0000000 --- a/mods/litematica.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Litematica" -filename = "litematica-fabric-1.18.2-0.11.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "df3374fad636a66cda1f1e2d351aa3e50b8ea2ba" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3783909 -project-id = 308892 diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml deleted file mode 100644 index 99f3798..0000000 --- a/mods/lithium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lithium" -filename = "lithium-fabric-mc1.18.2-0.7.10.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.18.2-0.7.10/lithium-fabric-mc1.18.2-0.7.10.jar" -hash-format = "sha1" -hash = "d5c19c3d4edb4228652adcc8abb94f9bd80a634c" - -[update] -[update.modrinth] -mod-id = "gvQqBUqZ" -version = "pHl1Vi6k" diff --git a/mods/malilib.pw.toml b/mods/malilib.pw.toml deleted file mode 100644 index 6dd6ab5..0000000 --- a/mods/malilib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MaLiLib" -filename = "malilib-fabric-1.18.2-0.12.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a810cf1f28751ac2681ab94a1f00b58c49884649" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3692220 -project-id = 303119 diff --git a/mods/phosphor.pw.toml b/mods/phosphor.pw.toml new file mode 100644 index 0000000..8d848dd --- /dev/null +++ b/mods/phosphor.pw.toml @@ -0,0 +1,13 @@ +name = "Phosphor (Fabric)" +filename = "phosphor-fabric-mc1.18.x-0.8.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9b826d21b9cd999853a57c76b0c47ee4d9161dc9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3573395 +project-id = 372124 diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml index 509b7f1..94dc520 100644 --- a/mods/sodium.pw.toml +++ b/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar" -side = "client" +side = "both" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/mc1.18.2-0.4.1/sodium-fabric-mc1.18.2-0.4.1%2Bbuild.15.jar" hash-format = "sha1" hash = "f839863a6be7014b8d80058ea1f361521148d049" +mode = "metadata:curseforge" [update] -[update.modrinth] -mod-id = "AANobbMI" -version = "74Y5Z8fo" +[update.curseforge] +file-id = 3669187 +project-id = 394468 diff --git a/pack.toml b/pack.toml index df85d2c..452b5cb 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,11 @@ name = "Skyblock" -author = "Maxim Slipenko" version = "1.0.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "6b05602c6fb5cd4e44d3e80e8ca0caae1a269945113ee1d68303eac010d9754e" +hash = "b27c9bee29889b5ddc2184a2bded842db87103e5d1328a789ce3a62c1b8e4e8f" [versions] fabric = "0.14.9"