From 64f65dca1f4c85882530a19f35e0e61c22e87e24 Mon Sep 17 00:00:00 2001 From: Fl1tzi Date: Fri, 29 Dec 2023 00:10:45 +0100 Subject: [PATCH] UI Elemente angepasst, version 6, command-macros mit xaeros minimap ersetzt (server-side), desired server, shulker box tooltip, updates --- 1-20-2/config/fabric_loader_dependencies.json | 1 - 1-20-2/config/isxander-main-menu-credits.json | 2 +- .../yosbr/config/cmdkeybindconfig.json5 | 17 ++++ .../config/desiredservers/desiredservers.json | 1 + .../config/fabric_loader_dependencies.json | 1 - .../config/isxander-main-menu-credits.json | 2 +- .../yosbr/config/sodium-extra-options.json | 1 + .../config/yosbr/config/sodium-options.json | 2 +- 1-20-2/index.toml | 86 +++++++++++-------- 1-20-2/mods/cloth-config.pw.toml | 26 +++--- 1-20-2/mods/collective.pw.toml | 8 +- 1-20-2/mods/command-macros.pw.toml | 13 +++ 1-20-2/mods/desired-servers.pw.toml | 13 +++ 1-20-2/mods/dynamic_fps.pw.toml | 26 +++--- 1-20-2/mods/entity_model_features.pw.toml | 26 +++--- 1-20-2/mods/entity_texture_features.pw.toml | 26 +++--- 1-20-2/mods/entityculling.pw.toml | 26 +++--- 1-20-2/mods/fabric-api.pw.toml | 26 +++--- 1-20-2/mods/fabric-language-kotlin.pw.toml | 26 +++--- 1-20-2/mods/fabrishot.pw.toml | 26 +++--- 1-20-2/mods/immediatelyfast.pw.toml | 26 +++--- 1-20-2/mods/indium.pw.toml | 26 +++--- 1-20-2/mods/iris.pw.toml | 26 +++--- 1-20-2/mods/modernfix.pw.toml | 26 +++--- 1-20-2/mods/modmenu.pw.toml | 26 +++--- 1-20-2/mods/optigui.pw.toml | 26 +++--- 1-20-2/mods/shulkerboxtooltip.pw.toml | 13 +++ 1-20-2/mods/sodium.pw.toml | 26 +++--- 1-20-2/mods/xaeros-minimap-fair.pw.toml | 13 --- 1-20-2/mods/yet_another_config_lib_v3.pw.toml | 26 +++--- 1-20-2/pack.toml | 6 +- .../Chat_Reporting_Helper.pw.toml | 26 +++--- .../resourcepacks/SodiumTranslations.pw.toml | 26 +++--- .../Translations_for_Sodium.pw.toml | 26 +++--- 34 files changed, 365 insertions(+), 308 deletions(-) delete mode 100644 1-20-2/config/fabric_loader_dependencies.json create mode 100644 1-20-2/config/yosbr/config/cmdkeybindconfig.json5 create mode 100644 1-20-2/config/yosbr/config/desiredservers/desiredservers.json delete mode 100644 1-20-2/config/yosbr/config/fabric_loader_dependencies.json create mode 100644 1-20-2/config/yosbr/config/sodium-extra-options.json create mode 100644 1-20-2/mods/command-macros.pw.toml create mode 100644 1-20-2/mods/desired-servers.pw.toml create mode 100644 1-20-2/mods/shulkerboxtooltip.pw.toml delete mode 100644 1-20-2/mods/xaeros-minimap-fair.pw.toml diff --git a/1-20-2/config/fabric_loader_dependencies.json b/1-20-2/config/fabric_loader_dependencies.json deleted file mode 100644 index a2ccded..0000000 --- a/1-20-2/config/fabric_loader_dependencies.json +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"fabricloader":">=0.14.24"}},"minecraft":{"+recommends":{"Fabulously Optimized":">5.6.3"},"+breaks":{"holdthatchunk":"<=2.0.1"}},"lambdynlights":{"recommends":{}}}} \ No newline at end of file diff --git a/1-20-2/config/isxander-main-menu-credits.json b/1-20-2/config/isxander-main-menu-credits.json index ce0b538..ccab324 100644 --- a/1-20-2/config/isxander-main-menu-credits.json +++ b/1-20-2/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized 5.6.3","clickEvent":{"action":"open_url","value":"https://download.fo"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"MC.Fl1tzi 1.0","clickEvent":{"action":"open_url","value":"https://mc.fl1tzi.com"}}]},"pause_menu":{"bottom_right":[{"translate":"isxander-main-menu-credits.fabrishot","fallback":"Take 4K screenshots with F9","color":"dark_gray"}]}} diff --git a/1-20-2/config/yosbr/config/cmdkeybindconfig.json5 b/1-20-2/config/yosbr/config/cmdkeybindconfig.json5 new file mode 100644 index 0000000..137393e --- /dev/null +++ b/1-20-2/config/yosbr/config/cmdkeybindconfig.json5 @@ -0,0 +1,17 @@ +{ + "enabled": true, + // Keybinding to open the Macro editing screen + "openMacroScreenKeybind": "key.keyboard.unknown", + "macros": [ + { + // Macro keybinding + "keyName": "key.keyboard.u", + // Key modifier + "keyModName": "key.keyboard.unknown", + // Command to execute + "command": "/waypoints", + // Type of Macro. Delayed, Repeating, RunNTimes, SingleUse, DisplayOnly + "macroType": "SingleUse" + } + ] +} \ No newline at end of file diff --git a/1-20-2/config/yosbr/config/desiredservers/desiredservers.json b/1-20-2/config/yosbr/config/desiredservers/desiredservers.json new file mode 100644 index 0000000..0a82ef5 --- /dev/null +++ b/1-20-2/config/yosbr/config/desiredservers/desiredservers.json @@ -0,0 +1 @@ +[{"serverName":"MC.Fl1tzi","serverIP":"mc.fl1tzi.com"}] diff --git a/1-20-2/config/yosbr/config/fabric_loader_dependencies.json b/1-20-2/config/yosbr/config/fabric_loader_dependencies.json deleted file mode 100644 index 3e434bf..0000000 --- a/1-20-2/config/yosbr/config/fabric_loader_dependencies.json +++ /dev/null @@ -1 +0,0 @@ -{"version":1,"overrides":{"fabricloader":{"+depends":{"Fabulously Optimized again.\nIt looks like you've deleted important files from your config folder, so Fabulously Optimized may not run properly.\nPlease update the pack or reset its config. Instructions: https://fabulously-optimized.github.io/update\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n":""}}}} \ No newline at end of file diff --git a/1-20-2/config/yosbr/config/isxander-main-menu-credits.json b/1-20-2/config/yosbr/config/isxander-main-menu-credits.json index ad252fa..61c5be2 100644 --- a/1-20-2/config/yosbr/config/isxander-main-menu-credits.json +++ b/1-20-2/config/yosbr/config/isxander-main-menu-credits.json @@ -1 +1 @@ -{"main_menu":{"bottom_right":[{"text":"Fabulously Optimized (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://fabulously-optimized.github.io/install"}}]}} \ No newline at end of file +{"main_menu":{"bottom_right":[{"text":"MC.Fl1tzi (broken install)","color":"red","clickEvent":{"action":"open_url","value":"https://mc.fl1tzi.com"}}]}} diff --git a/1-20-2/config/yosbr/config/sodium-extra-options.json b/1-20-2/config/yosbr/config/sodium-extra-options.json new file mode 100644 index 0000000..b2bab6b --- /dev/null +++ b/1-20-2/config/yosbr/config/sodium-extra-options.json @@ -0,0 +1 @@ +{"extra_settings":{"show_coords":true}} diff --git a/1-20-2/config/yosbr/config/sodium-options.json b/1-20-2/config/yosbr/config/sodium-options.json index c734828..74403db 100644 --- a/1-20-2/config/yosbr/config/sodium-options.json +++ b/1-20-2/config/yosbr/config/sodium-options.json @@ -1 +1 @@ -{"quality":{"weather_quality":"FAST"}} \ No newline at end of file +{"quality":{"weather_quality":"FAST"},"notifications":{"hide_donation_button":true}} diff --git a/1-20-2/index.toml b/1-20-2/index.toml index 8a6df7d..3138579 100644 --- a/1-20-2/index.toml +++ b/1-20-2/index.toml @@ -4,13 +4,9 @@ hash-format = "sha256" file = "config/citresewn.json" hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" -[[files]] -file = "config/fabric_loader_dependencies.json" -hash = "78ba4845ecc0819838ca81caa89599ddbf1c3533ac61622064f533b414bebc5b" - [[files]] file = "config/isxander-main-menu-credits.json" -hash = "c8ad1a03bfb39834755d02235c95230163c243a60e1ad94b125f1ab38f26c3d8" +hash = "ced4de1460ef810d3811b4d044315262e954a6f56ee612058405548f3ad2ffcf" [[files]] file = "config/yosbr/config/NoChatReports/NCR-Client.json" @@ -40,6 +36,10 @@ hash = "c88ac7aec7bc08f867f8a9f6c7bf9396871d03d12b0f4d7100e8ef1fddfac68e" file = "config/yosbr/config/cem.conf" hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b" +[[files]] +file = "config/yosbr/config/cmdkeybindconfig.json5" +hash = "46314e1e113e7f3d5c5c83c5f45e88c7e1bbc5f9fcaf39681bcee9e99c45a7cb" + [[files]] file = "config/yosbr/config/controlify.json" hash = "ba199dc4caf8bd40d40e319e0a28ee21553a65006219f989f3930331fa3e6295" @@ -48,6 +48,10 @@ hash = "ba199dc4caf8bd40d40e319e0a28ee21553a65006219f989f3930331fa3e6295" file = "config/yosbr/config/debugify.json" hash = "d5cc0bf222ff1fa9fcc1293a443a3ea340710c68db96261fbc8d0f42d8aec491" +[[files]] +file = "config/yosbr/config/desiredservers/desiredservers.json" +hash = "c936bf6800626b60aea0bfbe755929706f730d7fa79bfac80187a01df46cbde6" + [[files]] file = "config/yosbr/config/dynamic_fps.json" hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" @@ -56,10 +60,6 @@ hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" file = "config/yosbr/config/entity_texture_features.json" hash = "cef51db1150ae1f30f504c8932c274ba174441d4fa177cda048b407da59d5865" -[[files]] -file = "config/yosbr/config/fabric_loader_dependencies.json" -hash = "e5210a18a1f67104b6eda85a9ea68f475b75a71bab9cff7cf7dbcc10f627369a" - [[files]] file = "config/yosbr/config/fabrishot.properties" hash = "f5ff731194f66727bfeb75a28a70104fc4687cbc84b69e60c94fe1b7d901f453" @@ -78,7 +78,7 @@ hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" [[files]] file = "config/yosbr/config/isxander-main-menu-credits.json" -hash = "e9c780a3548faea77d7230f83a97497cf30ae5148d1855c632310f6fb69a5cec" +hash = "5fb03fd1f7ea1a50e7bec13d576f26c2794eafbb695c51d064ab9217e3c25faa" [[files]] file = "config/yosbr/config/lambdynlights.toml" @@ -112,9 +112,13 @@ hash = "41397f8ebb5a1137f559761cee66b18a85c7289e89ac84a738140d651eecccdd" file = "config/yosbr/config/rrls.toml" hash = "89a7af00ca38519e83575601dece118e5ed6da33a3d4219e52ea3b04d5dbe45b" +[[files]] +file = "config/yosbr/config/sodium-extra-options.json" +hash = "3d7ef6789d03a08b76f7bce9562e619217adfc101ce6ac4bf7905523cbc823cc" + [[files]] file = "config/yosbr/config/sodium-options.json" -hash = "37aaf52aa7545527c7ade71ac77ad2fcf6019995bf58b6ea1fe0f52949919d18" +hash = "d57b4ee1b564c436b4e877661105994e4dedc87a7c73519e630e7a62a679b395" [[files]] file = "config/yosbr/options.txt" @@ -152,12 +156,17 @@ metafile = true [[files]] file = "mods/cloth-config.pw.toml" -hash = "1ff600b065c61c459ec4601764f922c7465fc58cec468e5ebffef392254b6cbd" +hash = "72c434c155dde30415a5a3fac8ef24a529be288bae8319208fe68e236f927bdf" metafile = true [[files]] file = "mods/collective.pw.toml" -hash = "60efa80be6ef6b8bd39a1eea4b31958e98872087c39d44cb517e6fca5d699ffa" +hash = "ad4c4a6b99562907a1e87e59356600b7877da2aeff3afbd227ec92ea69084304" +metafile = true + +[[files]] +file = "mods/command-macros.pw.toml" +hash = "7503f57025e0a4fe1728fb56ef7406265cbd0d752bf27e10aad791379b0d3d72" metafile = true [[files]] @@ -175,9 +184,14 @@ file = "mods/debugify.pw.toml" hash = "458653fc6189fa2cd4b624e52c9a37a028a5e1f5b98df40e2e3321578b3a5e3c" metafile = true +[[files]] +file = "mods/desired-servers.pw.toml" +hash = "095009fbbb78020f73070f999283584bd74b8fac9a16c713e2722876e8ff5f7f" +metafile = true + [[files]] file = "mods/dynamic_fps.pw.toml" -hash = "cf288276dffdb3d163b7f1420756382b4ef8cbb1bfbda9f1e4e685f2616a8736" +hash = "eb197e79fe36e321b35106f335cb6ce69c7e4b06b846a4698cedf17fff97e9e8" metafile = true [[files]] @@ -192,27 +206,27 @@ metafile = true [[files]] file = "mods/entity_model_features.pw.toml" -hash = "109ef9ca28a2ad132ff77e4334715335d6bbcc25fe2db8b9bfc5eef9603eb2b5" +hash = "f90d39109621ab1f6583b4fc56a9f45cf57c955aa7f11d0b928b0d4ea34e5e47" metafile = true [[files]] file = "mods/entity_texture_features.pw.toml" -hash = "1fe9162e26ca731547b774aadc3a4c752e58246bc1e6f2d27dcb4d01a3d23739" +hash = "3b11e5dacc2c3444c72e9acbd2078d3b64a0ea87ef2c4a99585bd82e68262882" metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "676d42752de490a571af628b9a353885bcc30dcdb133d1fe32be4bb78ac4a01a" +hash = "ee0040982a11ae42eba1b8488edc3e0069fbc689088e692291902ee4704cbc59" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "058940feb6c2fc7605562fce3e771544bad228a5dbee972f77165c7ed3b01360" +hash = "5e351f182c2aae09834c49d55248703c853d224afb0d4a88502b1e91f16db7d6" metafile = true [[files]] file = "mods/fabric-language-kotlin.pw.toml" -hash = "d6692113ebcb981e954027b0c8e159d3d093f1b16b72eeb25a339486d0f23330" +hash = "bd278a821fa158a7ffedb511c84e5bc0887192ceae21f9038b30357edd64a9e9" metafile = true [[files]] @@ -222,7 +236,7 @@ metafile = true [[files]] file = "mods/fabrishot.pw.toml" -hash = "a660173f854ce29f69ec9ae483e5f68d90a8897f1cb592f0b0ac43b9664e745f" +hash = "6f266ca3c533cece56d1556c9e5155262034fc0d12076623416d0ba7f4dffd0d" metafile = true [[files]] @@ -247,17 +261,17 @@ metafile = true [[files]] file = "mods/immediatelyfast.pw.toml" -hash = "eb9782953c41732e9f707c7386c70f6c0bfb9191cef4707a1ad157597ef08620" +hash = "d5f98557b6062e83f241c72771588920f9d882ba94a147cc8a20ee6148e298e7" metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "74302037e7ad7670973671237dbdea6dab5d2272500e073f9af641fe3878cb29" +hash = "a5cb37d9f593d0b968f67eee74b6c159f755bb2f44de7a0640aabdb53ed8f1f2" metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "3bb1ce9cdeb48eb1023295b212b8f9907214e5fd25bf005adc2086e1de7eec30" +hash = "a831270123653544fb29f0e30a2536d8061df0e7d1f1cc9a1433e04a0980437c" metafile = true [[files]] @@ -292,12 +306,12 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "02871b402fdfa0ba6e119239ec56e45f93f0a99b73bb85acfdc1671e6754f9f1" +hash = "f6a053554df5a596e3113b7add27bd88c504ff50b8cb8083e8acdc2331a30bba" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "72c14f80c01a91085225b316e0e93ac39036d75c626ef69f33d9492695c23ffb" +hash = "c0d363de5792ae21dd2342cdc9c5b61f70aaae80740307a5cf45b301b3f8ebf7" metafile = true [[files]] @@ -317,7 +331,7 @@ metafile = true [[files]] file = "mods/optigui.pw.toml" -hash = "9abe7d821b510b4d5eeeb7b640582a02ab35afe58a64f4c6b56e73d826ffdae6" +hash = "00d1fa6d56e031b81e56379116736caff1ce89d41e3d0506a96e2f83da7574f2" metafile = true [[files]] @@ -345,6 +359,11 @@ file = "mods/rrls.pw.toml" hash = "10c00327cd05085ac76c5b8112b90659f79761edaac8b49ccbb3207f2309d06b" metafile = true +[[files]] +file = "mods/shulkerboxtooltip.pw.toml" +hash = "ef8bedeb72d8ea0df446ec82cfc645727fee3a38d0e766193ad7158856a41f6d" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "d4dc3f4e3773eda6c6f2d67115adebc602a8a082c15a7399ad54ded71ff335de" @@ -352,7 +371,7 @@ metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "2ba79840f134759faf13090f58cad2768a23b72d29318233d97dee644286fc77" +hash = "ae3bcc360dcb4569d78b80c75466e803cac50479e0c1419982fb0695fa81c80a" metafile = true [[files]] @@ -360,14 +379,9 @@ file = "mods/wthit.pw.toml" hash = "6fb15ff627c47d7546c5a509e33ade5371592c5dd7337bf8f8beb3821732da87" metafile = true -[[files]] -file = "mods/xaeros-minimap-fair.pw.toml" -hash = "4dfb8c7a129eb556838a55b899c0565ff68e616f0e15eba1aa8f5d579d43bd6e" -metafile = true - [[files]] file = "mods/yet_another_config_lib_v3.pw.toml" -hash = "89833ed52e9ac2859a23180b4dbab392a76532053255870535fc23508430eb2a" +hash = "3fd697e0539879163b6a5649a587a4a82a2be58fb12e63128114f631a060adc8" metafile = true [[files]] @@ -382,7 +396,7 @@ metafile = true [[files]] file = "resourcepacks/Chat_Reporting_Helper.pw.toml" -hash = "933445520a24c0100a1567a95d8b8d7b74fb197b496bfc9c09cea1b4625b6e18" +hash = "592ba405cac5016e4c7132d2d93094cc83fe11ee0d59a0b91e93af1be69af256" metafile = true [[files]] @@ -396,10 +410,10 @@ hash = "b1694c2b9e886c20e1bba65543c56aeb0a0dc5f797b55b63d4a6bfa8dc1cc422" [[files]] file = "resourcepacks/SodiumTranslations.pw.toml" -hash = "f0a3da7ea94db610992f5aa2c9e2857c115ee4cd8ae02af91c5831f6eae3d57c" +hash = "02e55389518560a7b8ec4c55ef1f99d9d6444a868f1dbccd2cf353d5f6a2a636" metafile = true [[files]] file = "resourcepacks/Translations_for_Sodium.pw.toml" -hash = "9a2ec6cf30bb50d2158d2d53d319654af13c29fa4131cc61e5706a3d766f8d50" +hash = "3fb35d5bba49a57a68b70d49d3d10a8d6053bfd159623b67622fc657fb7e0095" metafile = true diff --git a/1-20-2/mods/cloth-config.pw.toml b/1-20-2/mods/cloth-config.pw.toml index b1e319d..66df0f8 100644 --- a/1-20-2/mods/cloth-config.pw.toml +++ b/1-20-2/mods/cloth-config.pw.toml @@ -1,13 +1,13 @@ -name = "Cloth Config API (Fabric/Forge)" -filename = "cloth-config-12.0.111-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/9s6osm5g/versions/jvy82BGQ/cloth-config-12.0.111-fabric.jar" -hash-format = "sha512" -hash = "e1dc26bdf29c433e2530130bfc66bce53ed1881b87a9e71859b20510d58239ff1653c913f57c3879959c82bbf457e3d3bd09f4acd1fed00e82a59eb56a57315d" - -[update] -[update.modrinth] -mod-id = "9s6osm5g" -version = "jvy82BGQ" +name = "Cloth Config API (Fabric/Forge)" +filename = "cloth-config-12.0.119-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/NPcjyMhi/cloth-config-12.0.119-fabric.jar" +hash-format = "sha1" +hash = "2407c417c60a44b7f3a790480a0f4be222f8ef66" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "NPcjyMhi" diff --git a/1-20-2/mods/collective.pw.toml b/1-20-2/mods/collective.pw.toml index fd810ca..3a39ad6 100644 --- a/1-20-2/mods/collective.pw.toml +++ b/1-20-2/mods/collective.pw.toml @@ -1,13 +1,13 @@ name = "Collective" -filename = "collective-1.20.2-7.22.jar" +filename = "collective-1.20.2-7.26.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/ifJ5Az1U/collective-1.20.2-7.22.jar" +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/bjtOpW4b/collective-1.20.2-7.26.jar" hash-format = "sha1" -hash = "73be6d9bf18df4da0039b0327c240068aac7b142" +hash = "2cbd226d2d476082997155e71451e915123b87c1" [update] [update.modrinth] mod-id = "e0M1UDsY" -version = "ifJ5Az1U" +version = "bjtOpW4b" diff --git a/1-20-2/mods/command-macros.pw.toml b/1-20-2/mods/command-macros.pw.toml new file mode 100644 index 0000000..f5b43d3 --- /dev/null +++ b/1-20-2/mods/command-macros.pw.toml @@ -0,0 +1,13 @@ +name = "Command Macros" +filename = "cmdkeybind-1.6.3-1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h3r1moh7/versions/FeUSjUHZ/cmdkeybind-1.6.3-1.20.2.jar" +hash-format = "sha1" +hash = "73409cff9d91537639402effd61b4d196a7ae268" + +[update] +[update.modrinth] +mod-id = "h3r1moh7" +version = "FeUSjUHZ" diff --git a/1-20-2/mods/desired-servers.pw.toml b/1-20-2/mods/desired-servers.pw.toml new file mode 100644 index 0000000..9cdb589 --- /dev/null +++ b/1-20-2/mods/desired-servers.pw.toml @@ -0,0 +1,13 @@ +name = "Desired Servers" +filename = "desiredservers-fabric-1.20.2-1.3.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/GDpe4LHD/versions/6WCSTVyB/desiredservers-fabric-1.20.2-1.3.0.jar" +hash-format = "sha1" +hash = "a09bee0ace4b1387df7e923d2affc4cb6c81bfc4" + +[update] +[update.modrinth] +mod-id = "GDpe4LHD" +version = "6WCSTVyB" diff --git a/1-20-2/mods/dynamic_fps.pw.toml b/1-20-2/mods/dynamic_fps.pw.toml index 757c29d..3aca8e2 100644 --- a/1-20-2/mods/dynamic_fps.pw.toml +++ b/1-20-2/mods/dynamic_fps.pw.toml @@ -1,13 +1,13 @@ -name = "Dynamic FPS" -filename = "dynamic-fps-3.2.1+minecraft-1.20.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/MJxmQ042/dynamic-fps-3.2.1%2Bminecraft-1.20.0.jar" -hash-format = "sha512" -hash = "6ca9280ee22153552cdb4a75454850c2b75914d661afdea97c11a7c70370631f8f1574233c52ab46e36e97b9caed3f3574eee95169b2382d1b7a1e96973bdb77" - -[update] -[update.modrinth] -mod-id = "LQ3K71Q1" -version = "MJxmQ042" +name = "Dynamic FPS" +filename = "dynamic-fps-3.3.1+minecraft-1.20.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/tBXQeb6B/dynamic-fps-3.3.1%2Bminecraft-1.20.0.jar" +hash-format = "sha1" +hash = "e357bcf2e63a4c02bd50c1ba9974cc2a395bc9c4" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "tBXQeb6B" diff --git a/1-20-2/mods/entity_model_features.pw.toml b/1-20-2/mods/entity_model_features.pw.toml index aca94f7..9f2123a 100644 --- a/1-20-2/mods/entity_model_features.pw.toml +++ b/1-20-2/mods/entity_model_features.pw.toml @@ -1,13 +1,13 @@ -name = "[EMF] Entity Model Features [Fabric & Forge]" -filename = "entity_model_features_fabric_1.20.2-1.1.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/OsioKrT1/entity_model_features_fabric_1.20.2-1.1.0.jar" -hash-format = "sha512" -hash = "7562c8ca37adf688510bc3b6e1f8b56e81d0fd026c09ecb85b51f87203464b017f345608a4db0685097840daca9dcdc2c8f795d0f883692087b850ac78610810" - -[update] -[update.modrinth] -mod-id = "4I1XuqiY" -version = "OsioKrT1" +name = "[EMF] Entity Model Features [Fabric & Forge]" +filename = "entity_model_features_fabric_1.20.2-1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/74Yx8tM6/entity_model_features_fabric_1.20.2-1.2.jar" +hash-format = "sha1" +hash = "37fdd118c26c118adee37a769bb0834c0a3861cd" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "74Yx8tM6" diff --git a/1-20-2/mods/entity_texture_features.pw.toml b/1-20-2/mods/entity_texture_features.pw.toml index f4de263..d4d4199 100644 --- a/1-20-2/mods/entity_texture_features.pw.toml +++ b/1-20-2/mods/entity_texture_features.pw.toml @@ -1,13 +1,13 @@ -name = "[ETF] Entity Texture Features - [Fabric & Forge]" -filename = "entity_texture_features_fabric_1.20.2-4.6.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/2zQ0rZri/entity_texture_features_fabric_1.20.2-4.6.1.jar" -hash-format = "sha512" -hash = "576942ffc3c09388e3cc32860f8d6c36fde0f6b5fdf3f75d8bed4164cd8e2f3c0854026bd8741262de76caca2676adac509b2b2a002bf750cd448a0b9cd3f94e" - -[update] -[update.modrinth] -mod-id = "BVzZfTc1" -version = "2zQ0rZri" +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_fabric_1.20.2-5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/pwgniYj5/entity_texture_features_fabric_1.20.2-5.0.jar" +hash-format = "sha1" +hash = "89c740d263661f48edcf847be6fad4415deec0b7" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "pwgniYj5" diff --git a/1-20-2/mods/entityculling.pw.toml b/1-20-2/mods/entityculling.pw.toml index a27c9a3..8aec907 100644 --- a/1-20-2/mods/entityculling.pw.toml +++ b/1-20-2/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ -name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-1.6.2-mc1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/BDwHAdWc/entityculling-fabric-1.6.2-mc1.20.1.jar" -hash-format = "sha512" -hash = "0080d3733f77e6b2e80e40d5d7bfe63dd125d94984bf92568d3434ff281f68123ec382ee53eba021278c01059299c12492dd518e61de1247f5cf7e8040bc98f1" - -[update] -[update.modrinth] -mod-id = "NNAgCjsB" -version = "BDwHAdWc" +name = "Entity Culling Fabric/Forge" +filename = "entityculling-fabric-1.6.3-mc1.20.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/tUVHg6HN/entityculling-fabric-1.6.3-mc1.20.2.jar" +hash-format = "sha1" +hash = "fc0f672543db18542eb712af86ede643de7bbb69" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "tUVHg6HN" diff --git a/1-20-2/mods/fabric-api.pw.toml b/1-20-2/mods/fabric-api.pw.toml index 51b87f8..b5c82cb 100644 --- a/1-20-2/mods/fabric-api.pw.toml +++ b/1-20-2/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ -name = "Fabric API" -filename = "fabric-api-0.91.1+1.20.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/qg6wQgub/fabric-api-0.91.1%2B1.20.2.jar" -hash-format = "sha512" -hash = "6531c3c26ee80c25eb106a18d70603f93894756e1ac1226b4748f484a43c51c52be606cababc1745020cf0b5016684785837e237772d02e16bacf11a05989603" - -[update] -[update.modrinth] -mod-id = "P7dR8mSH" -version = "qg6wQgub" +name = "Fabric API" +filename = "fabric-api-0.91.2+1.20.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/fdestf2d/fabric-api-0.91.2%2B1.20.2.jar" +hash-format = "sha1" +hash = "ab4b6a5a9252aa3bc3686b0df78b9637245efdc2" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "fdestf2d" diff --git a/1-20-2/mods/fabric-language-kotlin.pw.toml b/1-20-2/mods/fabric-language-kotlin.pw.toml index 3e5694c..3177341 100644 --- a/1-20-2/mods/fabric-language-kotlin.pw.toml +++ b/1-20-2/mods/fabric-language-kotlin.pw.toml @@ -1,13 +1,13 @@ -name = "Fabric Language Kotlin" -filename = "fabric-language-kotlin-1.10.16+kotlin.1.9.21.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/VJUqKopR/fabric-language-kotlin-1.10.16%2Bkotlin.1.9.21.jar" -hash-format = "sha512" -hash = "a8cd43f7b946c5c3229f179eee24d8ec8624b9646f27e1a4022e67281a2e142e35a13d537287718ea86b93d7a9b24169c464219806f36eefec53dfb70cc037c5" - -[update] -[update.modrinth] -mod-id = "Ha28R6CL" -version = "VJUqKopR" +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.10.17+kotlin.1.9.22.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/JjrWZ7m8/fabric-language-kotlin-1.10.17%2Bkotlin.1.9.22.jar" +hash-format = "sha1" +hash = "02e0af07d7c1476a6bd0530d0dacf0a2a9f8a8ea" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "JjrWZ7m8" diff --git a/1-20-2/mods/fabrishot.pw.toml b/1-20-2/mods/fabrishot.pw.toml index b8f11a7..43342d5 100644 --- a/1-20-2/mods/fabrishot.pw.toml +++ b/1-20-2/mods/fabrishot.pw.toml @@ -1,13 +1,13 @@ -name = "Fabrishot" -filename = "fabrishot-1.10.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/fLwacDtJ/fabrishot-1.10.0.jar" -hash-format = "sha512" -hash = "153386dfd14e1d5731dd71baa336409c526711ec117d149cf145bc4c90bc1aa2aaf63e748443aa5fcb81651ae2f2e9470300cb3262c3b4ab67d8db558bd1523f" - -[update] -[update.modrinth] -mod-id = "3qsfQtE9" -version = "fLwacDtJ" +name = "Fabrishot" +filename = "fabrishot-1.11.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/k7UzYiPs/fabrishot-1.11.0.jar" +hash-format = "sha1" +hash = "f235f1cf866213f6f4f52dd94921d24e040c324b" + +[update] +[update.modrinth] +mod-id = "3qsfQtE9" +version = "k7UzYiPs" diff --git a/1-20-2/mods/immediatelyfast.pw.toml b/1-20-2/mods/immediatelyfast.pw.toml index dc5dd45..e55a00b 100644 --- a/1-20-2/mods/immediatelyfast.pw.toml +++ b/1-20-2/mods/immediatelyfast.pw.toml @@ -1,13 +1,13 @@ -name = "ImmediatelyFast" -filename = "ImmediatelyFast-1.2.7+1.20.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/yciHw2oP/ImmediatelyFast-1.2.7%2B1.20.2.jar" -hash-format = "sha512" -hash = "669a625894f175bc818062a194fb52b6163b2ddcb60cfb57a93efbb1c4e855b20200e175e225f86870cfde0846b80a50084088a2aefe6783cc2b49a6de59b2ba" - -[update] -[update.modrinth] -mod-id = "5ZwdcRci" -version = "yciHw2oP" +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.2.8+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/3EgIBnht/ImmediatelyFast-Fabric-1.2.8%2B1.20.4.jar" +hash-format = "sha1" +hash = "6777e5b7071410d9257af181ac6367324d28854a" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "3EgIBnht" diff --git a/1-20-2/mods/indium.pw.toml b/1-20-2/mods/indium.pw.toml index 7486a3d..e0612ac 100644 --- a/1-20-2/mods/indium.pw.toml +++ b/1-20-2/mods/indium.pw.toml @@ -1,13 +1,13 @@ -name = "Indium" -filename = "indium-1.0.27+mc1.20.1.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Lue6O9z9/indium-1.0.27%2Bmc1.20.1.jar" -hash-format = "sha512" -hash = "c6e6627b8bb6a40497f27f86619ee5f17f68386f10585b4944e1aad01337a8f55be7401bc1824c69f94d755db3faaf16537b1d2d2cd282d24393d61df9b6fbef" - -[update] -[update.modrinth] -mod-id = "Orvt0mRa" -version = "Lue6O9z9" +name = "Indium" +filename = "indium-1.0.28+mc1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/tD2IqHXC/indium-1.0.28%2Bmc1.20.4.jar" +hash-format = "sha1" +hash = "58dd40a3047dc9539996258a884fc92a0cced2e7" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "tD2IqHXC" diff --git a/1-20-2/mods/iris.pw.toml b/1-20-2/mods/iris.pw.toml index fbec052..3a79cdd 100644 --- a/1-20-2/mods/iris.pw.toml +++ b/1-20-2/mods/iris.pw.toml @@ -1,13 +1,13 @@ -name = "Iris Shaders" -filename = "iris-mc1.20.2-1.6.10.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/O7RZrusV/iris-mc1.20.2-1.6.10.jar" -hash-format = "sha512" -hash = "6015765551010138b2b7042abb718601da38d39ec32c817b143215963b94284942ffaf83bf38b6b4bf2ab9ab01a1a46eb4c6c8964a457c9066502c4280975216" - -[update] -[update.modrinth] -mod-id = "YL57xq9U" -version = "O7RZrusV" +name = "Iris Shaders" +filename = "iris-mc1.20.2-1.6.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/Cjwm9s3i/iris-mc1.20.2-1.6.14.jar" +hash-format = "sha1" +hash = "aac3c343192ab77e5d3ede702151a0155a1712cc" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "Cjwm9s3i" diff --git a/1-20-2/mods/modernfix.pw.toml b/1-20-2/mods/modernfix.pw.toml index acf72b7..c686700 100644 --- a/1-20-2/mods/modernfix.pw.toml +++ b/1-20-2/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ -name = "ModernFix" -filename = "modernfix-fabric-5.10.0+mc1.20.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/IC7LBv4d/modernfix-fabric-5.10.0%2Bmc1.20.2.jar" -hash-format = "sha512" -hash = "f9caa30ac765e4bfc637fa2ca1c619157588ab6635f1791b07f42abdb2ae47e0714648f21910aaec9709fb3b94f490bbd5e5add07053a007e3a00129fe237805" - -[update] -[update.modrinth] -mod-id = "nmDcB62a" -version = "IC7LBv4d" +name = "ModernFix" +filename = "modernfix-fabric-5.10.1+mc1.20.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/rRcwOsPa/modernfix-fabric-5.10.1%2Bmc1.20.2.jar" +hash-format = "sha1" +hash = "530fd499a1615176faf0b717590a0a312cbeb709" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "rRcwOsPa" diff --git a/1-20-2/mods/modmenu.pw.toml b/1-20-2/mods/modmenu.pw.toml index 22b481b..777c96b 100644 --- a/1-20-2/mods/modmenu.pw.toml +++ b/1-20-2/mods/modmenu.pw.toml @@ -1,13 +1,13 @@ -name = "Mod Menu" -filename = "modmenu-8.0.0.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/TwfjidT5/modmenu-8.0.0.jar" -hash-format = "sha512" -hash = "cc27c98c68127c42ab7c1272d156a8dce4f0c00bc6b7b0c8c302c27a01c97096a01409186281f7dc9b631f60587cac26c87898fa6df56a0169a9a0ced44eb344" - -[update] -[update.modrinth] -mod-id = "mOgUt4GM" -version = "TwfjidT5" +name = "Mod Menu" +filename = "modmenu-8.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/fCQyI9Zj/modmenu-8.0.1.jar" +hash-format = "sha1" +hash = "e87e503df7506cf80e15c7d8d38e8e8dd2b3d01e" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "fCQyI9Zj" diff --git a/1-20-2/mods/optigui.pw.toml b/1-20-2/mods/optigui.pw.toml index 40d8218..f3d2301 100644 --- a/1-20-2/mods/optigui.pw.toml +++ b/1-20-2/mods/optigui.pw.toml @@ -1,13 +1,13 @@ -name = "OptiGUI" -filename = "optigui-2.1.6.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/rBFq3aQs/optigui-2.1.6.jar" -hash-format = "sha512" -hash = "b53632fcc30c99e0ca60a616d3382c7feabb459c426fb1ec80974743bc8d0cb478fd0f49dd9ed77e7cb44c5a8f84ffd15c89952d70ea42fb4067fe2cffcd43e1" - -[update] -[update.modrinth] -mod-id = "JuksLGBQ" -version = "rBFq3aQs" +name = "OptiGUI" +filename = "optigui-2.1.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/xpfegZsE/optigui-2.1.7.jar" +hash-format = "sha1" +hash = "47040b4c65b6381ca61bc3af61fee4df279b5eec" + +[update] +[update.modrinth] +mod-id = "JuksLGBQ" +version = "xpfegZsE" diff --git a/1-20-2/mods/shulkerboxtooltip.pw.toml b/1-20-2/mods/shulkerboxtooltip.pw.toml new file mode 100644 index 0000000..7fa2ea3 --- /dev/null +++ b/1-20-2/mods/shulkerboxtooltip.pw.toml @@ -0,0 +1,13 @@ +name = "Shulker Box Tooltip" +filename = "shulkerboxtooltip-fabric-4.0.7+1.20.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2M01OLQq/versions/WXMDQsb9/shulkerboxtooltip-fabric-4.0.7%2B1.20.2.jar" +hash-format = "sha1" +hash = "67220ab1c1431a1a1599d6380d45ce6367fe8905" + +[update] +[update.modrinth] +mod-id = "2M01OLQq" +version = "WXMDQsb9" diff --git a/1-20-2/mods/sodium.pw.toml b/1-20-2/mods/sodium.pw.toml index d2dcc87..548aaf1 100644 --- a/1-20-2/mods/sodium.pw.toml +++ b/1-20-2/mods/sodium.pw.toml @@ -1,13 +1,13 @@ -name = "Sodium" -filename = "sodium-fabric-mc1.20.2-0.5.3.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/bbP1qBMr/sodium-fabric-mc1.20.2-0.5.3.jar" -hash-format = "sha512" -hash = "e65e869bad08c105569f763bb0093d0f3fd8e87cd726653c0187af73f3995077d9ecdb6d3415dfa55338d9a4f78788cd1fc2ad2423fc7505f4d898f5a5beab30" - -[update] -[update.modrinth] -mod-id = "AANobbMI" -version = "bbP1qBMr" +name = "Sodium" +filename = "sodium-fabric-mc1.20.2-0.5.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/pmgeU5yX/sodium-fabric-mc1.20.2-0.5.5.jar" +hash-format = "sha1" +hash = "febadd3d2e225cdef9054dfecca167d92406a85b" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "pmgeU5yX" diff --git a/1-20-2/mods/xaeros-minimap-fair.pw.toml b/1-20-2/mods/xaeros-minimap-fair.pw.toml deleted file mode 100644 index b0549d6..0000000 --- a/1-20-2/mods/xaeros-minimap-fair.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Xaero's Minimap (Fair-Play)" -filename = "Xaeros_Minimap_FP23.8.2_Fabric_1.20.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/JkSi2Fzx/versions/s0uDL0E5/Xaeros_Minimap_FP23.8.2_Fabric_1.20.2.jar" -hash-format = "sha1" -hash = "ad89682e752f1013152f8fb4655d48353fb0713a" - -[update] -[update.modrinth] -mod-id = "JkSi2Fzx" -version = "s0uDL0E5" diff --git a/1-20-2/mods/yet_another_config_lib_v3.pw.toml b/1-20-2/mods/yet_another_config_lib_v3.pw.toml index e328a18..1506a3c 100644 --- a/1-20-2/mods/yet_another_config_lib_v3.pw.toml +++ b/1-20-2/mods/yet_another_config_lib_v3.pw.toml @@ -1,13 +1,13 @@ -name = "YetAnotherConfigLib" -filename = "yet-another-config-lib-fabric-3.2.1+1.20.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/u6jV7Q7R/yet-another-config-lib-fabric-3.2.1%2B1.20.2.jar" -hash-format = "sha512" -hash = "83ee4e302d0783ed89d9f82e85d8c89da67458818c0ef43d386ab984e443018bdb51c1f1c73c7c34bddfabbfd8414364747c9a56556be58396375d83587d4920" - -[update] -[update.modrinth] -mod-id = "1eAoo2KR" -version = "u6jV7Q7R" +name = "YetAnotherConfigLib" +filename = "yet-another-config-lib-fabric-3.3.0-beta.1+1.20.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/vede4iWJ/yet-another-config-lib-fabric-3.3.0-beta.1%2B1.20.2.jar" +hash-format = "sha1" +hash = "772af4c248d33af696762533819d7cacad4716ea" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "vede4iWJ" diff --git a/1-20-2/pack.toml b/1-20-2/pack.toml index 0bc6ddd..a6cdd43 100644 --- a/1-20-2/pack.toml +++ b/1-20-2/pack.toml @@ -1,13 +1,13 @@ name = "mc.fl1tzi.com" author = "Fl1tzi" -version = "5.6.3" +version = "6" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a02bbba603b431ca9ed78f69ff5fda029f3223d9a3ce7dd6455a2c6521920c5f" +hash = "77afcebc9ae10eca6d56e7f131e8652ede1b56ebf130ba5d52bda68164979d29" [versions] -fabric = "0.15.0" +fabric = "0.15.3" minecraft = "1.20.2" diff --git a/1-20-2/resourcepacks/Chat_Reporting_Helper.pw.toml b/1-20-2/resourcepacks/Chat_Reporting_Helper.pw.toml index 128a0d4..9842047 100644 --- a/1-20-2/resourcepacks/Chat_Reporting_Helper.pw.toml +++ b/1-20-2/resourcepacks/Chat_Reporting_Helper.pw.toml @@ -1,13 +1,13 @@ -name = "Chat Reporting Helper" -filename = "Chat Reporting Helper.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/2vSy3UV7/Chat%20Reporting%20Helper.zip" -hash-format = "sha512" -hash = "d84f79af9730a3e5e12363ac3886b7831edecae6c84b65003745d177c4064ee17b5ed6416aed1f8c254d995e2ac5e15d65dc553763d971443539b263bb360d79" - -[update] -[update.modrinth] -mod-id = "tN4E9NfV" -version = "2vSy3UV7" +name = "Chat Reporting Helper" +filename = "Chat Reporting Helper.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/1SHtlNIB/Chat%20Reporting%20Helper.zip" +hash-format = "sha1" +hash = "daf4bfc8cfaf8aedef28ffd271487c06bca101ea" + +[update] +[update.modrinth] +mod-id = "tN4E9NfV" +version = "1SHtlNIB" diff --git a/1-20-2/resourcepacks/SodiumTranslations.pw.toml b/1-20-2/resourcepacks/SodiumTranslations.pw.toml index 8884c5f..cfac406 100644 --- a/1-20-2/resourcepacks/SodiumTranslations.pw.toml +++ b/1-20-2/resourcepacks/SodiumTranslations.pw.toml @@ -1,13 +1,13 @@ -name = "SodiumTranslations" -filename = "SodiumTranslations.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/yfDziwn1/versions/zPaf4AJw/SodiumTranslations.zip" -hash-format = "sha512" -hash = "bff528173607b35677e42b46d5b5b1b4d70cc36e466422c38958f2b1ccee5e2b1ad6753a3cc434853efe33b1e56179306ead2d83b3a9331d342d3fe43ba10883" - -[update] -[update.modrinth] -mod-id = "yfDziwn1" -version = "zPaf4AJw" +name = "SodiumTranslations" +filename = "SodiumTranslations.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/QIUzFOtg/SodiumTranslations.zip" +hash-format = "sha1" +hash = "fac795281dda61b30ea0470bd120a52483fc83a8" + +[update] +[update.modrinth] +mod-id = "yfDziwn1" +version = "QIUzFOtg" diff --git a/1-20-2/resourcepacks/Translations_for_Sodium.pw.toml b/1-20-2/resourcepacks/Translations_for_Sodium.pw.toml index b4e0684..533ac7e 100644 --- a/1-20-2/resourcepacks/Translations_for_Sodium.pw.toml +++ b/1-20-2/resourcepacks/Translations_for_Sodium.pw.toml @@ -1,13 +1,13 @@ -name = "Translations for Sodium" -filename = "SodiumTranslations.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/yfDziwn1/versions/cK7pmVOl/SodiumTranslations.zip" -hash-format = "sha512" -hash = "56dfabe1603fec24c662865ef966af8ea3b84d760311160ab057dd3682c564913df315c7a05d0d640ad2280cf0af49b1dc8bd352b58686b75e09fb905fe26906" - -[update] -[update.modrinth] -mod-id = "yfDziwn1" -version = "cK7pmVOl" +name = "Translations for Sodium" +filename = "SodiumTranslations.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/QIUzFOtg/SodiumTranslations.zip" +hash-format = "sha1" +hash = "fac795281dda61b30ea0470bd120a52483fc83a8" + +[update] +[update.modrinth] +mod-id = "yfDziwn1" +version = "QIUzFOtg"