From 4496481af50e1260784910cdf888144df88fb7aa Mon Sep 17 00:00:00 2001 From: Merith Date: Tue, 2 Aug 2022 07:58:27 +0000 Subject: [PATCH] move as much as I could to modrinth, and update to new packwiz --- .minecraft/index.toml | 217 ++++++++++++++---- .minecraft/mods/antighost.pw.toml | 13 ++ .minecraft/mods/antighost.toml | 13 -- .minecraft/mods/architectury-api.pw.toml | 13 ++ .minecraft/mods/architectury-fabric.toml | 13 -- .../{badstdout.toml => badstdout.pw.toml} | 8 +- .minecraft/mods/betterf3.pw.toml | 13 ++ .minecraft/mods/betterf3.toml | 13 -- .minecraft/mods/blockmeter.pw.toml | 18 ++ .minecraft/mods/blockmeterfabric.toml | 13 -- .minecraft/mods/blockmixer-fabric.toml | 13 -- .../{blur-fabric.toml => blur-fabric.pw.toml} | 0 .minecraft/mods/bobby.pw.toml | 13 ++ .minecraft/mods/bobby.toml | 13 -- .minecraft/mods/charmonium.pw.toml | 13 ++ .minecraft/mods/charmonium.toml | 13 -- .minecraft/mods/chunky-pregenerator.toml | 13 -- .minecraft/mods/chunky.pw.toml | 13 ++ .minecraft/mods/cit-resewn.pw.toml | 13 ++ .minecraft/mods/cit-resewn.toml | 13 -- .minecraft/mods/clear-despawn-fabric.toml | 13 -- .minecraft/mods/cleardespawn.pw.toml | 13 ++ .minecraft/mods/cloth-config.pw.toml | 13 ++ .minecraft/mods/cloth-config.toml | 13 -- .minecraft/mods/continuity.pw.toml | 13 ++ .minecraft/mods/continuity.toml | 13 -- .minecraft/mods/entityculling.pw.toml | 13 ++ .minecraft/mods/entityculling.toml | 13 -- ...sential-mod.toml => essential-mod.pw.toml} | 7 +- .../{fabric-api.toml => fabric-api.pw.toml} | 8 +- .minecraft/mods/fabrishot.pw.toml | 13 ++ .minecraft/mods/fabrishot.toml | 13 -- .minecraft/mods/female-gender-fabric.toml | 13 -- .minecraft/mods/female-gender.pw.toml | 13 ++ .minecraft/mods/ferrite-core.pw.toml | 13 ++ .minecraft/mods/ferritecore-fabric.toml | 13 -- .minecraft/mods/figura.pw.toml | 13 ++ .minecraft/mods/figura.toml | 13 -- .minecraft/mods/grid.pw.toml | 19 ++ .minecraft/mods/grid.toml | 13 -- .minecraft/mods/hudtweaks.pw.toml | 18 ++ .minecraft/mods/hudtweaks.toml | 13 -- .minecraft/mods/indium.pw.toml | 13 ++ .minecraft/mods/indium.toml | 13 -- .../mods/{inspecio.toml => inspecio.pw.toml} | 2 +- .minecraft/mods/iris.pw.toml | 13 ++ .minecraft/mods/irisshaders.toml | 13 -- .minecraft/mods/lambdabettergrass.pw.toml | 13 ++ .minecraft/mods/lambdabettergrass.toml | 13 -- .minecraft/mods/lambdynamiclights.pw.toml | 13 ++ .minecraft/mods/lambdynamiclights.toml | 13 -- .minecraft/mods/light-overlay.pw.toml | 19 ++ .minecraft/mods/light-overlay.toml | 13 -- .minecraft/mods/lithium.pw.toml | 13 ++ .minecraft/mods/lithium.toml | 13 -- .minecraft/mods/modmenu.pw.toml | 13 ++ .minecraft/mods/modmenu.toml | 13 -- .minecraft/mods/mouse-wheelie.pw.toml | 13 ++ .minecraft/mods/mouse-wheelie.toml | 13 -- .minecraft/mods/not-enough-animations.pw.toml | 13 ++ .minecraft/mods/not-enough-animations.toml | 13 -- .minecraft/mods/not-enough-crashes.toml | 13 -- .minecraft/mods/ok-zoomer.pw.toml | 13 ++ .minecraft/mods/ok-zoomer.toml | 13 -- ...dux.toml => perspective-mod-redux.pw.toml} | 10 +- .minecraft/mods/plasmo-voice.pw.toml | 18 ++ .minecraft/mods/plasmo-voice.toml | 13 -- .minecraft/mods/reeses-sodium-options.pw.toml | 13 ++ .../{replaymod.toml => replaymod.pw.toml} | 5 + .minecraft/mods/roughly-enough-items.pw.toml | 13 ++ .minecraft/mods/roughly-enough-items.toml | 13 -- .minecraft/mods/sodium-extra.pw.toml | 13 ++ .minecraft/mods/sodium-extra.toml | 13 -- .minecraft/mods/sodium.pw.toml | 13 ++ .minecraft/mods/sodium.toml | 13 -- .../{starlight.toml => starlight.pw.toml} | 8 +- .minecraft/mods/stendhal.pw.toml | 13 ++ .minecraft/mods/stendhal.toml | 13 -- .../{viafabric.toml => viafabric.pw.toml} | 8 +- ... xaeros-minimap-fair-play-edition.pw.toml} | 5 + .minecraft/mods/xaeros-minimap.pw.toml | 18 ++ ...orld-map.toml => xaeros-world-map.pw.toml} | 6 + .minecraft/mods/{yosbr.toml => yosbr.pw.toml} | 8 +- ...i-fabric.toml => yungs-api-fabric.pw.toml} | 0 .minecraft/pack.toml | 2 +- 85 files changed, 707 insertions(+), 529 deletions(-) create mode 100644 .minecraft/mods/antighost.pw.toml delete mode 100644 .minecraft/mods/antighost.toml create mode 100644 .minecraft/mods/architectury-api.pw.toml delete mode 100644 .minecraft/mods/architectury-fabric.toml rename .minecraft/mods/{badstdout.toml => badstdout.pw.toml} (52%) create mode 100644 .minecraft/mods/betterf3.pw.toml delete mode 100644 .minecraft/mods/betterf3.toml create mode 100644 .minecraft/mods/blockmeter.pw.toml delete mode 100644 .minecraft/mods/blockmeterfabric.toml delete mode 100644 .minecraft/mods/blockmixer-fabric.toml rename .minecraft/mods/{blur-fabric.toml => blur-fabric.pw.toml} (100%) create mode 100644 .minecraft/mods/bobby.pw.toml delete mode 100644 .minecraft/mods/bobby.toml create mode 100644 .minecraft/mods/charmonium.pw.toml delete mode 100644 .minecraft/mods/charmonium.toml delete mode 100644 .minecraft/mods/chunky-pregenerator.toml create mode 100644 .minecraft/mods/chunky.pw.toml create mode 100644 .minecraft/mods/cit-resewn.pw.toml delete mode 100644 .minecraft/mods/cit-resewn.toml delete mode 100644 .minecraft/mods/clear-despawn-fabric.toml create mode 100644 .minecraft/mods/cleardespawn.pw.toml create mode 100644 .minecraft/mods/cloth-config.pw.toml delete mode 100644 .minecraft/mods/cloth-config.toml create mode 100644 .minecraft/mods/continuity.pw.toml delete mode 100644 .minecraft/mods/continuity.toml create mode 100644 .minecraft/mods/entityculling.pw.toml delete mode 100644 .minecraft/mods/entityculling.toml rename .minecraft/mods/{essential-mod.toml => essential-mod.pw.toml} (63%) rename .minecraft/mods/{fabric-api.toml => fabric-api.pw.toml} (51%) create mode 100644 .minecraft/mods/fabrishot.pw.toml delete mode 100644 .minecraft/mods/fabrishot.toml delete mode 100644 .minecraft/mods/female-gender-fabric.toml create mode 100644 .minecraft/mods/female-gender.pw.toml create mode 100644 .minecraft/mods/ferrite-core.pw.toml delete mode 100644 .minecraft/mods/ferritecore-fabric.toml create mode 100644 .minecraft/mods/figura.pw.toml delete mode 100644 .minecraft/mods/figura.toml create mode 100644 .minecraft/mods/grid.pw.toml delete mode 100644 .minecraft/mods/grid.toml create mode 100644 .minecraft/mods/hudtweaks.pw.toml delete mode 100644 .minecraft/mods/hudtweaks.toml create mode 100644 .minecraft/mods/indium.pw.toml delete mode 100644 .minecraft/mods/indium.toml rename .minecraft/mods/{inspecio.toml => inspecio.pw.toml} (75%) create mode 100644 .minecraft/mods/iris.pw.toml delete mode 100644 .minecraft/mods/irisshaders.toml create mode 100644 .minecraft/mods/lambdabettergrass.pw.toml delete mode 100644 .minecraft/mods/lambdabettergrass.toml create mode 100644 .minecraft/mods/lambdynamiclights.pw.toml delete mode 100644 .minecraft/mods/lambdynamiclights.toml create mode 100644 .minecraft/mods/light-overlay.pw.toml delete mode 100644 .minecraft/mods/light-overlay.toml create mode 100644 .minecraft/mods/lithium.pw.toml delete mode 100644 .minecraft/mods/lithium.toml create mode 100644 .minecraft/mods/modmenu.pw.toml delete mode 100644 .minecraft/mods/modmenu.toml create mode 100644 .minecraft/mods/mouse-wheelie.pw.toml delete mode 100644 .minecraft/mods/mouse-wheelie.toml create mode 100644 .minecraft/mods/not-enough-animations.pw.toml delete mode 100644 .minecraft/mods/not-enough-animations.toml delete mode 100644 .minecraft/mods/not-enough-crashes.toml create mode 100644 .minecraft/mods/ok-zoomer.pw.toml delete mode 100644 .minecraft/mods/ok-zoomer.toml rename .minecraft/mods/{perspective-mod-redux.toml => perspective-mod-redux.pw.toml} (50%) create mode 100644 .minecraft/mods/plasmo-voice.pw.toml delete mode 100644 .minecraft/mods/plasmo-voice.toml create mode 100644 .minecraft/mods/reeses-sodium-options.pw.toml rename .minecraft/mods/{replaymod.toml => replaymod.pw.toml} (77%) create mode 100644 .minecraft/mods/roughly-enough-items.pw.toml delete mode 100644 .minecraft/mods/roughly-enough-items.toml create mode 100644 .minecraft/mods/sodium-extra.pw.toml delete mode 100644 .minecraft/mods/sodium-extra.toml create mode 100644 .minecraft/mods/sodium.pw.toml delete mode 100644 .minecraft/mods/sodium.toml rename .minecraft/mods/{starlight.toml => starlight.pw.toml} (52%) create mode 100644 .minecraft/mods/stendhal.pw.toml delete mode 100644 .minecraft/mods/stendhal.toml rename .minecraft/mods/{viafabric.toml => viafabric.pw.toml} (51%) rename .minecraft/mods/{xaeros-minimap-fair-play-edition.toml => xaeros-minimap-fair-play-edition.pw.toml} (77%) create mode 100644 .minecraft/mods/xaeros-minimap.pw.toml rename .minecraft/mods/{xaeros-world-map.toml => xaeros-world-map.pw.toml} (79%) rename .minecraft/mods/{yosbr.toml => yosbr.pw.toml} (57%) rename .minecraft/mods/{yungs-api-fabric.toml => yungs-api-fabric.pw.toml} (100%) diff --git a/.minecraft/index.toml b/.minecraft/index.toml index eba1fb4..d95e4f2 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -73,23 +73,23 @@ file = "config/yosbr/options.txt" hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3" [[files]] -file = "mods/antighost.toml" -hash = "3e3074cb6a900a2714d125469354d0e2a9e89e899723c3e7fe5dffa035f72917" +file = "mods/antighost.pw.toml" +hash = "567dea83368027d9051051a50e777ef5650f9b5ae74d8a8c5cf1fb5abb74c6d5" metafile = true [[files]] -file = "mods/architectury-fabric.toml" -hash = "652a6f02347af12ad23efcb780407aee0a3ba5bd60ec5d9d8c386e6b05a2f7a1" +file = "mods/architectury-api.pw.toml" +hash = "37c11528bcdb10c771c37d7e129a7841a8f0ebc08f91d04231914fec8a729fbd" metafile = true [[files]] -file = "mods/badstdout.toml" -hash = "2e1982cf78b09b9623448fa84e854488ea806158e02047f9267e0f282347fe4b" +file = "mods/badstdout.pw.toml" +hash = "893c68376d94e2385584cc798e205eecf8de15d79e352bdebc5bc487a2200c19" metafile = true [[files]] -file = "mods/betterf3.toml" -hash = "136b82bace3e2ffec39e8b7972b3c71aaafb54113b05db649366e9e7293e7e36" +file = "mods/betterf3.pw.toml" +hash = "628c921ed428851da53ed2b47cabab1d83bc7cdfa773de9f860445a03f878ee8" metafile = true [[files]] @@ -98,48 +98,43 @@ hash = "f00ec43943e5025a8a7eb386a88d871a20c3ca96451467be66694e52d595e70d" metafile = true [[files]] -file = "mods/blockmeterfabric.toml" -hash = "4fff64e863e2cf1d244bc3dafda64dd3ba4624c1cccac67cd779dd710dee7df1" +file = "mods/blockmeter.pw.toml" +hash = "70b87f6693a428b4338eed43edf29cd5d39773b1911d5e4851dce7ba025e5699" metafile = true [[files]] -file = "mods/blockmixer-fabric.toml" -hash = "5b58a29c692d41851e2f419bfa301507eb8cc63fc6d838a6004c8f3617ebdfec" -metafile = true - -[[files]] -file = "mods/blur-fabric.toml" +file = "mods/blur-fabric.pw.toml" hash = "f781e21b5f5ac35b6b9be2a8219dcce459ad7564581c2f9a1c83059b48c82efc" metafile = true [[files]] -file = "mods/bobby.toml" -hash = "09b34d416941eef0b3aeb0717e1f7247b23245a5744971f37865905e8979810e" +file = "mods/bobby.pw.toml" +hash = "4491272cf1fb2adb67386c5432b4358197dc1516981460d8e0dcae972b9fe437" metafile = true [[files]] -file = "mods/charmonium.toml" -hash = "c6c1e33291e8cd13f90635648790b980f271e80add4c0a2773d4d85741c6f0a5" +file = "mods/charmonium.pw.toml" +hash = "367815925e45cbd7c3e6e33712038edf20f6139a6a98f460215a28f106a91be8" metafile = true [[files]] -file = "mods/chunky-pregenerator.toml" -hash = "b759c470db5417dc9af74b2350f5f8ad68b1a8b7d6ce1a455fe56069472b8e71" +file = "mods/chunky.pw.toml" +hash = "28bb1d5f48456c9c78599e37c8c52e2a87fd30ef90bb7fcb1db24a6abd40d697" metafile = true [[files]] -file = "mods/cit-resewn.toml" -hash = "80ececd3824fee3732b1b3907ffed32c0f8c8aa8537ac0f7d40b9537a073645a" +file = "mods/cit-resewn.pw.toml" +hash = "8a3b58552083779e461ff3ac406f81bb1b7057974f161cba2a090a5b2f73a205" metafile = true [[files]] -file = "mods/clear-despawn-fabric.toml" -hash = "5e69f70fa2097eb95c1810b5a4d7fbcb62c8dcb5505e01af861fd96805e2b69a" +file = "mods/cleardespawn.pw.toml" +hash = "5fff3a1b73d64be6d5fb9c1ede4421d3090d974f53009e9d6661cd7a3d77a670" metafile = true [[files]] -file = "mods/cloth-config.toml" -hash = "010bc8378b59257708190728f5aee476d7415f47fc26567952f294eda6b0cd25" +file = "mods/cloth-config.pw.toml" +hash = "c7db587d0799043490a1cdc144bbcc7a3ddaaff13e2f5ebbb145b796c1ce7115" metafile = true [[files]] @@ -148,13 +143,18 @@ hash = "cc3c83527364510e294da313bc1c39ab81c13305d3ae951cc1c9c3b5924de77d" metafile = true [[files]] -file = "mods/continuity.toml" -hash = "e2768d23161411dcddebe4bcfa7f154632706b57f685c34bcf65e22543ec0b46" +file = "mods/continuity.pw.toml" +hash = "3476857955abc3053155ef32f1479594d3a7b61e522d570d66f1d0d327b4ecf8" metafile = true [[files]] -file = "mods/entityculling.toml" -hash = "65370d3a87c7eadaa75ebf3c00cbff34cf206f88fa54c0d13da1225d7c4bf862" +file = "mods/entityculling.pw.toml" +hash = "1e3d4b62d2b1224356261ca5f9aece724ed2cc6c8f31c77d64867e6bc173ee9d" +metafile = true + +[[files]] +file = "mods/essential-mod.pw.toml" +hash = "8b458df7544b7f3960da6f8f77eb40d185b8341c3469fbd700864dca0f7f5411" metafile = true [[files]] @@ -163,28 +163,28 @@ hash = "9a1fdce0922f251caba7c79dbfa34e9cadbd851a1f272eaf19402523c9f50d12" metafile = true [[files]] -file = "mods/fabric-api.toml" -hash = "d95379da217fbae889dc9b9e66a55d484ee63a28da2ffc9d79bd020cc4e2cc8d" +file = "mods/fabric-api.pw.toml" +hash = "bec97cef087562af7a94221cc97acd4abe932a80d8ec979b73e3950ab9006806" metafile = true [[files]] -file = "mods/fabrishot.toml" -hash = "f1127b63021453ff95eab3d0812173bbfaa1513de0d52315162d5d4b771a079a" +file = "mods/fabrishot.pw.toml" +hash = "75d8979ac6cdc549e71d3ff2f6fee6f809c17e96d6c37692d9b06568ad1aae1f" metafile = true [[files]] -file = "mods/female-gender-fabric.toml" -hash = "bbcba859f036bb03bb3370e9134a3a201c950d98b21ea5f22b8cda094953279f" +file = "mods/female-gender.pw.toml" +hash = "c2744765640b216e7ad591b1f877db44c4bf667ea225cc9aab68df96f0d40a7d" metafile = true [[files]] -file = "mods/ferritecore-fabric.toml" -hash = "0eccead743b7a2a4fdd6ba5c58fc109b4a08f360b0d7f66df135501728ae102e" +file = "mods/ferrite-core.pw.toml" +hash = "f19e328fe42f91d1b65e244ee5bcf70f1e5305a27278945098ea85af82e05d0d" metafile = true [[files]] -file = "mods/figura.toml" -hash = "74f05c72afdd1870ebdee49f2032e32c3d9138967b63aadc43785183858110ef" +file = "mods/figura.pw.toml" +hash = "1b747d0c25d421970b1c1df0561c1ece1188fef88f1d5611c55652fdd18870d4" metafile = true [[files]] @@ -193,8 +193,13 @@ hash = "3edd92dbe8e018947886d9ea2a0ab5c72c771352b0d58ad385382104b49ac6b7" metafile = true [[files]] -file = "mods/grid.toml" -hash = "828719efd3ace9a96b9f2efac59c2dd9e64787a3a4a30ac84acd2ae3b9201906" +file = "mods/grid.pw.toml" +hash = "9f9494ccd67f87d5813ab87283514c14404cf5ce934866125e4c1e8a053d1344" +metafile = true + +[[files]] +file = "mods/hudtweaks.pw.toml" +hash = "fdc6219563d44f3e8eb7c353d64ccd094fe6ee9e258b2aa51332b4dd5d5e733e" metafile = true [[files]] @@ -202,11 +207,21 @@ file = "mods/hudtweaks.toml" hash = "358e1999580bd20fa78988dc6af38d8f1002c0222b2b1e02ed020a13a3fccdd2" metafile = true +[[files]] +file = "mods/indium.pw.toml" +hash = "f5751b1f49dfd5d0a78a4573b334651748e02e65dfe093774ab0d0c0886d950c" +metafile = true + [[files]] file = "mods/indium.toml" hash = "b823831af9d57c2e6429bfd0cb51026658c507aa267dfdcaccccbe2d9c3f4a3a" metafile = true +[[files]] +file = "mods/inspecio.pw.toml" +hash = "e27d737a673793bdebfbedc9a689dbeb98577460db26af009a9b3c3fc9f9aac7" +metafile = true + [[files]] file = "mods/inspecio.toml" hash = "00ce252ae41664bc76bebb2389b47a63e226f6fadd8c4c5b8aa0b6218e6e9d1c" @@ -217,26 +232,51 @@ file = "mods/inventory-hud-forge.toml" hash = "9c36ffd3a5c2636db0b7f5cd5098a6b9ee37c871ff8f1f390a7dff4ad856561b" metafile = true +[[files]] +file = "mods/iris.pw.toml" +hash = "2d3c10d8c134ca9e5a24b0aff53bdf17e8702b8b8b5b997a0b8a542e0361587d" +metafile = true + [[files]] file = "mods/irisshaders.toml" hash = "1ea04b482ec1a591ae19507ef5ae88c06270de3520f9ffc974d70e8d55b24de5" metafile = true +[[files]] +file = "mods/lambdabettergrass.pw.toml" +hash = "080d4789738ae0015c0a1fc76ffc3f6487f55dc5877b3de1c3b458b544efe362" +metafile = true + [[files]] file = "mods/lambdabettergrass.toml" hash = "c2f8fbbfa209673ad71c2157b07254a096d423100c3c1e25aa1ba57822368abd" metafile = true +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "158c40f09b2ed4fe14f5f2925751796fe11f6baee7e1ac7f35931ad831631a3d" +metafile = true + [[files]] file = "mods/lambdynamiclights.toml" hash = "f53ac074b0938319dc0ff805692993a9941beea49c3e86d7e0a42c3db1e64243" metafile = true +[[files]] +file = "mods/light-overlay.pw.toml" +hash = "a41541350666936a30bf917b39c0ea12e6f877bad4665f8f4f472052f553a3dd" +metafile = true + [[files]] file = "mods/light-overlay.toml" hash = "551328f7f97a853f48d6c6d915e422bfc41eadc50e1180727af2a1d9de60de22" metafile = true +[[files]] +file = "mods/lithium.pw.toml" +hash = "83541b1d3e1e936638a6938eb505bf0f508c13aed7f8416af8d064ffc7cda4dc" +metafile = true + [[files]] file = "mods/lithium.toml" hash = "c5fef2f9b5aec665ad9c09712c0c9d88157ba2cf48ac19fd0eef30b00c97dd5b" @@ -247,19 +287,29 @@ file = "mods/minecraftcapes-mod.toml" hash = "74c58d7697756dd2052f1260fc7ee356aa669e1427896414c5e5709d297692ce" metafile = true +[[files]] +file = "mods/modmenu.pw.toml" +hash = "37b69a71c010cb7e4d10a84a7c0e44373566ddb19aaaf4428ff2bb9ade0692e1" +metafile = true + [[files]] file = "mods/modmenu.toml" hash = "86c821389c1ecfcf2b83975287bf3a549b00b096989324bcc15fe8a0cb06e80e" metafile = true +[[files]] +file = "mods/mouse-wheelie.pw.toml" +hash = "c00114ebbbdf5b001d7a81f9508a6c6675fab5e7cff89de3cc7d763e7ab33427" +metafile = true + [[files]] file = "mods/mouse-wheelie.toml" hash = "3658e9998e84e8058d7eee429c19059206fe54deb69a6bc4f07f59d9ef9ff865" metafile = true [[files]] -file = "mods/not-enough-animations.toml" -hash = "1986f1bb1573e257a0f657a7f32e76e28e3429bb8fb672013a3bbaa89155fd0e" +file = "mods/not-enough-animations.pw.toml" +hash = "0fe0d6fbfb0055d698f2d4418e49be65492176601b0066d8bcd1b61f7d231e8f" metafile = true [[files]] @@ -267,6 +317,11 @@ file = "mods/not-enough-crashes.toml" hash = "441186796c072c4147b6aa43de0725a6715fd3abc5d1ff6117fb45049055c49e" metafile = true +[[files]] +file = "mods/ok-zoomer.pw.toml" +hash = "7bb446109174fb831ced527d41df13962b1c46677f7001557b7211e54e5d3e34" +metafile = true + [[files]] file = "mods/ok-zoomer.toml" hash = "a575be374eaf8c1b7b8851c54af4e439cb572b1b16d5317e098b27dcb5d98b03" @@ -282,66 +337,136 @@ file = "mods/paxi-fabric.toml" hash = "e91d14a362664545a26b48f004636bdef52c68d311bab72b0bfe03224ec61987" metafile = true +[[files]] +file = "mods/perspective-mod-redux.pw.toml" +hash = "c65714d41e881c9149122eb89435ea85fde6ebd01ad2e63a1cf9ffad7f1f3e83" +metafile = true + [[files]] file = "mods/perspective-mod-redux.toml" hash = "68010ccd22ee136e9a4ddb03805170742603b80ad23c04bbb568ae180ac74928" metafile = true +[[files]] +file = "mods/plasmo-voice.pw.toml" +hash = "6280838673fa207e6cad40ec2d5c01f8174de42ef2e1054939b8a642c7742d54" +metafile = true + [[files]] file = "mods/plasmo-voice.toml" hash = "b578e1cdfd4d2b19db680cdd6899076019ab97bbb8ae3a431e69fd826c478482" metafile = true +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "b17d25b273caec976c340d196d09482b908d8ae43e389132c787714100ea8186" +metafile = true + [[files]] file = "mods/replaymod.toml" hash = "40d379702eaaaae3ae2f6f3777ed1738b22a53e73d05053b62d31e5fd5cc40ae" metafile = true +[[files]] +file = "mods/roughly-enough-items.pw.toml" +hash = "53128f525532c2dd8927f8ca23f67a357c0e84d3907f86b99274092f14b76625" +metafile = true + [[files]] file = "mods/roughly-enough-items.toml" hash = "b4d592a547646ee8c1645b8c892348a5bd6772ae4dc821125b9b6888826b3695" metafile = true +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "f234a8e383d2145966b28900ca77012c1fe916e4c599c65a7f0f68acd4efbca1" +metafile = true + [[files]] file = "mods/sodium-extra.toml" hash = "23deee21734babdb740a73d6e5aedfbbd297133df811b56e13187a8b77e5b15e" metafile = true +[[files]] +file = "mods/sodium.pw.toml" +hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c" +metafile = true + [[files]] file = "mods/sodium.toml" hash = "629cba9c7cd4bfbb4f5be04e7d2ebfb71ef1c44466c7a1614b9c31b78b97f7a1" metafile = true +[[files]] +file = "mods/starlight.pw.toml" +hash = "722031c0ae5d2de71783d6c4bfbf1c5cd25c65e55cb42d8bb4f7cadf478c4368" +metafile = true + [[files]] file = "mods/starlight.toml" hash = "ed3ce42c6cccaa9989d3b7a8769bd4c0a9c643ccb2fdb7d41ef9604163e4a8e6" metafile = true +[[files]] +file = "mods/stendhal.pw.toml" +hash = "c963c276410d4216cbadaf6224171c629954cb0149055297b356c0c132e4c8b3" +metafile = true + [[files]] file = "mods/stendhal.toml" hash = "cf30ab63f1020a6c2045d2870d192c3f5cd2051915e273b24285d11340145168" metafile = true +[[files]] +file = "mods/viafabric.pw.toml" +hash = "f034ee3c5952a33fe76161728b72449f8a1dc6ff8b9b74f99a40135b6cd3d4fa" +metafile = true + [[files]] file = "mods/viafabric.toml" hash = "083c4856f5b9eb48e09a1b6f3a0cf542611cbcc2bfc8ab8c6bd6136164724508" metafile = true +[[files]] +file = "mods/xaeros-minimap-fair-play-edition.pw.toml" +hash = "dcad1b37cf2e8ae2dd06fd545a7ff60c58cb95fea4f48e1b07a4eb9d28efab88" +metafile = true + [[files]] file = "mods/xaeros-minimap-fair-play-edition.toml" hash = "dcad1b37cf2e8ae2dd06fd545a7ff60c58cb95fea4f48e1b07a4eb9d28efab88" metafile = true +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "d292ddce2d35a03a294fde3a0195800ae348ee06b45b17350180c31d6f0dcb5f" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "07aac5b0e1579af6f3cb233fd7725c25ddbbc6f14941b5bf2d0a38214e5fb556" +metafile = true + [[files]] file = "mods/xaeros-world-map.toml" hash = "07aac5b0e1579af6f3cb233fd7725c25ddbbc6f14941b5bf2d0a38214e5fb556" metafile = true +[[files]] +file = "mods/yosbr.pw.toml" +hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12" +metafile = true + [[files]] file = "mods/yosbr.toml" hash = "527e21c9bc55b0d1db9016a2fec4ff2dee2a93c53edb8c1363d2d2ee7730afd0" metafile = true +[[files]] +file = "mods/yungs-api-fabric.pw.toml" +hash = "b5e74fec582f1dc10fda86a3c41c00821f15471285c2570c7c9ace3316a438be" +metafile = true + [[files]] file = "mods/yungs-api-fabric.toml" hash = "b5e74fec582f1dc10fda86a3c41c00821f15471285c2570c7c9ace3316a438be" diff --git a/.minecraft/mods/antighost.pw.toml b/.minecraft/mods/antighost.pw.toml new file mode 100644 index 0000000..2342e05 --- /dev/null +++ b/.minecraft/mods/antighost.pw.toml @@ -0,0 +1,13 @@ +name = "AntiGhost" +filename = "antighost-1.18.2-fabric0.47.10-1.1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Jw3Wx1KR/versions/1.18.2-fabric0.47.10-1.1.4/antighost-1.18.2-fabric0.47.10-1.1.4.jar" +hash-format = "sha1" +hash = "b9a690827fdaa60388bc297d6bf339c7ffd68261" + +[update] +[update.modrinth] +mod-id = "Jw3Wx1KR" +version = "JX1vBTrB" diff --git a/.minecraft/mods/antighost.toml b/.minecraft/mods/antighost.toml deleted file mode 100644 index 8425d96..0000000 --- a/.minecraft/mods/antighost.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "AntiGhost" -filename = "antighost-1.18.2-fabric0.47.10-1.1.4.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3687/749/antighost-1.18.2-fabric0.47.10-1.1.4.jar" -hash-format = "sha1" -hash = "b9a690827fdaa60388bc297d6bf339c7ffd68261" - -[update] -[update.curseforge] -file-id = 3687749 -project-id = 273279 diff --git a/.minecraft/mods/architectury-api.pw.toml b/.minecraft/mods/architectury-api.pw.toml new file mode 100644 index 0000000..d23bf18 --- /dev/null +++ b/.minecraft/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-4.7.78-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/4.7.78+fabric/architectury-4.7.78-fabric.jar" +hash-format = "sha1" +hash = "b093620797afd3b60acae46c2605372097434a61" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "LLWnlbqB" diff --git a/.minecraft/mods/architectury-fabric.toml b/.minecraft/mods/architectury-fabric.toml deleted file mode 100644 index 210358e..0000000 --- a/.minecraft/mods/architectury-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Architectury API (UNUSED)" -filename = "architectury-4.4.56.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "0afaf0dfa0b9157119cbadd56328a05153822cb5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3782867 -project-id = 419697 diff --git a/.minecraft/mods/badstdout.toml b/.minecraft/mods/badstdout.pw.toml similarity index 52% rename from .minecraft/mods/badstdout.toml rename to .minecraft/mods/badstdout.pw.toml index 8ed462d..261d984 100644 --- a/.minecraft/mods/badstdout.toml +++ b/.minecraft/mods/badstdout.pw.toml @@ -3,11 +3,11 @@ filename = "badstdout-1.1.1-1.18.jar" side = "both" [download] -url = "https://edge.forgecdn.net/files/3542/418/badstdout-1.1.1-1.18.jar" +url = "https://cdn.modrinth.com/data/9Y8sMRVG/versions/1.1.1-1.18/badstdout-1.1.1-1.18.jar" hash-format = "sha1" hash = "d2867a49691ea3c395596ab7f16744b059b9c13a" [update] -[update.curseforge] -file-id = 3542418 -project-id = 511672 +[update.modrinth] +mod-id = "9Y8sMRVG" +version = "V81dH2uu" diff --git a/.minecraft/mods/betterf3.pw.toml b/.minecraft/mods/betterf3.pw.toml new file mode 100644 index 0000000..7a03781 --- /dev/null +++ b/.minecraft/mods/betterf3.pw.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-1.2.5-Fabric-1.18.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/1.2.5.1/BetterF3-1.2.5-Fabric-1.18.2.jar" +hash-format = "sha1" +hash = "457734b8099afbda9218c59aa6f197e2a2cc8d65" + +[update] +[update.modrinth] +mod-id = "8shC1gFX" +version = "EWqUNavR" diff --git a/.minecraft/mods/betterf3.toml b/.minecraft/mods/betterf3.toml deleted file mode 100644 index 92640d4..0000000 --- a/.minecraft/mods/betterf3.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BetterF3" -filename = "BetterF3-1.2.5-Fabric-1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "457734b8099afbda9218c59aa6f197e2a2cc8d65" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3798366 -project-id = 401648 diff --git a/.minecraft/mods/blockmeter.pw.toml b/.minecraft/mods/blockmeter.pw.toml new file mode 100644 index 0000000..1cc1aa4 --- /dev/null +++ b/.minecraft/mods/blockmeter.pw.toml @@ -0,0 +1,18 @@ +name = "Block Meter" +filename = "blockmeter-1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/oGU9LXKC/versions/1.6/blockmeter-1.6.jar" +hash-format = "sha1" +hash = "261544deeedc70ed503b53d04ae6f86bb6c51834" + +[update] +[update.modrinth] +mod-id = "oGU9LXKC" +version = "rqzE7cU2" + +[option] +optional = true +default = false +description = "A mod to measure block distances" \ No newline at end of file diff --git a/.minecraft/mods/blockmeterfabric.toml b/.minecraft/mods/blockmeterfabric.toml deleted file mode 100644 index fc2f1ce..0000000 --- a/.minecraft/mods/blockmeterfabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BlockMeterFabric" -filename = "blockmeter-1.6-fabric_1_18.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3543/656/blockmeter-1.6-fabric_1_18.jar" -hash-format = "sha1" -hash = "261544deeedc70ed503b53d04ae6f86bb6c51834" - -[update] -[update.curseforge] -file-id = 3543656 -project-id = 369343 diff --git a/.minecraft/mods/blockmixer-fabric.toml b/.minecraft/mods/blockmixer-fabric.toml deleted file mode 100644 index a54480c..0000000 --- a/.minecraft/mods/blockmixer-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "BlockMixer" -filename = "blockmixer-1.0.0.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3606/80/blockmixer-1.0.0.jar" -hash-format = "sha1" -hash = "806c38312538333f774500a721cf2c9dc74fbe48" - -[update] -[update.curseforge] -file-id = 3606080 -project-id = 566143 diff --git a/.minecraft/mods/blur-fabric.toml b/.minecraft/mods/blur-fabric.pw.toml similarity index 100% rename from .minecraft/mods/blur-fabric.toml rename to .minecraft/mods/blur-fabric.pw.toml diff --git a/.minecraft/mods/bobby.pw.toml b/.minecraft/mods/bobby.pw.toml new file mode 100644 index 0000000..a5c27dd --- /dev/null +++ b/.minecraft/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-3.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/3.1.1/bobby-3.1.1.jar" +hash-format = "sha1" +hash = "783d7ab7d34e87c0671a9426be0021caee58c1b8" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "xfghgAG8" diff --git a/.minecraft/mods/bobby.toml b/.minecraft/mods/bobby.toml deleted file mode 100644 index 6238b20..0000000 --- a/.minecraft/mods/bobby.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Bobby" -filename = "bobby-3.1.1.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3686/441/bobby-3.1.1.jar" -hash-format = "sha1" -hash = "783d7ab7d34e87c0671a9426be0021caee58c1b8" - -[update] -[update.curseforge] -file-id = 3686441 -project-id = 409301 diff --git a/.minecraft/mods/charmonium.pw.toml b/.minecraft/mods/charmonium.pw.toml new file mode 100644 index 0000000..46ec721 --- /dev/null +++ b/.minecraft/mods/charmonium.pw.toml @@ -0,0 +1,13 @@ +name = "Charmonium" +filename = "charmonium-fabric-1.18.2-4.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bpii4Xsa/versions/4.1.0+1.18.2/charmonium-fabric-1.18.2-4.1.0.jar" +hash-format = "sha1" +hash = "4b8568ff73b81e4c9c3b23653e2339c86c38e7be" + +[update] +[update.modrinth] +mod-id = "bpii4Xsa" +version = "rzkLIRCX" diff --git a/.minecraft/mods/charmonium.toml b/.minecraft/mods/charmonium.toml deleted file mode 100644 index 9f68e9c..0000000 --- a/.minecraft/mods/charmonium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Charmonium" -filename = "charmonium-fabric-1.18.2-4.1.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "4b8568ff73b81e4c9c3b23653e2339c86c38e7be" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3829808 -project-id = 378696 diff --git a/.minecraft/mods/chunky-pregenerator.toml b/.minecraft/mods/chunky-pregenerator.toml deleted file mode 100644 index 47f268f..0000000 --- a/.minecraft/mods/chunky-pregenerator.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Chunky Pregenerator (Fabric)" -filename = "Chunky-1.2.164.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3579/660/Chunky-1.2.164.jar" -hash-format = "sha1" -hash = "c936401a30394972b102d62a2553927aa79bd501" - -[update] -[update.curseforge] -file-id = 3579660 -project-id = 433175 diff --git a/.minecraft/mods/chunky.pw.toml b/.minecraft/mods/chunky.pw.toml new file mode 100644 index 0000000..8c04511 --- /dev/null +++ b/.minecraft/mods/chunky.pw.toml @@ -0,0 +1,13 @@ +name = "Chunky Pregenerator" +filename = "Chunky-1.2.164.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fALzjamp/versions/1.2.164/Chunky-1.2.164.jar" +hash-format = "sha1" +hash = "c936401a30394972b102d62a2553927aa79bd501" + +[update] +[update.modrinth] +mod-id = "fALzjamp" +version = "JJMpSOeW" diff --git a/.minecraft/mods/cit-resewn.pw.toml b/.minecraft/mods/cit-resewn.pw.toml new file mode 100644 index 0000000..41f757d --- /dev/null +++ b/.minecraft/mods/cit-resewn.pw.toml @@ -0,0 +1,13 @@ +name = "CIT Resewn" +filename = "CITResewn-1.1.1+1.18.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/otVJckYQ/versions/1.1.1+1.18.2/CITResewn-1.1.1%2B1.18.2.jar" +hash-format = "sha1" +hash = "864c538f4f07bb43445ecdfb27e77649efaf4327" + +[update] +[update.modrinth] +mod-id = "otVJckYQ" +version = "SwmQcI45" diff --git a/.minecraft/mods/cit-resewn.toml b/.minecraft/mods/cit-resewn.toml deleted file mode 100644 index ae4ad35..0000000 --- a/.minecraft/mods/cit-resewn.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "CIT Resewn" -filename = "CITResewn-1.1.1+1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "43bb55d570be30c4e8d7565689dcf3a481ea59d5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3855196 -project-id = 521427 diff --git a/.minecraft/mods/clear-despawn-fabric.toml b/.minecraft/mods/clear-despawn-fabric.toml deleted file mode 100644 index 8ee843b..0000000 --- a/.minecraft/mods/clear-despawn-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Clear Despawn [Fabric]" -filename = "ClearDespawn-fabric-1.18.2-1.1.7.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3682/9/ClearDespawn-fabric-1.18.2-1.1.7.jar" -hash-format = "sha1" -hash = "2dafad51e4ee153a884fe7cd12b928a5b2339f42" - -[update] -[update.curseforge] -file-id = 3682009 -project-id = 308793 diff --git a/.minecraft/mods/cleardespawn.pw.toml b/.minecraft/mods/cleardespawn.pw.toml new file mode 100644 index 0000000..a541a21 --- /dev/null +++ b/.minecraft/mods/cleardespawn.pw.toml @@ -0,0 +1,13 @@ +name = "ClearDespawn-Fabric" +filename = "cleardespawn-21w40a-1.1.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yoJJjRRE/versions/21w40a-1.1.3/cleardespawn-21w40a-1.1.3.jar" +hash-format = "sha1" +hash = "3390baeaf6a9fe8f6e6120dbfc11cf231abf14dd" + +[update] +[update.modrinth] +mod-id = "yoJJjRRE" +version = "9Xke6c1g" diff --git a/.minecraft/mods/cloth-config.pw.toml b/.minecraft/mods/cloth-config.pw.toml new file mode 100644 index 0000000..c508424 --- /dev/null +++ b/.minecraft/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-fabric-6.2.62.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/6.2.62/cloth-config-fabric-6.2.62.jar" +hash-format = "sha1" +hash = "bc0f07805823fdab5c7376d8d2b314c1b109d402" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "d1D40LRO" diff --git a/.minecraft/mods/cloth-config.toml b/.minecraft/mods/cloth-config.toml deleted file mode 100644 index 300ac62..0000000 --- a/.minecraft/mods/cloth-config.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cloth Config API (Fabric)" -filename = "cloth-config-6.2.57-fabric.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3641/132/cloth-config-6.2.57-fabric.jar" -hash-format = "sha1" -hash = "c52ef239d9d3d3473312d3f57bd8e730155ee5a5" - -[update] -[update.curseforge] -file-id = 3641132 -project-id = 319057 diff --git a/.minecraft/mods/continuity.pw.toml b/.minecraft/mods/continuity.pw.toml new file mode 100644 index 0000000..dfad9b4 --- /dev/null +++ b/.minecraft/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-2.0.0+1.18.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.0+1.18.2/continuity-2.0.0%2B1.18.2.jar" +hash-format = "sha1" +hash = "55c8fb90c3c3af60a3c3d2dc28aa0a6a1b866c5c" + +[update] +[update.modrinth] +mod-id = "1IjD5062" +version = "Bl7pOAQf" diff --git a/.minecraft/mods/continuity.toml b/.minecraft/mods/continuity.toml deleted file mode 100644 index 3f86876..0000000 --- a/.minecraft/mods/continuity.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Continuity" -filename = "continuity-2.0.0+1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "55c8fb90c3c3af60a3c3d2dc28aa0a6a1b866c5c" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3822250 -project-id = 531351 diff --git a/.minecraft/mods/entityculling.pw.toml b/.minecraft/mods/entityculling.pw.toml new file mode 100644 index 0000000..74e9b8f --- /dev/null +++ b/.minecraft/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "EntityCulling" +filename = "entityculling-fabric-mc1.18-1.5.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/1.5.1-fabric-1.18/entityculling-fabric-mc1.18-1.5.1.jar" +hash-format = "sha1" +hash = "523c57485a469c581d7a9bd18ec86c7a92a0ec93" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "4GD4dwQK" diff --git a/.minecraft/mods/entityculling.toml b/.minecraft/mods/entityculling.toml deleted file mode 100644 index 94cc1f4..0000000 --- a/.minecraft/mods/entityculling.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Entity Culling Fabric/Forge" -filename = "entityculling-fabric-mc1.18-1.5.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "523c57485a469c581d7a9bd18ec86c7a92a0ec93" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3743933 -project-id = 448233 diff --git a/.minecraft/mods/essential-mod.toml b/.minecraft/mods/essential-mod.pw.toml similarity index 63% rename from .minecraft/mods/essential-mod.toml rename to .minecraft/mods/essential-mod.pw.toml index 6127ec1..61d3af1 100644 --- a/.minecraft/mods/essential-mod.toml +++ b/.minecraft/mods/essential-mod.pw.toml @@ -3,11 +3,16 @@ filename = "Essential-fabric_1-18.jar" side = "both" [download] -url = "https://edge.forgecdn.net/files/3545/481/Essential-fabric_1-18.jar" hash-format = "sha1" hash = "86da0d031768630ff50c0efd2564edff106dc246" +mode = "metadata:curseforge" [update] [update.curseforge] file-id = 3545481 project-id = 546670 + +[option] +optional = true +default = true +description = "Multiplayer Enhancements, https://essential.gg" diff --git a/.minecraft/mods/fabric-api.toml b/.minecraft/mods/fabric-api.pw.toml similarity index 51% rename from .minecraft/mods/fabric-api.toml rename to .minecraft/mods/fabric-api.pw.toml index 1b7a9bc..8acb992 100644 --- a/.minecraft/mods/fabric-api.toml +++ b/.minecraft/mods/fabric-api.pw.toml @@ -3,11 +3,11 @@ filename = "fabric-api-0.58.0+1.18.2.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/0.58.0+1.18.2/fabric-api-0.58.0%2B1.18.2.jar" hash-format = "sha1" hash = "b9ab9ab267f8cdff525f9a8edb26435d3e2455f6" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 3891301 -project-id = 306612 +[update.modrinth] +mod-id = "P7dR8mSH" +version = "4XRtXhtL" diff --git a/.minecraft/mods/fabrishot.pw.toml b/.minecraft/mods/fabrishot.pw.toml new file mode 100644 index 0000000..d34136f --- /dev/null +++ b/.minecraft/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.7.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/1.7.0/fabrishot-1.7.0.jar" +hash-format = "sha1" +hash = "343f31455c666b3979026d8a983abfa9c8ca0c9e" + +[update] +[update.modrinth] +mod-id = "3qsfQtE9" +version = "MydLWyXb" diff --git a/.minecraft/mods/fabrishot.toml b/.minecraft/mods/fabrishot.toml deleted file mode 100644 index 304aef9..0000000 --- a/.minecraft/mods/fabrishot.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Fabrishot" -filename = "fabrishot-1.7.0.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3672/13/fabrishot-1.7.0.jar" -hash-format = "sha1" -hash = "343f31455c666b3979026d8a983abfa9c8ca0c9e" - -[update] -[update.curseforge] -file-id = 3672013 -project-id = 404870 diff --git a/.minecraft/mods/female-gender-fabric.toml b/.minecraft/mods/female-gender-fabric.toml deleted file mode 100644 index 43ce6db..0000000 --- a/.minecraft/mods/female-gender-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Wildfire's Female Gender Mod (Fabric)" -filename = "%5BFabric%5D%20Wildfire%20Female%20Gender%20Mod-2.9.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3706/807/%5BFabric%5D%20Wildfire%20Female%20Gender%20Mod-2.9.jar" -hash-format = "sha1" -hash = "0362038730e106770c66b0844355e729d23b5b19" - -[update] -[update.curseforge] -file-id = 3706807 -project-id = 456319 diff --git a/.minecraft/mods/female-gender.pw.toml b/.minecraft/mods/female-gender.pw.toml new file mode 100644 index 0000000..6ef88d5 --- /dev/null +++ b/.minecraft/mods/female-gender.pw.toml @@ -0,0 +1,13 @@ +name = "Wildfire's Female Gender Mod - Fabric & Forge" +filename = "[Fabric] Wildfire Female Gender Mod-2.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bcOsQHnC/versions/2.9/%5BFabric%5D%20Wildfire%20Female%20Gender%20Mod-2.9.jar" +hash-format = "sha1" +hash = "0362038730e106770c66b0844355e729d23b5b19" + +[update] +[update.modrinth] +mod-id = "bcOsQHnC" +version = "qx8RhTPG" diff --git a/.minecraft/mods/ferrite-core.pw.toml b/.minecraft/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..0b20d68 --- /dev/null +++ b/.minecraft/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-4.2.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/4.2.1/ferritecore-4.2.1-fabric.jar" +hash-format = "sha1" +hash = "d5d047374981d614c2a53422be751dc1491f9cd0" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "776Z5oW9" diff --git a/.minecraft/mods/ferritecore-fabric.toml b/.minecraft/mods/ferritecore-fabric.toml deleted file mode 100644 index eacf81e..0000000 --- a/.minecraft/mods/ferritecore-fabric.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FerriteCore (Fabric)" -filename = "ferritecore-4.2.1-fabric.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d5d047374981d614c2a53422be751dc1491f9cd0" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3767285 -project-id = 459857 diff --git a/.minecraft/mods/figura.pw.toml b/.minecraft/mods/figura.pw.toml new file mode 100644 index 0000000..798b982 --- /dev/null +++ b/.minecraft/mods/figura.pw.toml @@ -0,0 +1,13 @@ +name = "Figura" +filename = "figura-0.0.8+1.18.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/B3csO4KD/versions/0.0.8/figura-0.0.8%2B1.18.2.jar" +hash-format = "sha1" +hash = "28699a4f2a2564d49cdf0a7d8345239870b6c665" + +[update] +[update.modrinth] +mod-id = "B3csO4KD" +version = "aoaqmI5i" diff --git a/.minecraft/mods/figura.toml b/.minecraft/mods/figura.toml deleted file mode 100644 index 395f32a..0000000 --- a/.minecraft/mods/figura.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Figura" -filename = "figura-0.0.8+1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "28699a4f2a2564d49cdf0a7d8345239870b6c665" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3735578 -project-id = 451616 diff --git a/.minecraft/mods/grid.pw.toml b/.minecraft/mods/grid.pw.toml new file mode 100644 index 0000000..afae72c --- /dev/null +++ b/.minecraft/mods/grid.pw.toml @@ -0,0 +1,19 @@ +name = "Grid" +filename = "grid-1.18.2-fabric0.47.10-1.6.6.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ebxDDOKt/versions/1.18.2-fabric0.47.10-1.6.6/grid-1.18.2-fabric0.47.10-1.6.6.jar" +hash-format = "sha1" +hash = "0b5c786c5ce2ed256acfef1b9bd9b6dbd88112aa" + +[update] +[update.modrinth] +mod-id = "ebxDDOKt" +version = "k7EIHSq2" + + +[option] +optional = true +default = false +description = "Overlay a grid over the world to help you build patterns" diff --git a/.minecraft/mods/grid.toml b/.minecraft/mods/grid.toml deleted file mode 100644 index e917940..0000000 --- a/.minecraft/mods/grid.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Grid" -filename = "grid-1.18.2-fabric0.47.10-1.6.6.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3687/756/grid-1.18.2-fabric0.47.10-1.6.6.jar" -hash-format = "sha1" -hash = "0b5c786c5ce2ed256acfef1b9bd9b6dbd88112aa" - -[update] -[update.curseforge] -file-id = 3687756 -project-id = 310560 diff --git a/.minecraft/mods/hudtweaks.pw.toml b/.minecraft/mods/hudtweaks.pw.toml new file mode 100644 index 0000000..69ecaa5 --- /dev/null +++ b/.minecraft/mods/hudtweaks.pw.toml @@ -0,0 +1,18 @@ +name = "HUDTweaks" +filename = "HUDTweaks-1.2.3-beta.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Ks4IAiYz/versions/1.2.3/HUDTweaks-1.2.3-beta.jar" +hash-format = "sha1" +hash = "eac16dfee937a61ff91110e76ee9d1730fb2cadd" + +[update] +[update.modrinth] +mod-id = "Ks4IAiYz" +version = "dTQq7cui" + +[option] +optional = true +default = false +description = "A fabric mod for Minecraft that adds better HUD configuration" \ No newline at end of file diff --git a/.minecraft/mods/hudtweaks.toml b/.minecraft/mods/hudtweaks.toml deleted file mode 100644 index d809656..0000000 --- a/.minecraft/mods/hudtweaks.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "HUDTweaks" -filename = "HUDTweaks-1.2.3-beta.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3648/255/HUDTweaks-1.2.3-beta.jar" -hash-format = "sha1" -hash = "eac16dfee937a61ff91110e76ee9d1730fb2cadd" - -[update] -[update.curseforge] -file-id = 3648255 -project-id = 447651 diff --git a/.minecraft/mods/indium.pw.toml b/.minecraft/mods/indium.pw.toml new file mode 100644 index 0000000..d490eb1 --- /dev/null +++ b/.minecraft/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.7+mc1.18.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/1.0.7+mc1.18.2/indium-1.0.7%2Bmc1.18.2.jar" +hash-format = "sha1" +hash = "5f5e0910181572f844171ed4f2f11e23f3c68af6" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "H45YVREb" diff --git a/.minecraft/mods/indium.toml b/.minecraft/mods/indium.toml deleted file mode 100644 index 15bae08..0000000 --- a/.minecraft/mods/indium.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/.minecraft/mods/inspecio.toml b/.minecraft/mods/inspecio.pw.toml similarity index 75% rename from .minecraft/mods/inspecio.toml rename to .minecraft/mods/inspecio.pw.toml index 526dafb..8bbfbdc 100644 --- a/.minecraft/mods/inspecio.toml +++ b/.minecraft/mods/inspecio.pw.toml @@ -3,9 +3,9 @@ filename = "inspecio-1.3.0+1.18.jar" side = "both" [download] -url = "https://edge.forgecdn.net/files/3671/909/inspecio-1.3.0+1.18.jar" hash-format = "sha1" hash = "12e431e3690312aacf094446e4cb43bfe82aea86" +mode = "metadata:curseforge" [update] [update.curseforge] diff --git a/.minecraft/mods/iris.pw.toml b/.minecraft/mods/iris.pw.toml new file mode 100644 index 0000000..169b412 --- /dev/null +++ b/.minecraft/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-mc1.18.2-1.2.6.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/1.18.x-v1.2.6/iris-mc1.18.2-1.2.6.jar" +hash-format = "sha1" +hash = "11fdf2e0d81a5692bbbe8d6f4c7f686210bd141f" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "F92T6Nh1" diff --git a/.minecraft/mods/irisshaders.toml b/.minecraft/mods/irisshaders.toml deleted file mode 100644 index 23f49b8..0000000 --- a/.minecraft/mods/irisshaders.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Iris Shaders" -filename = "iris-mc1.18.2-1.2.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "11fdf2e0d81a5692bbbe8d6f4c7f686210bd141f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3899702 -project-id = 455508 diff --git a/.minecraft/mods/lambdabettergrass.pw.toml b/.minecraft/mods/lambdabettergrass.pw.toml new file mode 100644 index 0000000..dd8d9a3 --- /dev/null +++ b/.minecraft/mods/lambdabettergrass.pw.toml @@ -0,0 +1,13 @@ +name = "LambdaBetterGrass" +filename = "lambdabettergrass-1.2.4+1.18.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2Uev7LdA/versions/1.2.4+1.18/lambdabettergrass-1.2.4%2B1.18.jar" +hash-format = "sha1" +hash = "941e27f095bd4a355ebf6f71212f378d4d7d5dca" + +[update] +[update.modrinth] +mod-id = "2Uev7LdA" +version = "LpLEGUBZ" diff --git a/.minecraft/mods/lambdabettergrass.toml b/.minecraft/mods/lambdabettergrass.toml deleted file mode 100644 index 75bf041..0000000 --- a/.minecraft/mods/lambdabettergrass.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LambdaBetterGrass" -filename = "lambdabettergrass-1.2.4+1.18.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c3a7ee079b6344222d36cc1615bb2ffe1359e8ff" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3833479 -project-id = 400322 diff --git a/.minecraft/mods/lambdynamiclights.pw.toml b/.minecraft/mods/lambdynamiclights.pw.toml new file mode 100644 index 0000000..863b35c --- /dev/null +++ b/.minecraft/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-2.1.0+1.17.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/2.1.0+1.17/lambdynamiclights-2.1.0+1.17.jar" +hash-format = "sha1" +hash = "5f1f59c0ff6d54fc7ec1d42eb347a2f6987d234c" + +[update] +[update.modrinth] +mod-id = "yBW8D80W" +version = "zhBXhMhZ" diff --git a/.minecraft/mods/lambdynamiclights.toml b/.minecraft/mods/lambdynamiclights.toml deleted file mode 100644 index 5570ac4..0000000 --- a/.minecraft/mods/lambdynamiclights.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "LambDynamicLights" -filename = "lambdynamiclights-2.1.0+1.17.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3541/670/lambdynamiclights-2.1.0+1.17.jar" -hash-format = "sha1" -hash = "812fdc41518b786f05d72de4017c16c88a3e2ea6" - -[update] -[update.curseforge] -file-id = 3541670 -project-id = 393442 diff --git a/.minecraft/mods/light-overlay.pw.toml b/.minecraft/mods/light-overlay.pw.toml new file mode 100644 index 0000000..78a786b --- /dev/null +++ b/.minecraft/mods/light-overlay.pw.toml @@ -0,0 +1,19 @@ +name = "Light Overlay" +filename = "light-overlay-6.1.0-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YfOlc91N/versions/6.1.0-fabric/light-overlay-6.1.0-fabric.jar" +hash-format = "sha1" +hash = "b69488a9bf61f7787a2db9a5dad54c5cf9e1cd66" + +[update] +[update.modrinth] +mod-id = "YfOlc91N" +version = "VyRVRcRk" + + +[option] +optional = true +default = false +description = "A simple mod to provide users with NEI-like light level overlay." \ No newline at end of file diff --git a/.minecraft/mods/light-overlay.toml b/.minecraft/mods/light-overlay.toml deleted file mode 100644 index a1d109f..0000000 --- a/.minecraft/mods/light-overlay.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Light Overlay (Rift/Forge/Fabric)" -filename = "light-overlay-6.0.5.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3668/243/light-overlay-6.0.5.jar" -hash-format = "sha1" -hash = "1c4e17e1557978bb9321cdcf449329a3cd13cfd6" - -[update] -[update.curseforge] -file-id = 3668243 -project-id = 325492 diff --git a/.minecraft/mods/lithium.pw.toml b/.minecraft/mods/lithium.pw.toml new file mode 100644 index 0000000..99f3798 --- /dev/null +++ b/.minecraft/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +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/.minecraft/mods/lithium.toml b/.minecraft/mods/lithium.toml deleted file mode 100644 index 9eb27e5..0000000 --- a/.minecraft/mods/lithium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lithium (Fabric)" -filename = "lithium-fabric-mc1.18.2-0.7.10.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d5c19c3d4edb4228652adcc8abb94f9bd80a634c" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3801263 -project-id = 360438 diff --git a/.minecraft/mods/modmenu.pw.toml b/.minecraft/mods/modmenu.pw.toml new file mode 100644 index 0000000..c71fe83 --- /dev/null +++ b/.minecraft/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-3.2.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/3.2.3/modmenu-3.2.3.jar" +hash-format = "sha1" +hash = "463fecec40447519a9a32c1c178a962799583add" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "cx9D94fU" diff --git a/.minecraft/mods/modmenu.toml b/.minecraft/mods/modmenu.toml deleted file mode 100644 index 6849b37..0000000 --- a/.minecraft/mods/modmenu.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Mod Menu" -filename = "modmenu-3.2.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "463fecec40447519a9a32c1c178a962799583add" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3850113 -project-id = 308702 diff --git a/.minecraft/mods/mouse-wheelie.pw.toml b/.minecraft/mods/mouse-wheelie.pw.toml new file mode 100644 index 0000000..6a1e746 --- /dev/null +++ b/.minecraft/mods/mouse-wheelie.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Wheelie" +filename = "mousewheelie-1.10.2+mc1.18.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/1.10.2+mc1.18.2/mousewheelie-1.10.2%2Bmc1.18.2.jar" +hash-format = "sha1" +hash = "715d33c065d2afb84792580278845a00ce2d2c3f" + +[update] +[update.modrinth] +mod-id = "u5Ic2U1u" +version = "6uHsa6Rn" diff --git a/.minecraft/mods/mouse-wheelie.toml b/.minecraft/mods/mouse-wheelie.toml deleted file mode 100644 index ce12ac4..0000000 --- a/.minecraft/mods/mouse-wheelie.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Mouse Wheelie (Fabric)" -filename = "mousewheelie-1.10.2+mc1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "715d33c065d2afb84792580278845a00ce2d2c3f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3887534 -project-id = 317514 diff --git a/.minecraft/mods/not-enough-animations.pw.toml b/.minecraft/mods/not-enough-animations.pw.toml new file mode 100644 index 0000000..583794a --- /dev/null +++ b/.minecraft/mods/not-enough-animations.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Animations" +filename = "notenoughanimations-fabric-1.6.0-mc1.18.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/MPCX6s5C/versions/1.6.0-fabric-1.18/notenoughanimations-fabric-1.6.0-mc1.18.2.jar" +hash-format = "sha1" +hash = "ca56eef09d9ab7a2d5586c6996582b6b766dabe4" + +[update] +[update.modrinth] +mod-id = "MPCX6s5C" +version = "KTGfH3KC" diff --git a/.minecraft/mods/not-enough-animations.toml b/.minecraft/mods/not-enough-animations.toml deleted file mode 100644 index ed5deb3..0000000 --- a/.minecraft/mods/not-enough-animations.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Not Enough Animations" -filename = "notenoughanimations-fabric-1.6.0-mc1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "ca56eef09d9ab7a2d5586c6996582b6b766dabe4" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3739671 -project-id = 433760 diff --git a/.minecraft/mods/not-enough-crashes.toml b/.minecraft/mods/not-enough-crashes.toml deleted file mode 100644 index c26fe49..0000000 --- a/.minecraft/mods/not-enough-crashes.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Not Enough Crashes (Fabric)" -filename = "notenoughcrashes-4.1.6+1.18.2-fabric.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "01bffaa29c3ee5657dffa40e7272f265b5276e7a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3758296 -project-id = 353890 diff --git a/.minecraft/mods/ok-zoomer.pw.toml b/.minecraft/mods/ok-zoomer.pw.toml new file mode 100644 index 0000000..d3a9e53 --- /dev/null +++ b/.minecraft/mods/ok-zoomer.pw.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer" +filename = "okzoomer-5.0.0-beta.6+1.18.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/5.0.0-beta.6+1.18.2/okzoomer-5.0.0-beta.6%2B1.18.2.jar" +hash-format = "sha1" +hash = "13cb5ed681404eb17de4c9b7236e4515ad7073bc" + +[update] +[update.modrinth] +mod-id = "aXf2OSFU" +version = "CwMl84DF" diff --git a/.minecraft/mods/ok-zoomer.toml b/.minecraft/mods/ok-zoomer.toml deleted file mode 100644 index 194dc9e..0000000 --- a/.minecraft/mods/ok-zoomer.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ok Zoomer" -filename = "okzoomer-5.0.0-beta.6+1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "13cb5ed681404eb17de4c9b7236e4515ad7073bc" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3742129 -project-id = 354047 diff --git a/.minecraft/mods/perspective-mod-redux.toml b/.minecraft/mods/perspective-mod-redux.pw.toml similarity index 50% rename from .minecraft/mods/perspective-mod-redux.toml rename to .minecraft/mods/perspective-mod-redux.pw.toml index 1208865..2b932a6 100644 --- a/.minecraft/mods/perspective-mod-redux.toml +++ b/.minecraft/mods/perspective-mod-redux.pw.toml @@ -1,13 +1,13 @@ name = "Perspective Mod Redux" filename = "PerspectiveModRedux-1.17-0.0.5_01.jar" -side = "both" +side = "client" [download] -url = "https://edge.forgecdn.net/files/3367/98/PerspectiveModRedux-1.17-0.0.5_01.jar" +url = "https://cdn.modrinth.com/data/GwyFsKOX/versions/1/PerspectiveModRedux-1.17-0.0.5_01.jar" hash-format = "sha1" hash = "e2a40025de5d2c33c543ddb6661a1a47e37bc77d" [update] -[update.curseforge] -file-id = 3367098 -project-id = 280647 +[update.modrinth] +mod-id = "GwyFsKOX" +version = "mBU1uAxH" diff --git a/.minecraft/mods/plasmo-voice.pw.toml b/.minecraft/mods/plasmo-voice.pw.toml new file mode 100644 index 0000000..b44ddc3 --- /dev/null +++ b/.minecraft/mods/plasmo-voice.pw.toml @@ -0,0 +1,18 @@ +name = "Plasmo Voice" +filename = "plasmovoice-fabric-1.18-1.2.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/fabric-1.18-1.2.19/plasmovoice-fabric-1.18-1.2.19.jar" +hash-format = "sha1" +hash = "72c305c56b654f7bb9627b384d192542b93dc1ca" + +[update] +[update.modrinth] +mod-id = "1bZhdhsH" +version = "acFZc9lT" + +[option] +optional = true +default = false +description = "Proximity Chat - But Good!" \ No newline at end of file diff --git a/.minecraft/mods/plasmo-voice.toml b/.minecraft/mods/plasmo-voice.toml deleted file mode 100644 index 0c75a16..0000000 --- a/.minecraft/mods/plasmo-voice.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Plasmo Voice" -filename = "plasmovoice-fabric-1.18-1.2.19.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "72c305c56b654f7bb9627b384d192542b93dc1ca" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3903840 -project-id = 467028 diff --git a/.minecraft/mods/reeses-sodium-options.pw.toml b/.minecraft/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..62b38c6 --- /dev/null +++ b/.minecraft/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses_sodium_options-1.4.4+mc1.18.2-build.46.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/mc1.18.2-1.4.4/reeses_sodium_options-1.4.4%2Bmc1.18.2-build.46.jar" +hash-format = "sha1" +hash = "932f890a31e8f5df5ad257712172fa94cf9c59b8" + +[update] +[update.modrinth] +mod-id = "Bh37bMuy" +version = "KpKZPkUm" diff --git a/.minecraft/mods/replaymod.toml b/.minecraft/mods/replaymod.pw.toml similarity index 77% rename from .minecraft/mods/replaymod.toml rename to .minecraft/mods/replaymod.pw.toml index accff04..1e8da02 100644 --- a/.minecraft/mods/replaymod.toml +++ b/.minecraft/mods/replaymod.pw.toml @@ -6,3 +6,8 @@ side = "client" url = "https://minio.replaymod.com/replaymod/replaymod-1.18.2-2.6.4.jar" hash-format = "sha1" hash = "76326cb49c8a81f2d0957edd70d3dc1fa67a0274" + +[option] +optional = true +default = false +description = "Replay Mod" \ No newline at end of file diff --git a/.minecraft/mods/roughly-enough-items.pw.toml b/.minecraft/mods/roughly-enough-items.pw.toml new file mode 100644 index 0000000..36bfd63 --- /dev/null +++ b/.minecraft/mods/roughly-enough-items.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Items (REI)" +filename = "RoughlyEnoughItems-8.3.519.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/8.3.519+fabric/RoughlyEnoughItems-8.3.519.jar" +hash-format = "sha1" +hash = "b5d943a0e980ee6ba27e0fd69aaea6f450c39e64" + +[update] +[update.modrinth] +mod-id = "nfn13YXA" +version = "NJOsVjdY" diff --git a/.minecraft/mods/roughly-enough-items.toml b/.minecraft/mods/roughly-enough-items.toml deleted file mode 100644 index cf02b02..0000000 --- a/.minecraft/mods/roughly-enough-items.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Roughly Enough Items Fabric/Forge (REI)" -filename = "RoughlyEnoughItems-8.3.519.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "b5d943a0e980ee6ba27e0fd69aaea6f450c39e64" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3900969 -project-id = 310111 diff --git a/.minecraft/mods/sodium-extra.pw.toml b/.minecraft/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..b351f37 --- /dev/null +++ b/.minecraft/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.4.6+mc1.18.2-build.46.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/mc1.18.2-0.4.6/sodium-extra-0.4.6%2Bmc1.18.2-build.46.jar" +hash-format = "sha1" +hash = "39e2de8e94b9dd2f61d742d660d6888be0ec2296" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "4hASygiF" diff --git a/.minecraft/mods/sodium-extra.toml b/.minecraft/mods/sodium-extra.toml deleted file mode 100644 index c77f341..0000000 --- a/.minecraft/mods/sodium-extra.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium Extra" -filename = "sodium-extra-0.4.6+mc1.18.2-build.46.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "39e2de8e94b9dd2f61d742d660d6888be0ec2296" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3894485 -project-id = 447673 diff --git a/.minecraft/mods/sodium.pw.toml b/.minecraft/mods/sodium.pw.toml new file mode 100644 index 0000000..509b7f1 --- /dev/null +++ b/.minecraft/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar" +side = "client" + +[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" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "74Y5Z8fo" diff --git a/.minecraft/mods/sodium.toml b/.minecraft/mods/sodium.toml deleted file mode 100644 index 7202573..0000000 --- a/.minecraft/mods/sodium.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium" -filename = "sodium-fabric-mc1.18.2-0.4.1+build.15.jar" -side = "both" - -[download] -url = "https://edge.forgecdn.net/files/3669/187/sodium-fabric-mc1.18.2-0.4.1+build.15.jar" -hash-format = "sha1" -hash = "f839863a6be7014b8d80058ea1f361521148d049" - -[update] -[update.curseforge] -file-id = 3669187 -project-id = 394468 diff --git a/.minecraft/mods/starlight.toml b/.minecraft/mods/starlight.pw.toml similarity index 52% rename from .minecraft/mods/starlight.toml rename to .minecraft/mods/starlight.pw.toml index d0fe119..3a50489 100644 --- a/.minecraft/mods/starlight.toml +++ b/.minecraft/mods/starlight.pw.toml @@ -3,11 +3,11 @@ filename = "starlight-1.0.2+fabric.89b8d9f.jar" side = "both" [download] -url = "https://edge.forgecdn.net/files/3667/443/starlight-1.0.2+fabric.89b8d9f.jar" +url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.0.2+1.18.2/starlight-1.0.2+fabric.89b8d9f.jar" hash-format = "sha1" hash = "a436b72ee514bd2b59900159bcc4d461f96ef340" [update] -[update.curseforge] -file-id = 3667443 -project-id = 521783 +[update.modrinth] +mod-id = "H8CaAYZC" +version = "4ew9whL8" diff --git a/.minecraft/mods/stendhal.pw.toml b/.minecraft/mods/stendhal.pw.toml new file mode 100644 index 0000000..fb0be6a --- /dev/null +++ b/.minecraft/mods/stendhal.pw.toml @@ -0,0 +1,13 @@ +name = "Stendhal" +filename = "stendhal-1.3.3-1.18.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/1.3.3/stendhal-1.3.3-1.18.jar" +hash-format = "sha1" +hash = "a6a47235fadde3e28d27111d72ccc0d61988ee50" + +[update] +[update.modrinth] +mod-id = "BWloQ9jK" +version = "cSzSbcvJ" diff --git a/.minecraft/mods/stendhal.toml b/.minecraft/mods/stendhal.toml deleted file mode 100644 index 5c787d7..0000000 --- a/.minecraft/mods/stendhal.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Stendhal" -filename = "stendhal-1.3.3-1.18.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a6a47235fadde3e28d27111d72ccc0d61988ee50" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3826025 -project-id = 463457 diff --git a/.minecraft/mods/viafabric.toml b/.minecraft/mods/viafabric.pw.toml similarity index 51% rename from .minecraft/mods/viafabric.toml rename to .minecraft/mods/viafabric.pw.toml index c3b5dcd..a29313d 100644 --- a/.minecraft/mods/viafabric.toml +++ b/.minecraft/mods/viafabric.pw.toml @@ -3,11 +3,11 @@ filename = "viafabric-0.4.8+13-main.jar" side = "both" [download] +url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/0.4.8+13-main/viafabric-0.4.8%2B13-main.jar" hash-format = "sha1" hash = "3d903b60a95a59af78a04b5435eff54a5958ce6a" -mode = "metadata:curseforge" [update] -[update.curseforge] -file-id = 3904989 -project-id = 391298 +[update.modrinth] +mod-id = "YlKdE5VK" +version = "NhWMe06K" diff --git a/.minecraft/mods/xaeros-minimap-fair-play-edition.toml b/.minecraft/mods/xaeros-minimap-fair-play-edition.pw.toml similarity index 77% rename from .minecraft/mods/xaeros-minimap-fair-play-edition.toml rename to .minecraft/mods/xaeros-minimap-fair-play-edition.pw.toml index 7c49e1e..396d2b5 100644 --- a/.minecraft/mods/xaeros-minimap-fair-play-edition.toml +++ b/.minecraft/mods/xaeros-minimap-fair-play-edition.pw.toml @@ -11,3 +11,8 @@ mode = "metadata:curseforge" [update.curseforge] file-id = 3897995 project-id = 263466 + +[option] +optional = true +default = true +description = "Good Minimap - Fairplay Edition" \ No newline at end of file diff --git a/.minecraft/mods/xaeros-minimap.pw.toml b/.minecraft/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..b41527f --- /dev/null +++ b/.minecraft/mods/xaeros-minimap.pw.toml @@ -0,0 +1,18 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_22.13.0_Fabric_1.18.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9f788941bc72d866a35f646d5faa4d157373d8d4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3907318 +project-id = 263420 + +[option] +optional = true +default = false +description = "Good Minimap - Some servers may not allow this one" \ No newline at end of file diff --git a/.minecraft/mods/xaeros-world-map.toml b/.minecraft/mods/xaeros-world-map.pw.toml similarity index 79% rename from .minecraft/mods/xaeros-world-map.toml rename to .minecraft/mods/xaeros-world-map.pw.toml index 20c06c4..e6c48eb 100644 --- a/.minecraft/mods/xaeros-world-map.toml +++ b/.minecraft/mods/xaeros-world-map.pw.toml @@ -11,3 +11,9 @@ mode = "metadata:curseforge" [update.curseforge] file-id = 3907337 project-id = 317780 + + +[option] +optional = true +default = true +description = "Good World Map" \ No newline at end of file diff --git a/.minecraft/mods/yosbr.toml b/.minecraft/mods/yosbr.pw.toml similarity index 57% rename from .minecraft/mods/yosbr.toml rename to .minecraft/mods/yosbr.pw.toml index bcda24c..c16b4fa 100644 --- a/.minecraft/mods/yosbr.toml +++ b/.minecraft/mods/yosbr.pw.toml @@ -3,11 +3,11 @@ filename = "yosbr-0.1.1.jar" side = "both" [download] -url = "https://edge.forgecdn.net/files/2934/596/yosbr-0.1.1.jar" +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/0.1.1/yosbr-0.1.1.jar" hash-format = "sha1" hash = "0643830cab952fc96872702e681b863b550c8530" [update] -[update.curseforge] -file-id = 2934596 -project-id = 374274 +[update.modrinth] +mod-id = "WwbubTsV" +version = "dStXfyg3" diff --git a/.minecraft/mods/yungs-api-fabric.toml b/.minecraft/mods/yungs-api-fabric.pw.toml similarity index 100% rename from .minecraft/mods/yungs-api-fabric.toml rename to .minecraft/mods/yungs-api-fabric.pw.toml diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index f50d264..cd0b30f 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "8cf6e8ed2131bc087636800d3a44325616b9d7e4b11224abf4ce56d1a416286f" +hash = "680245d754c1717b34b4ad454aa4689b2e00609a3369a4bd28e31228729acd16" [versions] fabric = "0.14.8"