From 92160ca2879ad3c7cd162d0c681234b7e836a683 Mon Sep 17 00:00:00 2001 From: Merith Date: Tue, 6 Sep 2022 20:14:11 +0000 Subject: [PATCH] direct port mods from drakosoldier298/vanillia-modpack --- .minecraft/bin/version.json | 55 +++++ .minecraft/index.toml | 230 ++++++++++-------- .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.pw.toml => badstdout.toml} | 8 +- .minecraft/mods/betterf3.pw.toml | 13 - .minecraft/mods/betterf3.toml | 13 + .minecraft/mods/betterloadingscreen.toml | 13 + .minecraft/mods/blockmeter.pw.toml | 18 -- .minecraft/mods/blockmeterfabric.toml | 13 + .minecraft/mods/blockmixer-fabric.toml | 13 + .../{blur-fabric.pw.toml => blur-fabric.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/clumps.toml | 8 +- .minecraft/mods/continuity.pw.toml | 13 - .minecraft/mods/continuity.toml | 13 + .minecraft/mods/entityculling.pw.toml | 13 - .minecraft/mods/entityculling.toml | 13 + .minecraft/mods/essential-mod.toml | 13 + .minecraft/mods/essential.pw.toml | 13 - .minecraft/mods/fabric-api.toml | 13 + .minecraft/mods/fabrishot.pw.toml | 13 - .minecraft/mods/fabrishot.toml | 13 + .minecraft/mods/female-gender-fabric.toml | 13 + .minecraft/mods/ferrite-core.pw.toml | 13 - .minecraft/mods/ferritecore-fabric.toml | 13 + .minecraft/mods/figura.toml | 13 + .minecraft/mods/first-person-model.pw.toml | 13 - .minecraft/mods/first-person-model.toml | 13 + .minecraft/mods/grid.pw.toml | 19 -- .minecraft/mods/grid.toml | 13 + .minecraft/mods/hudtweaks.toml | 13 + .minecraft/mods/indium.pw.toml | 13 - .minecraft/mods/indium.toml | 13 + .minecraft/mods/inspecio.pw.toml | 13 - .minecraft/mods/inspecio.toml | 13 + .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/minecraftcapes-mod.toml | 13 + .minecraft/mods/minecraftcapes.pw.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.pw.toml => perspective-mod-redux.toml} | 10 +- .minecraft/mods/plasmo-voice.pw.toml | 18 -- .minecraft/mods/plasmo-voice.toml | 13 + .minecraft/mods/qsl.pw.toml | 13 - .minecraft/mods/reeses-sodium-options.pw.toml | 13 - .../{replaymod.pw.toml => replaymod.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.pw.toml => starlight.toml} | 8 +- .minecraft/mods/stendhal.pw.toml | 13 - .minecraft/mods/stendhal.toml | 13 + .minecraft/mods/viafabric.pw.toml | 13 - .minecraft/mods/viafabric.toml | 13 + .../xaeros-minimap-fair-play-edition.pw.toml | 18 -- .../xaeros-minimap-fair-play-edition.toml | 13 + .minecraft/mods/xaeros-minimap.pw.toml | 17 -- .minecraft/mods/xaeros-world-map.pw.toml | 18 -- .minecraft/mods/xaeros-world-map.toml | 13 + .minecraft/mods/{yosbr.pw.toml => yosbr.toml} | 8 +- .minecraft/mods/yungs-api-fabric.pw.toml | 13 - .minecraft/mods/yungs-api-fabric.toml | 13 + .minecraft/pack.toml | 6 +- 96 files changed, 791 insertions(+), 701 deletions(-) create mode 100644 .minecraft/bin/version.json delete mode 100644 .minecraft/mods/antighost.pw.toml create mode 100644 .minecraft/mods/antighost.toml delete mode 100644 .minecraft/mods/architectury-api.pw.toml create mode 100644 .minecraft/mods/architectury-fabric.toml rename .minecraft/mods/{badstdout.pw.toml => badstdout.toml} (52%) delete mode 100644 .minecraft/mods/betterf3.pw.toml create mode 100644 .minecraft/mods/betterf3.toml create mode 100644 .minecraft/mods/betterloadingscreen.toml delete mode 100644 .minecraft/mods/blockmeter.pw.toml create mode 100644 .minecraft/mods/blockmeterfabric.toml create mode 100644 .minecraft/mods/blockmixer-fabric.toml rename .minecraft/mods/{blur-fabric.pw.toml => blur-fabric.toml} (100%) delete mode 100644 .minecraft/mods/bobby.pw.toml create mode 100644 .minecraft/mods/bobby.toml delete mode 100644 .minecraft/mods/charmonium.pw.toml create mode 100644 .minecraft/mods/charmonium.toml create mode 100644 .minecraft/mods/chunky-pregenerator.toml delete mode 100644 .minecraft/mods/chunky.pw.toml delete mode 100644 .minecraft/mods/cit-resewn.pw.toml create mode 100644 .minecraft/mods/cit-resewn.toml create mode 100644 .minecraft/mods/clear-despawn-fabric.toml delete mode 100644 .minecraft/mods/cleardespawn.pw.toml delete mode 100644 .minecraft/mods/cloth-config.pw.toml create mode 100644 .minecraft/mods/cloth-config.toml delete mode 100644 .minecraft/mods/continuity.pw.toml create mode 100644 .minecraft/mods/continuity.toml delete mode 100644 .minecraft/mods/entityculling.pw.toml create mode 100644 .minecraft/mods/entityculling.toml create mode 100644 .minecraft/mods/essential-mod.toml delete mode 100644 .minecraft/mods/essential.pw.toml create mode 100644 .minecraft/mods/fabric-api.toml delete mode 100644 .minecraft/mods/fabrishot.pw.toml create mode 100644 .minecraft/mods/fabrishot.toml create mode 100644 .minecraft/mods/female-gender-fabric.toml delete mode 100644 .minecraft/mods/ferrite-core.pw.toml create mode 100644 .minecraft/mods/ferritecore-fabric.toml create mode 100644 .minecraft/mods/figura.toml delete mode 100644 .minecraft/mods/first-person-model.pw.toml create mode 100644 .minecraft/mods/first-person-model.toml delete mode 100644 .minecraft/mods/grid.pw.toml create mode 100644 .minecraft/mods/grid.toml create mode 100644 .minecraft/mods/hudtweaks.toml delete mode 100644 .minecraft/mods/indium.pw.toml create mode 100644 .minecraft/mods/indium.toml delete mode 100644 .minecraft/mods/inspecio.pw.toml create mode 100644 .minecraft/mods/inspecio.toml delete mode 100644 .minecraft/mods/iris.pw.toml create mode 100644 .minecraft/mods/irisshaders.toml delete mode 100644 .minecraft/mods/lambdabettergrass.pw.toml create mode 100644 .minecraft/mods/lambdabettergrass.toml delete mode 100644 .minecraft/mods/lambdynamiclights.pw.toml create mode 100644 .minecraft/mods/lambdynamiclights.toml delete mode 100644 .minecraft/mods/light-overlay.pw.toml create mode 100644 .minecraft/mods/light-overlay.toml delete mode 100644 .minecraft/mods/lithium.pw.toml create mode 100644 .minecraft/mods/lithium.toml create mode 100644 .minecraft/mods/minecraftcapes-mod.toml delete mode 100644 .minecraft/mods/minecraftcapes.pw.toml delete mode 100644 .minecraft/mods/modmenu.pw.toml create mode 100644 .minecraft/mods/modmenu.toml delete mode 100644 .minecraft/mods/mouse-wheelie.pw.toml create mode 100644 .minecraft/mods/mouse-wheelie.toml delete mode 100644 .minecraft/mods/not-enough-animations.pw.toml create mode 100644 .minecraft/mods/not-enough-animations.toml create mode 100644 .minecraft/mods/not-enough-crashes.toml delete mode 100644 .minecraft/mods/ok-zoomer.pw.toml create mode 100644 .minecraft/mods/ok-zoomer.toml rename .minecraft/mods/{perspective-mod-redux.pw.toml => perspective-mod-redux.toml} (50%) delete mode 100644 .minecraft/mods/plasmo-voice.pw.toml create mode 100644 .minecraft/mods/plasmo-voice.toml delete mode 100644 .minecraft/mods/qsl.pw.toml delete mode 100644 .minecraft/mods/reeses-sodium-options.pw.toml rename .minecraft/mods/{replaymod.pw.toml => replaymod.toml} (77%) delete mode 100644 .minecraft/mods/roughly-enough-items.pw.toml create mode 100644 .minecraft/mods/roughly-enough-items.toml delete mode 100644 .minecraft/mods/sodium-extra.pw.toml create mode 100644 .minecraft/mods/sodium-extra.toml delete mode 100644 .minecraft/mods/sodium.pw.toml create mode 100644 .minecraft/mods/sodium.toml rename .minecraft/mods/{starlight.pw.toml => starlight.toml} (52%) delete mode 100644 .minecraft/mods/stendhal.pw.toml create mode 100644 .minecraft/mods/stendhal.toml delete mode 100644 .minecraft/mods/viafabric.pw.toml create mode 100644 .minecraft/mods/viafabric.toml delete mode 100644 .minecraft/mods/xaeros-minimap-fair-play-edition.pw.toml create mode 100644 .minecraft/mods/xaeros-minimap-fair-play-edition.toml delete mode 100644 .minecraft/mods/xaeros-minimap.pw.toml delete mode 100644 .minecraft/mods/xaeros-world-map.pw.toml create mode 100644 .minecraft/mods/xaeros-world-map.toml rename .minecraft/mods/{yosbr.pw.toml => yosbr.toml} (57%) delete mode 100644 .minecraft/mods/yungs-api-fabric.pw.toml create mode 100644 .minecraft/mods/yungs-api-fabric.toml diff --git a/.minecraft/bin/version.json b/.minecraft/bin/version.json new file mode 100644 index 0000000..f5b9a92 --- /dev/null +++ b/.minecraft/bin/version.json @@ -0,0 +1,55 @@ +{ + "id": "1.18.1", + "inheritsFrom": "1.18.1", + "releaseTime": "2022-01-15T20:38:05+0000", + "time": "2022-01-15T20:38:05+0000", + "type": "release", + "minecraftArguments": "--username ${auth_player_name} --version ${version_name} --gameDir ${game_directory} --assetsDir ${assets_root} --assetIndex ${assets_index_name} --uuid ${auth_uuid} --accessToken ${auth_access_token} --userType ${user_type} --versionType ${version_type}", + "libraries": [ + { + "name": "net.fabricmc:tiny-mappings-parser:0.3.0+build.17", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:sponge-mixin:0.10.7+mixin.0.8.4", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:tiny-remapper:0.6.0", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:access-widener:2.0.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-analysis:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-commons:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-tree:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "org.ow2.asm:asm-util:9.2", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:intermediary:1.18.1", + "url": "https://maven.fabricmc.net/" + }, + { + "name": "net.fabricmc:fabric-loader:0.12.12", + "url": "https://maven.fabricmc.net/" + } + ], + "mainClass": "net.fabricmc.loader.impl.launch.knot.KnotClient" +} \ No newline at end of file diff --git a/.minecraft/index.toml b/.minecraft/index.toml index cc7731d..edc9191 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -1,5 +1,9 @@ hash-format = "sha256" +[[files]] +file = "bin/version.json" +hash = "f3393752057dec1d81ff554a390ce404c2e71e73cb5133945917cacc9ef52b47" + [[files]] file = "config/yosbr/config/ViaFabric/viafabric.yml" hash = "1cb60349c6377e6026c0e30e9360b730ddaee72ce6e07616ba29053623c96ac4" @@ -69,113 +73,143 @@ file = "config/yosbr/options.txt" hash = "4481d7aa0421544320241db1e072eba4b06fe4db662f06a5f61612f1bb7f5ac3" [[files]] -file = "mods/antighost.pw.toml" -hash = "567dea83368027d9051051a50e777ef5650f9b5ae74d8a8c5cf1fb5abb74c6d5" +file = "mods/antighost.toml" +hash = "3e3074cb6a900a2714d125469354d0e2a9e89e899723c3e7fe5dffa035f72917" metafile = true [[files]] -file = "mods/architectury-api.pw.toml" -hash = "18182cee02eddd04cf7a32fc6b34e566d108ebb011a3238ab0a5366e0b10b5a4" +file = "mods/architectury-fabric.toml" +hash = "d51ef44b3ca26a54e55179de00ae4bd87e57b7404e8e9c6e683e122dd42b6959" metafile = true [[files]] -file = "mods/badstdout.pw.toml" -hash = "893c68376d94e2385584cc798e205eecf8de15d79e352bdebc5bc487a2200c19" +file = "mods/badstdout.toml" +hash = "2e1982cf78b09b9623448fa84e854488ea806158e02047f9267e0f282347fe4b" metafile = true [[files]] -file = "mods/betterf3.pw.toml" -hash = "628c921ed428851da53ed2b47cabab1d83bc7cdfa773de9f860445a03f878ee8" +file = "mods/betterf3.toml" +hash = "35699e422fc8fc022cc0db1247ab573f5d4441cc87fa523ee88523b23841df4a" metafile = true [[files]] -file = "mods/blockmeter.pw.toml" -hash = "70b87f6693a428b4338eed43edf29cd5d39773b1911d5e4851dce7ba025e5699" +file = "mods/betterloadingscreen.toml" +hash = "f00ec43943e5025a8a7eb386a88d871a20c3ca96451467be66694e52d595e70d" metafile = true [[files]] -file = "mods/blur-fabric.pw.toml" +file = "mods/blockmeterfabric.toml" +hash = "4fff64e863e2cf1d244bc3dafda64dd3ba4624c1cccac67cd779dd710dee7df1" +metafile = true + +[[files]] +file = "mods/blockmixer-fabric.toml" +hash = "5b58a29c692d41851e2f419bfa301507eb8cc63fc6d838a6004c8f3617ebdfec" +metafile = true + +[[files]] +file = "mods/blur-fabric.toml" hash = "f781e21b5f5ac35b6b9be2a8219dcce459ad7564581c2f9a1c83059b48c82efc" metafile = true [[files]] -file = "mods/bobby.pw.toml" -hash = "4491272cf1fb2adb67386c5432b4358197dc1516981460d8e0dcae972b9fe437" +file = "mods/bobby.toml" +hash = "09b34d416941eef0b3aeb0717e1f7247b23245a5744971f37865905e8979810e" metafile = true [[files]] -file = "mods/charmonium.pw.toml" -hash = "367815925e45cbd7c3e6e33712038edf20f6139a6a98f460215a28f106a91be8" +file = "mods/charmonium.toml" +hash = "4bb3126bdc29991414a5c99a34c1e0b92796612c7f29f089e8e999021ae352dc" metafile = true [[files]] -file = "mods/chunky.pw.toml" -hash = "28bb1d5f48456c9c78599e37c8c52e2a87fd30ef90bb7fcb1db24a6abd40d697" +file = "mods/chunky-pregenerator.toml" +hash = "b759c470db5417dc9af74b2350f5f8ad68b1a8b7d6ce1a455fe56069472b8e71" metafile = true [[files]] -file = "mods/cit-resewn.pw.toml" -hash = "8a3b58552083779e461ff3ac406f81bb1b7057974f161cba2a090a5b2f73a205" +file = "mods/cit-resewn.toml" +hash = "30aa8e08b8206182bc3a1d4da8e73a8633b289f2c001f9edd2e92f61855d66fd" metafile = true [[files]] -file = "mods/cleardespawn.pw.toml" -hash = "5fff3a1b73d64be6d5fb9c1ede4421d3090d974f53009e9d6661cd7a3d77a670" +file = "mods/clear-despawn-fabric.toml" +hash = "5e69f70fa2097eb95c1810b5a4d7fbcb62c8dcb5505e01af861fd96805e2b69a" metafile = true [[files]] -file = "mods/cloth-config.pw.toml" -hash = "77bd9b9ae2bf78481ba939cc78e5e4c0d9528516aa791305eecb39eb56e13125" +file = "mods/cloth-config.toml" +hash = "010bc8378b59257708190728f5aee476d7415f47fc26567952f294eda6b0cd25" metafile = true [[files]] file = "mods/clumps.toml" -hash = "c889a9718156003d2c5e63df9b73954d9fa8134ad71ba3c41dcb2378a642f79d" +hash = "3b72cdc35c9308eb3d0fae47ad58c0f3123e1d671bde3b209f27b8d0e2a71d59" metafile = true [[files]] -file = "mods/continuity.pw.toml" -hash = "b508bb6b509b96b2e297e94ca2ce365623730b938f32c74d49c574a7ef1ecb24" +file = "mods/continuity.toml" +hash = "a2503cd9f6455bcfd5b5d5d7d5f1350bc005e799918dca1e7d3203c5b67f9ae5" metafile = true [[files]] -file = "mods/entityculling.pw.toml" -hash = "1e3d4b62d2b1224356261ca5f9aece724ed2cc6c8f31c77d64867e6bc173ee9d" +file = "mods/entityculling.toml" +hash = "ef022f83989bc40467264755f5864f6a2ab42a02edda3b9a400c0f4ad55d0896" metafile = true [[files]] -file = "mods/essential.pw.toml" -hash = "1c849e3a6103fd2f1a97218eafcbf0deff72ac78e756afd6c7230833c6d5fbbf" +file = "mods/essential-mod.toml" +hash = "9a1fdce0922f251caba7c79dbfa34e9cadbd851a1f272eaf19402523c9f50d12" metafile = true [[files]] -file = "mods/fabrishot.pw.toml" -hash = "75d8979ac6cdc549e71d3ff2f6fee6f809c17e96d6c37692d9b06568ad1aae1f" +file = "mods/fabric-api.toml" +hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e" metafile = true [[files]] -file = "mods/ferrite-core.pw.toml" -hash = "f19e328fe42f91d1b65e244ee5bcf70f1e5305a27278945098ea85af82e05d0d" +file = "mods/fabrishot.toml" +hash = "f1127b63021453ff95eab3d0812173bbfaa1513de0d52315162d5d4b771a079a" metafile = true [[files]] -file = "mods/first-person-model.pw.toml" -hash = "88621af32c04014ec3296102eeaa90128606ddeab3021e75569ee70a8165d6a2" +file = "mods/female-gender-fabric.toml" +hash = "bbcba859f036bb03bb3370e9134a3a201c950d98b21ea5f22b8cda094953279f" metafile = true [[files]] -file = "mods/grid.pw.toml" -hash = "9f9494ccd67f87d5813ab87283514c14404cf5ce934866125e4c1e8a053d1344" +file = "mods/ferritecore-fabric.toml" +hash = "328ab993a9721cd5a0a87b3aedaf45ad8fb86210b42daa5f04a544fcf1f52604" metafile = true [[files]] -file = "mods/indium.pw.toml" -hash = "f5751b1f49dfd5d0a78a4573b334651748e02e65dfe093774ab0d0c0886d950c" +file = "mods/figura.toml" +hash = "ddd51764202fa063d4ead7173440823da4ab94ee7e4afb0a93e639fa62300e46" metafile = true [[files]] -file = "mods/inspecio.pw.toml" -hash = "7baba0d5b6448760f7a0ad285c82633842efeeda7714571daa477486a4899c50" +file = "mods/first-person-model.toml" +hash = "3edd92dbe8e018947886d9ea2a0ab5c72c771352b0d58ad385382104b49ac6b7" +metafile = true + +[[files]] +file = "mods/grid.toml" +hash = "828719efd3ace9a96b9f2efac59c2dd9e64787a3a4a30ac84acd2ae3b9201906" +metafile = true + +[[files]] +file = "mods/hudtweaks.toml" +hash = "358e1999580bd20fa78988dc6af38d8f1002c0222b2b1e02ed020a13a3fccdd2" +metafile = true + +[[files]] +file = "mods/indium.toml" +hash = "69d17da8431a798a73f8e238e9114ff96089449706a699c1f69e4561bbc0055c" +metafile = true + +[[files]] +file = "mods/inspecio.toml" +hash = "00ce252ae41664bc76bebb2389b47a63e226f6fadd8c4c5b8aa0b6218e6e9d1c" metafile = true [[files]] @@ -184,53 +218,58 @@ hash = "9c36ffd3a5c2636db0b7f5cd5098a6b9ee37c871ff8f1f390a7dff4ad856561b" metafile = true [[files]] -file = "mods/iris.pw.toml" -hash = "7bc62af50be24f86bf8923bfa40797f58b9c2d2f4550dfa102cdc0952e160e2b" +file = "mods/irisshaders.toml" +hash = "d1b796d25ba43d6b37218dcfdd5a88aaaead81028fe51dd40b9e4f1a9b731ecc" metafile = true [[files]] -file = "mods/lambdabettergrass.pw.toml" -hash = "080d4789738ae0015c0a1fc76ffc3f6487f55dc5877b3de1c3b458b544efe362" +file = "mods/lambdabettergrass.toml" +hash = "4269b7e2a817dfd03ce2e43aca5b15b3dc96210a44b0c056d4712722063c5ce0" metafile = true [[files]] -file = "mods/lambdynamiclights.pw.toml" -hash = "158c40f09b2ed4fe14f5f2925751796fe11f6baee7e1ac7f35931ad831631a3d" +file = "mods/lambdynamiclights.toml" +hash = "f53ac074b0938319dc0ff805692993a9941beea49c3e86d7e0a42c3db1e64243" metafile = true [[files]] -file = "mods/light-overlay.pw.toml" -hash = "37ad562c7bf81aef61c19e2db4ebc8044a6272c0d9d739d31ff30097cd02aaa9" +file = "mods/light-overlay.toml" +hash = "551328f7f97a853f48d6c6d915e422bfc41eadc50e1180727af2a1d9de60de22" metafile = true [[files]] -file = "mods/lithium.pw.toml" -hash = "83541b1d3e1e936638a6938eb505bf0f508c13aed7f8416af8d064ffc7cda4dc" +file = "mods/lithium.toml" +hash = "954032fd7697535870f901eb03abc1439e228de7bc598c7bde3073ad7f5bfeb5" metafile = true [[files]] -file = "mods/minecraftcapes.pw.toml" -hash = "a2040094501ce0d3771f3a5619008da48492d497ab32293a6b49fc2842cb78b5" +file = "mods/minecraftcapes-mod.toml" +hash = "74c58d7697756dd2052f1260fc7ee356aa669e1427896414c5e5709d297692ce" metafile = true [[files]] -file = "mods/modmenu.pw.toml" -hash = "37b69a71c010cb7e4d10a84a7c0e44373566ddb19aaaf4428ff2bb9ade0692e1" +file = "mods/modmenu.toml" +hash = "86f5fc0b25c2d71a6ac6f07dcf0fd168a51b7d3604636d5cd75485835d465c3b" metafile = true [[files]] -file = "mods/mouse-wheelie.pw.toml" -hash = "c00114ebbbdf5b001d7a81f9508a6c6675fab5e7cff89de3cc7d763e7ab33427" +file = "mods/mouse-wheelie.toml" +hash = "0ef46300ba717d679eaec91b03edac50e5a2881f7c8526eac6e475ee9f86ae50" metafile = true [[files]] -file = "mods/not-enough-animations.pw.toml" -hash = "0fe0d6fbfb0055d698f2d4418e49be65492176601b0066d8bcd1b61f7d231e8f" +file = "mods/not-enough-animations.toml" +hash = "85d531d48c0257a3c042ea94a93939e33a570f89c08d3ad90cabdd600a20e59f" metafile = true [[files]] -file = "mods/ok-zoomer.pw.toml" -hash = "d240a40073a8ae5c5f56b4c3cde5d78951ca71dc5b8279f0405f346a537659b7" +file = "mods/not-enough-crashes.toml" +hash = "ac843deb7ea5718a1c736ce5e684e3bdb974dc398963d98edddcdf2a203e04ba" +metafile = true + +[[files]] +file = "mods/ok-zoomer.toml" +hash = "f05c443fcccebf9623060065e2319a22f983234dc0d1a7ac1cd6883cd61e93fb" metafile = true [[files]] @@ -244,81 +283,66 @@ hash = "e91d14a362664545a26b48f004636bdef52c68d311bab72b0bfe03224ec61987" metafile = true [[files]] -file = "mods/perspective-mod-redux.pw.toml" -hash = "c65714d41e881c9149122eb89435ea85fde6ebd01ad2e63a1cf9ffad7f1f3e83" +file = "mods/perspective-mod-redux.toml" +hash = "68010ccd22ee136e9a4ddb03805170742603b80ad23c04bbb568ae180ac74928" metafile = true [[files]] -file = "mods/plasmo-voice.pw.toml" -hash = "364bbca879792e3c5103a217313d6c70028017ac0e72af9f65af2116b2edf770" +file = "mods/plasmo-voice.toml" +hash = "0cb5b7671fe39e3026e9e0bc41097c938da780e28ac496512c3042e680883c72" metafile = true [[files]] -file = "mods/qsl.pw.toml" -hash = "8b0a7e5a2fdd7c1bc92f559763776c6fee5aecb31256c494ace271bc624bcdf1" +file = "mods/replaymod.toml" +hash = "40d379702eaaaae3ae2f6f3777ed1738b22a53e73d05053b62d31e5fd5cc40ae" metafile = true [[files]] -file = "mods/reeses-sodium-options.pw.toml" -hash = "2ece972fd1306a38ca278d9da23656c73bc103df57709a4bdac0a0271a646f34" +file = "mods/roughly-enough-items.toml" +hash = "8aa67b7d71db2e344dcae8427aa8742459e893705774e1941bed7fff04a8d892" metafile = true [[files]] -file = "mods/replaymod.pw.toml" -hash = "e45a54758362129811e23cebfbc195ab1998c435c7632a95371e1c01469e564c" +file = "mods/sodium-extra.toml" +hash = "a0d8ad1d13e07e1270248cb51712268b9ef27e6ab5e8ab16634cca9fa5e12ef0" metafile = true [[files]] -file = "mods/roughly-enough-items.pw.toml" -hash = "6bbaa499cb0998b9bd0cf54b1d6e221d7dacd591b7cda58c3ad93b283538246b" +file = "mods/sodium.toml" +hash = "629cba9c7cd4bfbb4f5be04e7d2ebfb71ef1c44466c7a1614b9c31b78b97f7a1" metafile = true [[files]] -file = "mods/sodium-extra.pw.toml" -hash = "2ad443646863100af0f66138402e8cbfdf78ea565956d95d8e3e2b32c264d8a6" +file = "mods/starlight.toml" +hash = "ed3ce42c6cccaa9989d3b7a8769bd4c0a9c643ccb2fdb7d41ef9604163e4a8e6" metafile = true [[files]] -file = "mods/sodium.pw.toml" -hash = "d1480fd38a1ac53311baa2d57b92556834372f6ac04c355169441df9a59a161c" +file = "mods/stendhal.toml" +hash = "7df690462262a15575715d61e294e3934416eddb8581460f990aba5ad98d0a3f" metafile = true [[files]] -file = "mods/starlight.pw.toml" -hash = "722031c0ae5d2de71783d6c4bfbf1c5cd25c65e55cb42d8bb4f7cadf478c4368" +file = "mods/viafabric.toml" +hash = "91fb8cdc148a085a811ccf1857e5dc1a6c30e0d2110b3cda50ac8ae682ea85e0" metafile = true [[files]] -file = "mods/stendhal.pw.toml" -hash = "c963c276410d4216cbadaf6224171c629954cb0149055297b356c0c132e4c8b3" +file = "mods/xaeros-minimap-fair-play-edition.toml" +hash = "dcd8899db4b0811b67a25781dd38cd9845e1a92155a8dd2b314fb5821d561dfd" metafile = true [[files]] -file = "mods/viafabric.pw.toml" -hash = "a7b858c47621008bec47a437c4615edcede2f1a493c121b6f573ebd87edad47c" +file = "mods/xaeros-world-map.toml" +hash = "8f10cb65455a6ccd28e37027b951465d2db5c7ea10a2326ff8fc57e69ef708bf" metafile = true [[files]] -file = "mods/xaeros-minimap-fair-play-edition.pw.toml" -hash = "fc76390df1ddafa1afb5012a29d301cfd5c95dae3958056d895aad9a339dcd8d" +file = "mods/yosbr.toml" +hash = "527e21c9bc55b0d1db9016a2fec4ff2dee2a93c53edb8c1363d2d2ee7730afd0" metafile = true [[files]] -file = "mods/xaeros-minimap.pw.toml" -hash = "e280062f14ba7964ce6ac4566728b9018e4774450310629c36ceef11075a6703" -metafile = true - -[[files]] -file = "mods/xaeros-world-map.pw.toml" -hash = "d777f0059699180207ade51b9277b60fc9fb929691bf6a3b3e9bbe3ceb0d40f7" -metafile = true - -[[files]] -file = "mods/yosbr.pw.toml" -hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12" -metafile = true - -[[files]] -file = "mods/yungs-api-fabric.pw.toml" -hash = "b5e74fec582f1dc10fda86a3c41c00821f15471285c2570c7c9ace3316a438be" +file = "mods/yungs-api-fabric.toml" +hash = "06280dacd1f58693322fc4b8f9cc65b46d73a51043fc175b6989b00f26d7f3e4" metafile = true diff --git a/.minecraft/mods/antighost.pw.toml b/.minecraft/mods/antighost.pw.toml deleted file mode 100644 index 2342e05..0000000 --- a/.minecraft/mods/antighost.pw.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://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 new file mode 100644 index 0000000..8425d96 --- /dev/null +++ b/.minecraft/mods/antighost.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index 9809969..0000000 --- a/.minecraft/mods/architectury-api.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Architectury API" -filename = "architectury-4.9.83-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/4.9.83+fabric/architectury-4.9.83-fabric.jar" -hash-format = "sha1" -hash = "6cabe5458d7bd5006c650555767941a9c6ff05d1" - -[update] -[update.modrinth] -mod-id = "lhGA9TYQ" -version = "BCLEdiJm" diff --git a/.minecraft/mods/architectury-fabric.toml b/.minecraft/mods/architectury-fabric.toml new file mode 100644 index 0000000..19c53bc --- /dev/null +++ b/.minecraft/mods/architectury-fabric.toml @@ -0,0 +1,13 @@ +name = "Architectury API (Fabric)" +filename = "architectury-4.1.36.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3717/905/architectury-4.1.36.jar" +hash-format = "sha1" +hash = "8ea54d6c490d8e000ca15e5e8c92c8747535484b" + +[update] +[update.curseforge] +file-id = 3717905 +project-id = 419697 diff --git a/.minecraft/mods/badstdout.pw.toml b/.minecraft/mods/badstdout.toml similarity index 52% rename from .minecraft/mods/badstdout.pw.toml rename to .minecraft/mods/badstdout.toml index 261d984..8ed462d 100644 --- a/.minecraft/mods/badstdout.pw.toml +++ b/.minecraft/mods/badstdout.toml @@ -3,11 +3,11 @@ filename = "badstdout-1.1.1-1.18.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/9Y8sMRVG/versions/1.1.1-1.18/badstdout-1.1.1-1.18.jar" +url = "https://edge.forgecdn.net/files/3542/418/badstdout-1.1.1-1.18.jar" hash-format = "sha1" hash = "d2867a49691ea3c395596ab7f16744b059b9c13a" [update] -[update.modrinth] -mod-id = "9Y8sMRVG" -version = "V81dH2uu" +[update.curseforge] +file-id = 3542418 +project-id = 511672 diff --git a/.minecraft/mods/betterf3.pw.toml b/.minecraft/mods/betterf3.pw.toml deleted file mode 100644 index 7a03781..0000000 --- a/.minecraft/mods/betterf3.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..ef5381f --- /dev/null +++ b/.minecraft/mods/betterf3.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-1.2.4-Fabric-1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3707/871/BetterF3-1.2.4-Fabric-1.18.2.jar" +hash-format = "sha1" +hash = "f294cc99ffcf244416522f83a533b4b3b0942557" + +[update] +[update.curseforge] +file-id = 3707871 +project-id = 401648 diff --git a/.minecraft/mods/betterloadingscreen.toml b/.minecraft/mods/betterloadingscreen.toml new file mode 100644 index 0000000..12439d7 --- /dev/null +++ b/.minecraft/mods/betterloadingscreen.toml @@ -0,0 +1,13 @@ +name = "Better Loading Screen" +filename = "better-loading-screen-1.4.0.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3722/46/better-loading-screen-1.4.0.jar" +hash-format = "sha1" +hash = "ead3998a3a7efbb5f9998e07e9f5be9302d87997" + +[update] +[update.curseforge] +file-id = 3722046 +project-id = 594044 diff --git a/.minecraft/mods/blockmeter.pw.toml b/.minecraft/mods/blockmeter.pw.toml deleted file mode 100644 index 1cc1aa4..0000000 --- a/.minecraft/mods/blockmeter.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -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 new file mode 100644 index 0000000..fc2f1ce --- /dev/null +++ b/.minecraft/mods/blockmeterfabric.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..a54480c --- /dev/null +++ b/.minecraft/mods/blockmixer-fabric.toml @@ -0,0 +1,13 @@ +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.pw.toml b/.minecraft/mods/blur-fabric.toml similarity index 100% rename from .minecraft/mods/blur-fabric.pw.toml rename to .minecraft/mods/blur-fabric.toml diff --git a/.minecraft/mods/bobby.pw.toml b/.minecraft/mods/bobby.pw.toml deleted file mode 100644 index a5c27dd..0000000 --- a/.minecraft/mods/bobby.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..6238b20 --- /dev/null +++ b/.minecraft/mods/bobby.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index 46ec721..0000000 --- a/.minecraft/mods/charmonium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..2f8726d --- /dev/null +++ b/.minecraft/mods/charmonium.toml @@ -0,0 +1,13 @@ +name = "Charmonium" +filename = "charmonium-fabric-1.18-4.0.0.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3667/869/charmonium-fabric-1.18-4.0.0.jar" +hash-format = "sha1" +hash = "6f4105f8e2191a1125ae25958228cbf0930508c0" + +[update] +[update.curseforge] +file-id = 3667869 +project-id = 378696 diff --git a/.minecraft/mods/chunky-pregenerator.toml b/.minecraft/mods/chunky-pregenerator.toml new file mode 100644 index 0000000..47f268f --- /dev/null +++ b/.minecraft/mods/chunky-pregenerator.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index 8c04511..0000000 --- a/.minecraft/mods/chunky.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 41f757d..0000000 --- a/.minecraft/mods/cit-resewn.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..ca27c14 --- /dev/null +++ b/.minecraft/mods/cit-resewn.toml @@ -0,0 +1,13 @@ +name = "CIT Resewn" +filename = "CITResewn-1.0.1+1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3697/502/CITResewn-1.0.1+1.18.2.jar" +hash-format = "sha1" +hash = "3d2c4fc4533cf22d7b46ba479985925c4122b0e6" + +[update] +[update.curseforge] +file-id = 3697502 +project-id = 521427 diff --git a/.minecraft/mods/clear-despawn-fabric.toml b/.minecraft/mods/clear-despawn-fabric.toml new file mode 100644 index 0000000..8ee843b --- /dev/null +++ b/.minecraft/mods/clear-despawn-fabric.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index a541a21..0000000 --- a/.minecraft/mods/cleardespawn.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index a46924d..0000000 --- a/.minecraft/mods/cloth-config.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Cloth Config API" -filename = "cloth-config-6.3.81-fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/9s6osm5g/versions/gPqHXnrg/cloth-config-6.3.81-fabric.jar" -hash-format = "sha1" -hash = "f6501a0b48872d2d14da55796f16f582a83bef7b" - -[update] -[update.modrinth] -mod-id = "9s6osm5g" -version = "gPqHXnrg" diff --git a/.minecraft/mods/cloth-config.toml b/.minecraft/mods/cloth-config.toml new file mode 100644 index 0000000..300ac62 --- /dev/null +++ b/.minecraft/mods/cloth-config.toml @@ -0,0 +1,13 @@ +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/clumps.toml b/.minecraft/mods/clumps.toml index a8ad453..5702f62 100644 --- a/.minecraft/mods/clumps.toml +++ b/.minecraft/mods/clumps.toml @@ -1,13 +1,13 @@ name = "Clumps" -filename = "Clumps-fabric-1.18.2-8.0.0+15.jar" +filename = "Clumps-fabric-1.18.2-8.0.0+7.jar" side = "both" [download] +url = "https://edge.forgecdn.net/files/3672/161/Clumps-fabric-1.18.2-8.0.0+7.jar" hash-format = "sha1" -hash = "e76c85474fa2eaf419b359615e58937ef817d6fe" -mode = "metadata:curseforge" +hash = "d84d81b9cd41659b5b3472720a925ce263f15fc6" [update] [update.curseforge] -file-id = 3913405 +file-id = 3672161 project-id = 256717 diff --git a/.minecraft/mods/continuity.pw.toml b/.minecraft/mods/continuity.pw.toml deleted file mode 100644 index f935bed..0000000 --- a/.minecraft/mods/continuity.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Continuity" -filename = "continuity-2.0.1+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/1IjD5062/versions/2.0.1+1.18.2/continuity-2.0.1%2B1.18.2.jar" -hash-format = "sha1" -hash = "0ccc70d5e03526597558829bffba2ff3bf5db5c4" - -[update] -[update.modrinth] -mod-id = "1IjD5062" -version = "jjpzIZoY" diff --git a/.minecraft/mods/continuity.toml b/.minecraft/mods/continuity.toml new file mode 100644 index 0000000..1ddbf50 --- /dev/null +++ b/.minecraft/mods/continuity.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-1.1.0+1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3675/822/continuity-1.1.0+1.18.2.jar" +hash-format = "sha1" +hash = "a5ff4cb7d4c0fc3b5809a52b096b92ccf9d8cb55" + +[update] +[update.curseforge] +file-id = 3675822 +project-id = 531351 diff --git a/.minecraft/mods/entityculling.pw.toml b/.minecraft/mods/entityculling.pw.toml deleted file mode 100644 index 74e9b8f..0000000 --- a/.minecraft/mods/entityculling.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..4f79e23 --- /dev/null +++ b/.minecraft/mods/entityculling.toml @@ -0,0 +1,13 @@ +name = "Entity Culling Fabric/Forge" +filename = "entityculling-fabric-mc1.18-1.5.0.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3642/143/entityculling-fabric-mc1.18-1.5.0.jar" +hash-format = "sha1" +hash = "d1b944079c193a8d5adf9144cab3bd762bb12f5e" + +[update] +[update.curseforge] +file-id = 3642143 +project-id = 448233 diff --git a/.minecraft/mods/essential-mod.toml b/.minecraft/mods/essential-mod.toml new file mode 100644 index 0000000..6127ec1 --- /dev/null +++ b/.minecraft/mods/essential-mod.toml @@ -0,0 +1,13 @@ +name = "Essential Mod" +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" + +[update] +[update.curseforge] +file-id = 3545481 +project-id = 546670 diff --git a/.minecraft/mods/essential.pw.toml b/.minecraft/mods/essential.pw.toml deleted file mode 100644 index 716e38f..0000000 --- a/.minecraft/mods/essential.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ESSENTIAL Mod" -filename = "Essential-fabric_1-18-2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/k2ZPuTBm/versions/1.0.0/Essential-fabric_1-18-2.jar" -hash-format = "sha1" -hash = "5c383c8fd994f6963de85840f2ae75c5b6be9925" - -[update] -[update.modrinth] -mod-id = "k2ZPuTBm" -version = "ynwHfHh0" diff --git a/.minecraft/mods/fabric-api.toml b/.minecraft/mods/fabric-api.toml new file mode 100644 index 0000000..a11a8da --- /dev/null +++ b/.minecraft/mods/fabric-api.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.48.0+1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3689/20/fabric-api-0.48.0+1.18.2.jar" +hash-format = "sha1" +hash = "cead4972f34ec8f2c97813b9824f2a2b02e8fde9" + +[update] +[update.curseforge] +file-id = 3689020 +project-id = 306612 diff --git a/.minecraft/mods/fabrishot.pw.toml b/.minecraft/mods/fabrishot.pw.toml deleted file mode 100644 index d34136f..0000000 --- a/.minecraft/mods/fabrishot.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..304aef9 --- /dev/null +++ b/.minecraft/mods/fabrishot.toml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..43ce6db --- /dev/null +++ b/.minecraft/mods/female-gender-fabric.toml @@ -0,0 +1,13 @@ +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/ferrite-core.pw.toml b/.minecraft/mods/ferrite-core.pw.toml deleted file mode 100644 index 0b20d68..0000000 --- a/.minecraft/mods/ferrite-core.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..f7dd912 --- /dev/null +++ b/.minecraft/mods/ferritecore-fabric.toml @@ -0,0 +1,13 @@ +name = "FerriteCore (Fabric)" +filename = "ferritecore-4.2.0-fabric.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3672/143/ferritecore-4.2.0-fabric.jar" +hash-format = "sha1" +hash = "5e78186d306ca68dd8b5da4f9939126bf96fdbc0" + +[update] +[update.curseforge] +file-id = 3672143 +project-id = 459857 diff --git a/.minecraft/mods/figura.toml b/.minecraft/mods/figura.toml new file mode 100644 index 0000000..42b9761 --- /dev/null +++ b/.minecraft/mods/figura.toml @@ -0,0 +1,13 @@ +name = "Figura" +filename = "figura-0.0.8-1.18.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3667/720/figura-0.0.8-1.18.jar" +hash-format = "sha1" +hash = "1398ed4d3a390bcdd85c543b8c1a210eb2f2caaa" + +[update] +[update.curseforge] +file-id = 3667720 +project-id = 451616 diff --git a/.minecraft/mods/first-person-model.pw.toml b/.minecraft/mods/first-person-model.pw.toml deleted file mode 100644 index 2deb8d4..0000000 --- a/.minecraft/mods/first-person-model.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "First-person Model" -filename = "firstperson-fabric-2.1.2-mc1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/H5XMjpHi/versions/G1ZyfYYY/firstperson-fabric-2.1.2-mc1.18.2.jar" -hash-format = "sha1" -hash = "c6e0a5ba49b0ea0409376c234d3953bab5f00bda" - -[update] -[update.modrinth] -mod-id = "H5XMjpHi" -version = "G1ZyfYYY" diff --git a/.minecraft/mods/first-person-model.toml b/.minecraft/mods/first-person-model.toml new file mode 100644 index 0000000..48b076b --- /dev/null +++ b/.minecraft/mods/first-person-model.toml @@ -0,0 +1,13 @@ +name = "First-person Model (Forge/Fabric)" +filename = "firstperson-fabric-2.1.0-mc1.18-pre1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3523/461/firstperson-fabric-2.1.0-mc1.18-pre1.jar" +hash-format = "sha1" +hash = "447b3fda6f725b6f6a983a1d827a9b1f1b6278ba" + +[update] +[update.curseforge] +file-id = 3523461 +project-id = 333287 diff --git a/.minecraft/mods/grid.pw.toml b/.minecraft/mods/grid.pw.toml deleted file mode 100644 index afae72c..0000000 --- a/.minecraft/mods/grid.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -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 new file mode 100644 index 0000000..e917940 --- /dev/null +++ b/.minecraft/mods/grid.toml @@ -0,0 +1,13 @@ +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.toml b/.minecraft/mods/hudtweaks.toml new file mode 100644 index 0000000..d809656 --- /dev/null +++ b/.minecraft/mods/hudtweaks.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index d490eb1..0000000 --- a/.minecraft/mods/indium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..24fb505 --- /dev/null +++ b/.minecraft/mods/indium.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.2+mc1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3669/436/indium-1.0.2+mc1.18.2.jar" +hash-format = "sha1" +hash = "9421de0ce575f84ac652694f8f2bc9a468a42375" + +[update] +[update.curseforge] +file-id = 3669436 +project-id = 459496 diff --git a/.minecraft/mods/inspecio.pw.toml b/.minecraft/mods/inspecio.pw.toml deleted file mode 100644 index 6f2f2fe..0000000 --- a/.minecraft/mods/inspecio.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Inspecio" -filename = "inspecio-1.4.1+1.18.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/a93H3mKU/versions/1.4.1+1.18/inspecio-1.4.1%2B1.18.jar" -hash-format = "sha1" -hash = "886b2d77f495b8725dbd8557fcb6437227e354f9" - -[update] -[update.modrinth] -mod-id = "a93H3mKU" -version = "6sfabi0J" diff --git a/.minecraft/mods/inspecio.toml b/.minecraft/mods/inspecio.toml new file mode 100644 index 0000000..526dafb --- /dev/null +++ b/.minecraft/mods/inspecio.toml @@ -0,0 +1,13 @@ +name = "Inspecio" +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" + +[update] +[update.curseforge] +file-id = 3671909 +project-id = 492180 diff --git a/.minecraft/mods/iris.pw.toml b/.minecraft/mods/iris.pw.toml deleted file mode 100644 index e211f53..0000000 --- a/.minecraft/mods/iris.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Iris Shaders" -filename = "iris-mc1.18.2-1.2.7.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/SEOrgwmF/iris-mc1.18.2-1.2.7.jar" -hash-format = "sha1" -hash = "e9fa084bacca3e98c92b8b513a6b61aaaa711d90" - -[update] -[update.modrinth] -mod-id = "YL57xq9U" -version = "SEOrgwmF" diff --git a/.minecraft/mods/irisshaders.toml b/.minecraft/mods/irisshaders.toml new file mode 100644 index 0000000..e294515 --- /dev/null +++ b/.minecraft/mods/irisshaders.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-mc1.18.2-1.2.2-build.32.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3687/476/iris-mc1.18.2-1.2.2-build.32.jar" +hash-format = "sha1" +hash = "4f414abe310173ea7e270e26dafec8e6c442b9d4" + +[update] +[update.curseforge] +file-id = 3687476 +project-id = 455508 diff --git a/.minecraft/mods/lambdabettergrass.pw.toml b/.minecraft/mods/lambdabettergrass.pw.toml deleted file mode 100644 index dd8d9a3..0000000 --- a/.minecraft/mods/lambdabettergrass.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..4fac17c --- /dev/null +++ b/.minecraft/mods/lambdabettergrass.toml @@ -0,0 +1,13 @@ +name = "LambdaBetterGrass" +filename = "lambdabettergrass-1.2.3+1.18.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3684/228/lambdabettergrass-1.2.3+1.18.jar" +hash-format = "sha1" +hash = "7f722205950dadc03beef72abbbba2ed2bcf767b" + +[update] +[update.curseforge] +file-id = 3684228 +project-id = 400322 diff --git a/.minecraft/mods/lambdynamiclights.pw.toml b/.minecraft/mods/lambdynamiclights.pw.toml deleted file mode 100644 index 863b35c..0000000 --- a/.minecraft/mods/lambdynamiclights.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..5570ac4 --- /dev/null +++ b/.minecraft/mods/lambdynamiclights.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index 78a786b..0000000 --- a/.minecraft/mods/light-overlay.pw.toml +++ /dev/null @@ -1,19 +0,0 @@ -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 new file mode 100644 index 0000000..a1d109f --- /dev/null +++ b/.minecraft/mods/light-overlay.toml @@ -0,0 +1,13 @@ +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 deleted file mode 100644 index 99f3798..0000000 --- a/.minecraft/mods/lithium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Lithium" -filename = "lithium-fabric-mc1.18.2-0.7.10.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/mc1.18.2-0.7.10/lithium-fabric-mc1.18.2-0.7.10.jar" -hash-format = "sha1" -hash = "d5c19c3d4edb4228652adcc8abb94f9bd80a634c" - -[update] -[update.modrinth] -mod-id = "gvQqBUqZ" -version = "pHl1Vi6k" diff --git a/.minecraft/mods/lithium.toml b/.minecraft/mods/lithium.toml new file mode 100644 index 0000000..da784d5 --- /dev/null +++ b/.minecraft/mods/lithium.toml @@ -0,0 +1,13 @@ +name = "Lithium (Fabric)" +filename = "lithium-fabric-mc1.18.2-0.7.9.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3670/312/lithium-fabric-mc1.18.2-0.7.9.jar" +hash-format = "sha1" +hash = "2f0298476ba54e8fc640c9bfe132a193db45b92b" + +[update] +[update.curseforge] +file-id = 3670312 +project-id = 360438 diff --git a/.minecraft/mods/minecraftcapes-mod.toml b/.minecraft/mods/minecraftcapes-mod.toml new file mode 100644 index 0000000..5199654 --- /dev/null +++ b/.minecraft/mods/minecraftcapes-mod.toml @@ -0,0 +1,13 @@ +name = "MinecraftCapes Mod" +filename = "MinecraftCapes Fabric 1.18.2-12.0.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3673/296/MinecraftCapes%20Fabric%201.18.2-12.0.2.jar" +hash-format = "sha1" +hash = "fd7ac057c157b43e7295ef090cbbf9e200ce2a52" + +[update] +[update.curseforge] +file-id = 3673296 +project-id = 359836 diff --git a/.minecraft/mods/minecraftcapes.pw.toml b/.minecraft/mods/minecraftcapes.pw.toml deleted file mode 100644 index 0b0106f..0000000 --- a/.minecraft/mods/minecraftcapes.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "MinecraftCapes" -filename = "MinecraftCapes Fabric 1.18.2-12.0.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/9gNVPfzw/versions/12.0.2-fabric/MinecraftCapes%20Fabric%201.18.2-12.0.2.jar" -hash-format = "sha1" -hash = "fd7ac057c157b43e7295ef090cbbf9e200ce2a52" - -[update] -[update.modrinth] -mod-id = "9gNVPfzw" -version = "BWQQPiuj" diff --git a/.minecraft/mods/modmenu.pw.toml b/.minecraft/mods/modmenu.pw.toml deleted file mode 100644 index c71fe83..0000000 --- a/.minecraft/mods/modmenu.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..0b08039 --- /dev/null +++ b/.minecraft/mods/modmenu.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-3.1.0.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3668/801/modmenu-3.1.0.jar" +hash-format = "sha1" +hash = "b520422af2fce2d7cd02b6b9ae4f025822670c28" + +[update] +[update.curseforge] +file-id = 3668801 +project-id = 308702 diff --git a/.minecraft/mods/mouse-wheelie.pw.toml b/.minecraft/mods/mouse-wheelie.pw.toml deleted file mode 100644 index 6a1e746..0000000 --- a/.minecraft/mods/mouse-wheelie.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..afdde71 --- /dev/null +++ b/.minecraft/mods/mouse-wheelie.toml @@ -0,0 +1,13 @@ +name = "Mouse Wheelie (Fabric)" +filename = "mousewheelie-1.8.8+mc1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3717/990/mousewheelie-1.8.8+mc1.18.2.jar" +hash-format = "sha1" +hash = "1f017c632284c23629f41a24130e47f4fa66353f" + +[update] +[update.curseforge] +file-id = 3717990 +project-id = 317514 diff --git a/.minecraft/mods/not-enough-animations.pw.toml b/.minecraft/mods/not-enough-animations.pw.toml deleted file mode 100644 index 583794a..0000000 --- a/.minecraft/mods/not-enough-animations.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..31209b9 --- /dev/null +++ b/.minecraft/mods/not-enough-animations.toml @@ -0,0 +1,13 @@ +name = "Not Enough Animations" +filename = "notenoughanimations-fabric-1.5.0-mc1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3699/198/notenoughanimations-fabric-1.5.0-mc1.18.2.jar" +hash-format = "sha1" +hash = "cd2e412fb9c0efb330aa1bae120d4ee6422e6d80" + +[update] +[update.curseforge] +file-id = 3699198 +project-id = 433760 diff --git a/.minecraft/mods/not-enough-crashes.toml b/.minecraft/mods/not-enough-crashes.toml new file mode 100644 index 0000000..8591ae1 --- /dev/null +++ b/.minecraft/mods/not-enough-crashes.toml @@ -0,0 +1,13 @@ +name = "Not Enough Crashes (Fabric)" +filename = "notenoughcrashes-4.1.4+1.18.2-fabric.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3684/963/notenoughcrashes-4.1.4+1.18.2-fabric.jar" +hash-format = "sha1" +hash = "e3452caf15e9f579e82578e60ad9c5847fe592b1" + +[update] +[update.curseforge] +file-id = 3684963 +project-id = 353890 diff --git a/.minecraft/mods/ok-zoomer.pw.toml b/.minecraft/mods/ok-zoomer.pw.toml deleted file mode 100644 index f7bf0d7..0000000 --- a/.minecraft/mods/ok-zoomer.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Ok Zoomer" -filename = "ok_zoomer-5.0.0-beta.7+1.18.2.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/5.0.0-beta.7+1.18.2/ok_zoomer-5.0.0-beta.7%2B1.18.2.jar" -hash-format = "sha1" -hash = "3607c558bfe465c4bdde3d1599a2748e315b41f8" - -[update] -[update.modrinth] -mod-id = "aXf2OSFU" -version = "nu6gjAtJ" diff --git a/.minecraft/mods/ok-zoomer.toml b/.minecraft/mods/ok-zoomer.toml new file mode 100644 index 0000000..b0996ab --- /dev/null +++ b/.minecraft/mods/ok-zoomer.toml @@ -0,0 +1,13 @@ +name = "Ok Zoomer" +filename = "okzoomer-5.0.0-beta.5+1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3683/180/okzoomer-5.0.0-beta.5+1.18.2.jar" +hash-format = "sha1" +hash = "829fedb51030b479d023415eed565930f4a1c1a8" + +[update] +[update.curseforge] +file-id = 3683180 +project-id = 354047 diff --git a/.minecraft/mods/perspective-mod-redux.pw.toml b/.minecraft/mods/perspective-mod-redux.toml similarity index 50% rename from .minecraft/mods/perspective-mod-redux.pw.toml rename to .minecraft/mods/perspective-mod-redux.toml index 2b932a6..1208865 100644 --- a/.minecraft/mods/perspective-mod-redux.pw.toml +++ b/.minecraft/mods/perspective-mod-redux.toml @@ -1,13 +1,13 @@ name = "Perspective Mod Redux" filename = "PerspectiveModRedux-1.17-0.0.5_01.jar" -side = "client" +side = "both" [download] -url = "https://cdn.modrinth.com/data/GwyFsKOX/versions/1/PerspectiveModRedux-1.17-0.0.5_01.jar" +url = "https://edge.forgecdn.net/files/3367/98/PerspectiveModRedux-1.17-0.0.5_01.jar" hash-format = "sha1" hash = "e2a40025de5d2c33c543ddb6661a1a47e37bc77d" [update] -[update.modrinth] -mod-id = "GwyFsKOX" -version = "mBU1uAxH" +[update.curseforge] +file-id = 3367098 +project-id = 280647 diff --git a/.minecraft/mods/plasmo-voice.pw.toml b/.minecraft/mods/plasmo-voice.pw.toml deleted file mode 100644 index b44ddc3..0000000 --- a/.minecraft/mods/plasmo-voice.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -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 new file mode 100644 index 0000000..f10372c --- /dev/null +++ b/.minecraft/mods/plasmo-voice.toml @@ -0,0 +1,13 @@ +name = "Plasmo Voice" +filename = "plasmovoice-fabric-1.18.2-1.2.11-hotfix1.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3718/86/plasmovoice-fabric-1.18.2-1.2.11-hotfix1.jar" +hash-format = "sha1" +hash = "f8635d3a560b2c6cd71a89a2ef83bf1c96abb1fc" + +[update] +[update.curseforge] +file-id = 3718086 +project-id = 467028 diff --git a/.minecraft/mods/qsl.pw.toml b/.minecraft/mods/qsl.pw.toml deleted file mode 100644 index e5554de..0000000 --- a/.minecraft/mods/qsl.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Quilted Fabric API / Quilt Standard Libraries" -filename = "qfapi-1.0.0-beta.24_qsl-1.1.0-beta.26_fapi-0.58.0_mc-1.18.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/1.0.0-beta.24+0.58.0-1.18.2/qfapi-1.0.0-beta.24_qsl-1.1.0-beta.26_fapi-0.58.0_mc-1.18.2.jar" -hash-format = "sha1" -hash = "6d167666d7f142548d3c92bf7fc1ddfb1403bb0e" - -[update] -[update.modrinth] -mod-id = "qvIfYCYJ" -version = "H1soL5Sq" diff --git a/.minecraft/mods/reeses-sodium-options.pw.toml b/.minecraft/mods/reeses-sodium-options.pw.toml deleted file mode 100644 index e20127e..0000000 --- a/.minecraft/mods/reeses-sodium-options.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Reese's Sodium Options" -filename = "reeses_sodium_options-1.4.7+mc1.18.2-build.58.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/74LitD6T/reeses_sodium_options-1.4.7%2Bmc1.18.2-build.58.jar" -hash-format = "sha1" -hash = "dee11063b13bad4af53f0fa3ac7f911a877706a7" - -[update] -[update.modrinth] -mod-id = "Bh37bMuy" -version = "74LitD6T" diff --git a/.minecraft/mods/replaymod.pw.toml b/.minecraft/mods/replaymod.toml similarity index 77% rename from .minecraft/mods/replaymod.pw.toml rename to .minecraft/mods/replaymod.toml index 1e8da02..accff04 100644 --- a/.minecraft/mods/replaymod.pw.toml +++ b/.minecraft/mods/replaymod.toml @@ -6,8 +6,3 @@ 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 deleted file mode 100644 index 182c2a0..0000000 --- a/.minecraft/mods/roughly-enough-items.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Roughly Enough Items (REI)" -filename = "RoughlyEnoughItems-8.3.529.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/nfn13YXA/versions/8.3.529+fabric/RoughlyEnoughItems-8.3.529.jar" -hash-format = "sha1" -hash = "327c97ee62b065329c6723d960c99470aa899915" - -[update] -[update.modrinth] -mod-id = "nfn13YXA" -version = "e1FXVxEo" diff --git a/.minecraft/mods/roughly-enough-items.toml b/.minecraft/mods/roughly-enough-items.toml new file mode 100644 index 0000000..03c382f --- /dev/null +++ b/.minecraft/mods/roughly-enough-items.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Items Fabric/Forge (REI)" +filename = "RoughlyEnoughItems-8.0.442.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3670/487/RoughlyEnoughItems-8.0.442.jar" +hash-format = "sha1" +hash = "d4637681ecaca7ea0aa66aa95009233ccdc35e92" + +[update] +[update.curseforge] +file-id = 3670487 +project-id = 310111 diff --git a/.minecraft/mods/sodium-extra.pw.toml b/.minecraft/mods/sodium-extra.pw.toml deleted file mode 100644 index 9aea88b..0000000 --- a/.minecraft/mods/sodium-extra.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Sodium Extra" -filename = "sodium-extra-0.4.10+mc1.18.2-build.63.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/uCddykP4/sodium-extra-0.4.10%2Bmc1.18.2-build.63.jar" -hash-format = "sha1" -hash = "109ae769e7610501f0d01bc07e8e5ba910746ac0" - -[update] -[update.modrinth] -mod-id = "PtjYWJkn" -version = "uCddykP4" diff --git a/.minecraft/mods/sodium-extra.toml b/.minecraft/mods/sodium-extra.toml new file mode 100644 index 0000000..3821276 --- /dev/null +++ b/.minecraft/mods/sodium-extra.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-mc1.18.2-0.4.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3682/548/sodium-extra-mc1.18.2-0.4.2.jar" +hash-format = "sha1" +hash = "8d0a71cef3b11b9403ba12de20c6016fc884b7a5" + +[update] +[update.curseforge] +file-id = 3682548 +project-id = 447673 diff --git a/.minecraft/mods/sodium.pw.toml b/.minecraft/mods/sodium.pw.toml deleted file mode 100644 index 509b7f1..0000000 --- a/.minecraft/mods/sodium.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..7202573 --- /dev/null +++ b/.minecraft/mods/sodium.toml @@ -0,0 +1,13 @@ +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.pw.toml b/.minecraft/mods/starlight.toml similarity index 52% rename from .minecraft/mods/starlight.pw.toml rename to .minecraft/mods/starlight.toml index 3a50489..d0fe119 100644 --- a/.minecraft/mods/starlight.pw.toml +++ b/.minecraft/mods/starlight.toml @@ -3,11 +3,11 @@ filename = "starlight-1.0.2+fabric.89b8d9f.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/H8CaAYZC/versions/1.0.2+1.18.2/starlight-1.0.2+fabric.89b8d9f.jar" +url = "https://edge.forgecdn.net/files/3667/443/starlight-1.0.2+fabric.89b8d9f.jar" hash-format = "sha1" hash = "a436b72ee514bd2b59900159bcc4d461f96ef340" [update] -[update.modrinth] -mod-id = "H8CaAYZC" -version = "4ew9whL8" +[update.curseforge] +file-id = 3667443 +project-id = 521783 diff --git a/.minecraft/mods/stendhal.pw.toml b/.minecraft/mods/stendhal.pw.toml deleted file mode 100644 index fb0be6a..0000000 --- a/.minecraft/mods/stendhal.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 new file mode 100644 index 0000000..6e42503 --- /dev/null +++ b/.minecraft/mods/stendhal.toml @@ -0,0 +1,13 @@ +name = "Stendhal" +filename = "stendhal-1.2.0-1.18.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3554/833/stendhal-1.2.0-1.18.jar" +hash-format = "sha1" +hash = "310cd9a8210875969a4370476eae9c7a1d91ea4c" + +[update] +[update.curseforge] +file-id = 3554833 +project-id = 463457 diff --git a/.minecraft/mods/viafabric.pw.toml b/.minecraft/mods/viafabric.pw.toml deleted file mode 100644 index ba104da..0000000 --- a/.minecraft/mods/viafabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "ViaFabric" -filename = "viafabric-0.4.8+17-main.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/dRR5ETJX/viafabric-0.4.8%2B17-main.jar" -hash-format = "sha1" -hash = "ace3e194f4a2e8c9dfbf510e0b544f87f0d79a90" - -[update] -[update.modrinth] -mod-id = "YlKdE5VK" -version = "dRR5ETJX" diff --git a/.minecraft/mods/viafabric.toml b/.minecraft/mods/viafabric.toml new file mode 100644 index 0000000..ee22f5d --- /dev/null +++ b/.minecraft/mods/viafabric.toml @@ -0,0 +1,13 @@ +name = "ViaFabric" +filename = "viafabric-0.4.6+269-main.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3719/228/viafabric-0.4.6+269-main.jar" +hash-format = "sha1" +hash = "3ad0b15a233ab07df99bbfc71ee97eb46f7a75bc" + +[update] +[update.curseforge] +file-id = 3719228 +project-id = 391298 diff --git a/.minecraft/mods/xaeros-minimap-fair-play-edition.pw.toml b/.minecraft/mods/xaeros-minimap-fair-play-edition.pw.toml deleted file mode 100644 index 796317f..0000000 --- a/.minecraft/mods/xaeros-minimap-fair-play-edition.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Xaero's Minimap (Fair-play Edition)" -filename = "Xaeros_Minimap_FP22.13.2_Fabric_1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e7989ce16d82ae0e5be3871fd9ed28eaf5869809" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3944931 -project-id = 263466 - -[option] -optional = true -description = "Good Minimap - Fairplay Edition" -default = true diff --git a/.minecraft/mods/xaeros-minimap-fair-play-edition.toml b/.minecraft/mods/xaeros-minimap-fair-play-edition.toml new file mode 100644 index 0000000..b43b455 --- /dev/null +++ b/.minecraft/mods/xaeros-minimap-fair-play-edition.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap (Fair-play Edition)" +filename = "Xaeros_Minimap_FP22.3.0_Fabric_1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3677/431/Xaeros_Minimap_FP22.3.0_Fabric_1.18.2.jar" +hash-format = "sha1" +hash = "161f6a615dee154f8471888d94beb4dd605150a5" + +[update] +[update.curseforge] +file-id = 3677431 +project-id = 263466 diff --git a/.minecraft/mods/xaeros-minimap.pw.toml b/.minecraft/mods/xaeros-minimap.pw.toml deleted file mode 100644 index 4940b43..0000000 --- a/.minecraft/mods/xaeros-minimap.pw.toml +++ /dev/null @@ -1,17 +0,0 @@ -name = "Xaero's Minimap" -filename = "Xaeros_Minimap_22.14.1_Fabric_1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a5f8ca15e8f9511b602fe17bb067f7c8509900e4" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3970084 -project-id = 263420 - -[option] -optional = true -description = "Good Minimap - Some servers may not allow this one" diff --git a/.minecraft/mods/xaeros-world-map.pw.toml b/.minecraft/mods/xaeros-world-map.pw.toml deleted file mode 100644 index 16a5a8f..0000000 --- a/.minecraft/mods/xaeros-world-map.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Xaero's World Map" -filename = "XaerosWorldMap_1.27.0_Fabric_1.18.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c746054f80468e0b1cac5eef859a34c394236f07" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3967772 -project-id = 317780 - -[option] -optional = true -description = "Good World Map" -default = true diff --git a/.minecraft/mods/xaeros-world-map.toml b/.minecraft/mods/xaeros-world-map.toml new file mode 100644 index 0000000..a3e8d99 --- /dev/null +++ b/.minecraft/mods/xaeros-world-map.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.20.5_Fabric_1.18.2.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3712/769/XaerosWorldMap_1.20.5_Fabric_1.18.2.jar" +hash-format = "sha1" +hash = "684007e27c4e85929ae3403f74d163939559b80c" + +[update] +[update.curseforge] +file-id = 3712769 +project-id = 317780 diff --git a/.minecraft/mods/yosbr.pw.toml b/.minecraft/mods/yosbr.toml similarity index 57% rename from .minecraft/mods/yosbr.pw.toml rename to .minecraft/mods/yosbr.toml index c16b4fa..bcda24c 100644 --- a/.minecraft/mods/yosbr.pw.toml +++ b/.minecraft/mods/yosbr.toml @@ -3,11 +3,11 @@ filename = "yosbr-0.1.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/WwbubTsV/versions/0.1.1/yosbr-0.1.1.jar" +url = "https://edge.forgecdn.net/files/2934/596/yosbr-0.1.1.jar" hash-format = "sha1" hash = "0643830cab952fc96872702e681b863b550c8530" [update] -[update.modrinth] -mod-id = "WwbubTsV" -version = "dStXfyg3" +[update.curseforge] +file-id = 2934596 +project-id = 374274 diff --git a/.minecraft/mods/yungs-api-fabric.pw.toml b/.minecraft/mods/yungs-api-fabric.pw.toml deleted file mode 100644 index 3050c76..0000000 --- a/.minecraft/mods/yungs-api-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "YUNG's API (Fabric)" -filename = "YungsApi-1.18.2-Fabric-2.0.8.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "4e96599a16b1eba26e2e712d5f282780dca58876" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3779089 -project-id = 421649 diff --git a/.minecraft/mods/yungs-api-fabric.toml b/.minecraft/mods/yungs-api-fabric.toml new file mode 100644 index 0000000..197fda2 --- /dev/null +++ b/.minecraft/mods/yungs-api-fabric.toml @@ -0,0 +1,13 @@ +name = "YUNG's API (Fabric)" +filename = "YungsApi-1.18.2-Fabric-2.0.7.jar" +side = "both" + +[download] +url = "https://edge.forgecdn.net/files/3706/620/YungsApi-1.18.2-Fabric-2.0.7.jar" +hash-format = "sha1" +hash = "2fb63e1e70737c8cfcf64efa962dd595c981450c" + +[update] +[update.curseforge] +file-id = 3706620 +project-id = 421649 diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index af4dbac..34406ac 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -1,16 +1,16 @@ name = "Vanillia Minecraft" author = "Merith.TK" version = "1.2.1" -pack-format = "packwiz:1.1.0" +pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f6a4061466804de3522e2baae5d97971048300ddd56433a8d95667659d1408d0" +hash = "4ea5ee146373c56342507ab791c3de05db2543d0eb308b9da345d16caabc3b5b" [versions] +fabric = "0.13.3" minecraft = "1.18.2" -quilt = "0.17.4" [options] acceptable-game-versions = ["1.18.2"]