diff --git a/.forgejo/workflows/buildcontainer.yml b/.forgejo/workflows/buildcontainer.yml new file mode 100644 index 0000000..ffb992c --- /dev/null +++ b/.forgejo/workflows/buildcontainer.yml @@ -0,0 +1,66 @@ +name: Create Buildcontainer + +on: + push: + branches: + - "mistress" + paths: + - .forgejo/workflows/buildcontainer.yml + - Dockerfile + pull_request: + branches: + - "mistress" + paths: + - .forgejo/workflows/buildcontainer.yml + - Dockerfile + +jobs: + + build: + runs-on: docker + container: + image: code.forgejo.org/oci/docker:dind + env: + DOCKER_HOST: tcp://forgejo-dind:2375 + + steps: + - name: Setup Docker & Node + run: | + apk add nodejs npm --update + docker info + + - name: Checkout the repo + uses: actions/checkout@v4 + + - name: Build and Push + run: | + export TAG=codeberg.org/${{ env.GITHUB_REPOSITORY }}/alpine-packwiz + docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} . + + publish: + if: github.event_name == 'push' + runs-on: docker + container: + image: code.forgejo.org/oci/docker:dind + env: + DOCKER_HOST: tcp://forgejo-dind:2375 + + steps: + - name: Setup Docker & Node + run: | + apk add nodejs npm --update + docker info + + - name: Login to Forgejo + run: | + docker login codeberg.org -u ${{ env.GITHUB_ACTOR }} -p ${{ secrets.TOKEN }} + + - name: Checkout the repo + uses: actions/checkout@v4 + + - name: Build and Push + run: | + export TAG=codeberg.org/${{ env.GITHUB_REPOSITORY }}/alpine-packwiz + docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} . + docker tag $TAG:${{ env.GITHUB_SHA }} $TAG:latest + docker push $TAG diff --git a/.forgejo/workflows/publish-release.yml b/.forgejo/workflows/publish-release.yml new file mode 100644 index 0000000..fc12a0f --- /dev/null +++ b/.forgejo/workflows/publish-release.yml @@ -0,0 +1,72 @@ +name: Build Application + +on: + push: + tags: + - 'v*' + +jobs: + build-packs: + runs-on: docker + container: + image: codeberg.org/astreaprtcl/linuxcraft/alpine-packwiz:latest + + steps: + - name: Checkout the repo + uses: actions/checkout@v4 + + - name: Build Package + run: | + packwiz mr export + packwiz cf export -s server + mv Linuxcraft-$GITHUB_REF_NAME.zip Linuxcraft-$GITHUB_REF_NAME-server.zip + packwiz cf export + + - name: Upload binary artifact + uses: actions/upload-artifact@v3 + with: + name: Linuxcraft-${{ env.GITHUB_REF_NAME }} + path: ./Linuxcraft-${{ env.GITHUB_REF_NAME }}* + + publish-artifacts: + runs-on: docker + + steps: + - name: Checkout the repo + uses: actions/checkout@v4 + + - name: Get Release Notes + id: releasenotes + run: | + RELEASE_NOTES=$(sed -n "/$GITHUB_REF_NAME/,/^### /{s/$GITHUB_REF_NAME/Changelog/;/# v/d;s/###/#/;p}" README.md) + echo -e "Release Notes: \n$RELEASE_NOTES" + { + echo 'releasenotes<> $GITHUB_OUTPUT + + - name: Download Binaries + uses: actions/download-artifact@v3 + with: + merge_multiple: true + path: artifacts + + - name: Prepare release + run: | + mkdir release + mv artifacts/*/* release + + - name: Upload binaries + uses: actions/forgejo-release@v2.6.0 + with: + direction: upload + url: ${{ env.GITHUB_SERVER_URL }} + repo: ${{ env.GITHUB_REPOSITORY }} + token: ${{ secrets.TOKEN }} + release-dir: release + release-notes: ${{ steps.releasenotes.outputs.releasenotes }} + tag: "${{ github.ref_name }}" + sha: "${{ github.sha }}" + override: true + hide-archive-link: true diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..0ecd572 --- /dev/null +++ b/.packwizignore @@ -0,0 +1,3 @@ +.forgejo +README.md +Dockerfile diff --git a/Brainstorm Modlist.md b/Brainstorm Modlist.md deleted file mode 100644 index 053ccc1..0000000 --- a/Brainstorm Modlist.md +++ /dev/null @@ -1,36 +0,0 @@ -okay modlist fr this time: - -For Minecrab 🦀🦀🦀!!! (Rusts mentioned) - -- no chat reports -- luckyperms -- journeymap < xaero's map + they're client side anyways < journeymap has some server features like sending waypoints in chat or claim regions where it displays a message as you enter < you can send waypoints with xaero too and do we wanna claim regions? /srs < we don't need to claim regions, if someone messes with my base i'm making a callout post -- waystones -- kibe -- terralith -- gyzer? (bedrock compatibility) < off the table if mods are here, it wont work -- biomes o' plenty -- create -- farmer's delight. + create slice and dice(create farmers delight automization) -- bits and chisels. Uh oh. Largest time sink ou there. Also render lag? < we just need some self-control. also shouldn't impact performance much if it's not in view. i just like making silly decorations -- create aeronautics < might make things too laggy tho :( < it actually runs pretty well, same backend as valkyrien skies -- create estrogen < what is that? < lets u make estrogen w create mod -- There should be a catgirl mod < if there's a catgirl mod i want it. please :3 -- ^toNeko looks like it fits -- cc : tweaked maybe? -- Hephaestus (fabric tinkers construct port) -- proximity chat < i get to hear what the linux blogs sound like,, < oh god ! -- proximity chat groups -- polymorph (in case some mods share the same recipe) -- carry on (pick up entities) \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7f4ee6b --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM alpine:latest + +ENV PATH=$PATH:/root/go/bin + +RUN apk add --update go \ + nodejs + +RUN go install github.com/packwiz/packwiz@latest + +WORKDIR /modpack diff --git a/README.md b/README.md new file mode 100644 index 0000000..ffe1181 --- /dev/null +++ b/README.md @@ -0,0 +1,173 @@ +# Linuxcraft Modpack + +Domain: [mc.linuxposting.xyz](mc.linuxposting.xyz) +Version: 1.20.1 +Modlist: [here](modlist.md) +Whitelist: ping catppuccin-macchiato or tux to get whitelisted + +## Useful Tips + +- set tablist nickname & suffix: `/name nickname ` & `/name suffix ` +- set chat nickname: `/neko nickname ` +- keybind for configuring Voicechat: `v` +- create vc group: `/groups create name:` +- turn yourself into a neko: `/tonekoadmin set ` + +## Contributing + +- We use [packwiz](https://packwiz.infra.link/tutorials/creating/getting-started/) to manage the modpack +- Mods should be sourced from Modrinth where possible + +## Release Notes + +### v1.14.1 + +- removed c2me because of chunk resets + +### v1.14.0 + +- added musical instruments +- added plushy + +### v1.11.1 + +- double doors now open together! + +### v1.11.0 + +- fixed pickaxes +- rebalanced anvil repair mechanics +- added animal feeding trough +- added sawmill +- removed duplicate gravestone mod because why do we have two of those?? + +### v1.10.0 + +biiiig update :3 + +- added hex casting +- added handcrafted +- added critters and companions +- added tom's peripherals and ducky peripherals for computercraft +- added continuity (optional) +- added assorted visual and quality of life mods + +### v1.6.0 + +- Switch back to old Gravestone Mod + +### v1.5.6 + +- Add Server Pack Back to Release + +### v1.5.5 + +- Try to fix CurseForge Export Format + +### v1.5.4 + +## Mod Additions + +- add distant horizons back + +#### Made mods optional + +- Distant Horizons +- Waygl +- Iris +- Blur +- 3D Skin Layers +- Plasmo Voice +- Plasmo Voice Groups + +### v1.5.3 + +- add trade cycling + +### v1.5.2 + +- add a space before the `meow~` for nekos to make messages more readable + +### v1.5.1 + +#### Fix Server starting problems + +- Add Fusion to server pack +- Change version of Configured from Modrinth to Curseforge + +### v1.5.0 + +#### Mods + +- Added Eureka +- Added BotanyTrees +- Added IronChests + +#### Technical Changes + +- Switched to packwiz for modpack management + +### v1.4.1 + +- Added Fast IP Ping for faster Connection to server + +### v1.4.0 + +#### Gameplay + +- Added Botany Pots +-Added RechiseledCreate + +#### Performance, QoL & Style + +- Switched from REI to EMI +- Added GPUTape +- Added ModernFix +- Added ThreatenGL +- Added WayGL +- Added Enchantment Descriptions +- Added DurabilityTooltip +- Added DynamicFPS +- Added EnhancedBlockEntities +- Added LambDynamicLights +- Added MemoryLeakfix +- Added ReesesSodiumOptions +- Added ShulkerboxTooltip +- Blanket Client Tweaks + +### v1.3.0 + +- Added Chisel Refabricated +- Added Rechiseled +- Added CreateFabric&REIBugFix +- Added Female Gender Mod + +### v1.2.2 + +- Added Entity Culling mod for better performance + +### v1.2.1 + +- Made distant horizons optional + +### v1.2.0 + +#### Added + +- Powah +- Roughly Enough Professions +- Gravestones +- Harvest +- Justzoom +- Lighty +- MouseWheelie +- 3d Skinlayers + +#### Enabled + +- Appleskin +- Blur + +### v1.1.0 + +- First Release on this repository diff --git a/Readme.md b/Readme.md deleted file mode 100644 index 9c9c39d..0000000 --- a/Readme.md +++ /dev/null @@ -1,14 +0,0 @@ -# Linuxcraft Modpack - -Domain: dread-net.com -Version: 1.20.1 -Modlist: [here](modlist.md) -Whitelist: ping catppuccin-macchiato or tux to get whitelisted - -## Useful Tips: - -- set tablist nickname & suffix: `/name nickname ` & `/name suffix ` -- set chat nickname: `/neko nickname ` -- keybind for configuring Voicechat: `v` -- create vc group: `/groups create name:` -- turn yourself into a neko: `/tonekoadmin set ` diff --git a/minecraft/defaultconfigs/mousewheelie.hjson b/defaultconfigs/mousewheelie.hjson similarity index 100% rename from minecraft/defaultconfigs/mousewheelie.hjson rename to defaultconfigs/mousewheelie.hjson diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..7dd1255 --- /dev/null +++ b/index.toml @@ -0,0 +1,888 @@ +hash-format = "sha256" + +[[files]] +file = "defaultconfigs/mousewheelie.hjson" +hash = "eb10190320c9cf49b7b95299c01c4c163736de8d401a14252f8170add0de18f0" + +[[files]] +file = "mods/3dskinlayers.pw.toml" +hash = "1b7cc85221410b6421b92fa4193300d2abda2ce218ca98dda195da83d8979178" +metafile = true + +[[files]] +file = "mods/addonslib.pw.toml" +hash = "1b6e4f43c8138e60d9f2283c83fa5f5e5c267b35ca764952699472c751647642" +metafile = true + +[[files]] +file = "mods/advanced-backups.pw.toml" +hash = "123d72dac2dc5f251d8dbe6c981200773d8d5c93b3d8fcc25c2533204cc597bc" +metafile = true + +[[files]] +file = "mods/ae2-emi-crafting.pw.toml" +hash = "f9de150fd28847bbae0649278f098babfb0ea4961caf93bec38835c4574e5ab3" +metafile = true + +[[files]] +file = "mods/ae2.pw.toml" +hash = "92facdf346314689b4ec500fb71381da34dd5e31e32d79afccb7e41a299ea7ed" +metafile = true + +[[files]] +file = "mods/animal_feeding_trough.pw.toml" +hash = "44b701cd39246e1699d49278cb55459d3b80768e69c56fa4c36bb8dd03605868" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" +metafile = true + +[[files]] +file = "mods/applied-energistics-2-wireless-terminals.pw.toml" +hash = "f53692469637eda8ca8e113738fc02e4a08a2093781da80c96c8fdf0671b65b2" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "e12dce3e543168379a2856c66064ee2001e6420a9dfc6163f37b78e518947456" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "7dc148833d9a455f8ddebab5c3d8a03c2797cff1296d8c0bcb526e6226b97cb3" +metafile = true + +[[files]] +file = "mods/bclib.pw.toml" +hash = "ab1e22cc66189067e002a204c70c553cc7cc0e738bd602f405d7cc37561260be" +metafile = true + +[[files]] +file = "mods/betterend.pw.toml" +hash = "dd8057c40ff94e9a21a121583884f71c9a6b1eaa6f913ef46c5d1f9b37fe487f" +metafile = true + +[[files]] +file = "mods/betterf3.pw.toml" +hash = "a1e024094c28068c99a6da1c5867cbd4e66a315718039659bfa533a138762d9e" +metafile = true + +[[files]] +file = "mods/biomes-o-plenty.pw.toml" +hash = "a2de85ebe9629568398185b5b9554bcc0c54e322b214d78368485a6074a66279" +metafile = true + +[[files]] +file = "mods/bits-and-chisels.pw.toml" +hash = "4780df2e8d01122c7f5aedee4b8bff93a05c635dc2353fe133cc461a1f51c1f2" +metafile = true + +[[files]] +file = "mods/blahaj.pw.toml" +hash = "6447d9f9933ee9085520af83a0d85d2a46e2e8691173df443feebdcb0d893aba" +metafile = true + +[[files]] +file = "mods/blanket.pw.toml" +hash = "204a6e607eabf19083f9a4f99e7bc33ff9df95d8c77deaba58f67a6a19f8c811" +metafile = true + +[[files]] +file = "mods/blur-plus.pw.toml" +hash = "660ec4c154fac2cbe956e35c2f93c34ada20251b2c53cee2e71749ab6824ff7f" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "62392ad801b58819a5821bdbde21686cf338cf0416ece1721db551f8d2497db3" +metafile = true + +[[files]] +file = "mods/bookshelf-lib.pw.toml" +hash = "0b5feeae74fe992084ec5cb12eab3404ddd5054e85c9006f7ba4d65f209de13f" +metafile = true + +[[files]] +file = "mods/botany-pots.pw.toml" +hash = "48ef9e4284b44490f568508a5577023399ed6b95dba6a36f413e9b8eeeec2f40" +metafile = true + +[[files]] +file = "mods/botany-trees.pw.toml" +hash = "1408ae4514817640988c90d8a96c872027132b93dda7872398949128b82fcdea" +metafile = true + +[[files]] +file = "mods/botarium.pw.toml" +hash = "2f57caef93731338be19b1e14065978eb3e14dbfc0c1f9699dfcc2f201e2c23b" +metafile = true + +[[files]] +file = "mods/cardinal-components-api.pw.toml" +hash = "127f0a7311e4ecd77c0b96660e0ff873d78d253fffb68db6101eeb414de38bb1" +metafile = true + +[[files]] +file = "mods/carry-on.pw.toml" +hash = "5ba003768a235ab0d811218191166f9aefa4c9a2509341fbba1efd80e18d3676" +metafile = true + +[[files]] +file = "mods/carryon-vs-compat.pw.toml" +hash = "b3d72da43e10056cef5c15eabeee3fba4fe72bb48c4559ef172f5880dcf69c46" +metafile = true + +[[files]] +file = "mods/cat-loaf.pw.toml" +hash = "5937a705a044b790a79e4d8f7a5239b7b4361eba464c828846e7a335bba818b6" +metafile = true + +[[files]] +file = "mods/cat_jam.pw.toml" +hash = "84f06484c12f1322f6761fcbb43b12a2202ece777157b3025b3e3010016aef05" +metafile = true + +[[files]] +file = "mods/cc-tweaked.pw.toml" +hash = "2734e629ae60121793c07db76ab086f37953217142c5bb4a5e10c7fafc6104ae" +metafile = true + +[[files]] +file = "mods/chisel-reborn.pw.toml" +hash = "281e2429b2f37421799b6ff4613c8a783df5e008c2864f91aa862418ff86f272" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "41a3dc271859b118417946d2fdb2408523563b2f4f49048073672a342fb1aebf" +metafile = true + +[[files]] +file = "mods/collective.pw.toml" +hash = "a26cea970dd7ffc20aeb983912e72ba57e83f6e1a42a661a5b4250f77de25650" +metafile = true + +[[files]] +file = "mods/configured.pw.toml" +hash = "e1b96a7b1d81aa26642379484ff427392dcc11e01d8d780d302f6db0f6af97d7" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "eac4a7f52024310f9d6e8af0772a74ff6fa44d9c06df53f9322cd4193d864fb6" +metafile = true + +[[files]] +file = "mods/controlling.pw.toml" +hash = "e81c635602878f92af9a9c11b92481b25c7aaf3f68cd015dabf5f67201886401" +metafile = true + +[[files]] +file = "mods/copycats.pw.toml" +hash = "f460d01d0351226ce596672936cc09364028046e87fc357bd0218c6df3e89d83" +metafile = true + +[[files]] +file = "mods/cosmetic-armor.pw.toml" +hash = "195105e5e989cd109d5f644b58eca2e06f9d487d80ea365fa42033675aac7ac7" +metafile = true + +[[files]] +file = "mods/craftable-saddles-by-sumbaii999.pw.toml" +hash = "44625bb1e32b47d7081a8f06e48387a45ce88e0020cfa3ed06fa0e45af7047a3" +metafile = true + +[[files]] +file = "mods/create-clockwork.pw.toml" +hash = "ce13b5e51405cbfd8025a38dcbc707428566f820c3c1c98473507db0f4386007" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "7d227ef90b1918ceb348ade235a5d17c7894acbf387575e96c08920a5bad1bbb" +metafile = true + +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "b79bc9976d5958f4b88ca23575e0d0dc677a2b06931108f6f7bc3fd3e46bb22c" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "76aba8d8cc62f325d52613c1b66d17dae77dd1df918b1153fc2bd5fb80b42a27" +metafile = true + +[[files]] +file = "mods/critters-and-companions.pw.toml" +hash = "9ae250801c58c2989e96de6c11c9eaa450b4caff9c84e32929b768bed1edc2eb" +metafile = true + +[[files]] +file = "mods/cryonicconfig.pw.toml" +hash = "ac8c9d8a720dac25670730ed542c7e1575a96103127f5a7a277594e438a420f6" +metafile = true + +[[files]] +file = "mods/ctlibmod.pw.toml" +hash = "08c318add426c36c0b9eca36102484c0a9ee553fa7cb52ebbd14d5a9bb7b3660" +metafile = true + +[[files]] +file = "mods/cyberanner-ironchest.pw.toml" +hash = "2f7b032107ae72bdab0025995de49b8f7434a03f3316045b56e29e39648ffbb8" +metafile = true + +[[files]] +file = "mods/deimos.pw.toml" +hash = "4329b514c4d806fea68e4802aa23b0d03443933dc171e5833fe1b1ea38956178" +metafile = true + +[[files]] +file = "mods/deslabification.pw.toml" +hash = "64cb73ca6e2ab858e1dbe4037ba8fe68d472f46f9451e7bb10bf2d7109a9fcfd" +metafile = true + +[[files]] +file = "mods/distanthorizons.pw.toml" +hash = "01a9b7fc75305a132f9f95fa917928b9fe30acd6b2a90a5430f313f2cb5c3871" +metafile = true + +[[files]] +file = "mods/do-api.pw.toml" +hash = "076d114e25526f50fac7c7c9a6b2cf2bb19b51c7e5f42db51f6d62e603582e85" +metafile = true + +[[files]] +file = "mods/double-doors.pw.toml" +hash = "19ed3ab7fccbb3946ce87aa84bfe6aa1bfe546bd007d447b0112e1cf114d14ee" +metafile = true + +[[files]] +file = "mods/duckling.pw.toml" +hash = "45a0847dd7bbb39abfaf0005d0075077c0714148180807584d424f703f2e3365" +metafile = true + +[[files]] +file = "mods/ducky-periphs.pw.toml" +hash = "cc6eb3c71b6f59304db3600f9a4878526a87af81f4b2d195e3a8a21d513878ee" +metafile = true + +[[files]] +file = "mods/durability-tooltip.pw.toml" +hash = "ab0a2eb7d496c659af26dd31070a778f84a7f88b17fc75fea4ad3e31075bf319" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "ce0b6c452313b669ce95d6bc7f232f72b89bf61ebb2013cac5b17a09c8132510" +metafile = true + +[[files]] +file = "mods/easyauth.pw.toml" +hash = "7362d9766225b78a232dba2c41a4ee09c7b1ced0e99a1a370a1156b4ff9d12cb" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "c9102ad224c1496927d326707ee2cd2a2cfd6f278f05e23a19aa45395306daf6" +metafile = true + +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "b4ab0cc9a2ddcc3753b6775a62092f90e8f41f47c58a8f4cfcb41001c404d490" +metafile = true + +[[files]] +file = "mods/emi-ores.pw.toml" +hash = "f9109bb1aae21525af8da7ed9d062b5a9c3f32a520a4fb5816847e051b64dd34" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "fec1ffa03b4d62e47be25512840490844fc383cf82d2ad35345b2f87a21e8228" +metafile = true + +[[files]] +file = "mods/emitechreborn.pw.toml" +hash = "d30cb6e23b9b5641e251ecde7517c0537f6496ef3bfc8e6ca3c9cd53585d1b43" +metafile = true + +[[files]] +file = "mods/emitrades.pw.toml" +hash = "71d944c917bf1e4f0f6fac8c39f3b1038becaa039cdf3638982f4cdb58ef99b4" +metafile = true + +[[files]] +file = "mods/emized-botany-pots.pw.toml" +hash = "9abf30d65d74e7aba054061b6f7e9e467f5e83ce05fdb8744df1283a40155cb9" +metafile = true + +[[files]] +file = "mods/enchantment-descriptions.pw.toml" +hash = "8ca413f9c2a155068d71e0057b23d8a199473fb78b37fe1ea864b5455e997a26" +metafile = true + +[[files]] +file = "mods/enhanced-cats.pw.toml" +hash = "a58910e720857984ccd736ee9e2899e784029f5a40c02b278d33c3f6752706d4" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "8a9386b76d226cf0bd2ab2faaa97442bb532702ca5fb7436b66b1383e0e306e3" +metafile = true + +[[files]] +file = "mods/estrogen.pw.toml" +hash = "18b0d44213fd3c7e22748e4ad775e6ce5cf243f9b38294130a826c845ae913c4" +metafile = true + +[[files]] +file = "mods/eureka.pw.toml" +hash = "8ea11b348e14a256d830dd40f0e1d6736d069a8cc1e0b2a6747db6256be5247f" +metafile = true + +[[files]] +file = "mods/evenmoreinstruments.pw.toml" +hash = "1c776568dbab390b33dbbb26311777428f2c3461af2a5d32d6c43c8f01440998" +metafile = true + +[[files]] +file = "mods/extra-mod-integrations.pw.toml" +hash = "376321a4e11e86d932670192b6ddebfd7b898c4e47e74a6b08c7c0123a0aa49c" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "2b7949e506ba69c57139127c0ccc6caf5a9ec5ec97788b81288118db3d7c2ad3" +metafile = true + +[[files]] +file = "mods/fabric-language-kotlin.pw.toml" +hash = "f217a0233c8aef84e914e1f8e90718be2496a923725215190d375ab3140379ab" +metafile = true + +[[files]] +file = "mods/falling-leaves-fabric.pw.toml" +hash = "d61a2e6668979d6245714e6de8618f643c85805c28e707288fd7c59dbedf0ead" +metafile = true + +[[files]] +file = "mods/farmers-delight-refabricated.pw.toml" +hash = "5c98012330282f45370e95f4206ccf214fb059b73a8b4ebe0aeb2ae57647d8d5" +metafile = true + +[[files]] +file = "mods/fast-ip-ping.pw.toml" +hash = "29d41095d30271247f296402d3e50d8ce060acf77808efcbe25de0ec84e76975" +metafile = true + +[[files]] +file = "mods/female-gender.pw.toml" +hash = "26c33cf9892d2221149aa0fb26eb1dbb17227f7a3f4542624a40ab69dfea60c4" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "86cbfa8adbbb8be527f95aca49b427f892aa780773df141dfd7f4ffd02740bbd" +metafile = true + +[[files]] +file = "mods/figura.pw.toml" +hash = "2dea8ba6f3ac992708117f1e6ad46ee9046d5d1ff24609ea206ac7fb64ccc734" +metafile = true + +[[files]] +file = "mods/fixed-anvil-repair-cost.pw.toml" +hash = "91cbb538a7840a2e022898d27e256860851590c73702345d12a35c25f9152f1b" +metafile = true + +[[files]] +file = "mods/flower-patch.pw.toml" +hash = "03735c9e2c1c4bb768c96f7e51aecec02482e9beb853e250e267c33d4e48c68c" +metafile = true + +[[files]] +file = "mods/forge-config-api-port.pw.toml" +hash = "4449401b59481016fa2a66d6e749795129160cb1ab3e7932e15033c6b5815455" +metafile = true + +[[files]] +file = "mods/fusion-connected-textures.pw.toml" +hash = "0ec2d611bc3407c0c0fcfc7b0f75397e2e0561daf96c286ae6478d571e5403cf" +metafile = true + +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "73eaf730f838085585517587a39a8d8d865c58646346a5bfbf703e5f3ac30314" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "417d734aff1f58cd43b01f3500be44ab2ab3a855cc2a34515b82837eb4e7b82c" +metafile = true + +[[files]] +file = "mods/genshin-instruments.pw.toml" +hash = "cac2cb45a3042f3de23ca69d4922e9e3cec0244d04530974a1d957dff3b3f407" +metafile = true + +[[files]] +file = "mods/glitchcore.pw.toml" +hash = "493ed95320ee3cc9c2def86b9d0971c2ca4bb4215921c2a11208bee77d5dbfb5" +metafile = true + +[[files]] +file = "mods/gputape.pw.toml" +hash = "3dbbe88bcb85142955f776a9542daec9eb5c5c7c349e56306cc7b8dbe4a84c4c" +metafile = true + +[[files]] +file = "mods/gravestones-fix.pw.toml" +hash = "9cc5869f09f90c5f3af001135dc1dedbcdbeccd6f01a6c59cdee2b53afe2f4d5" +metafile = true + +[[files]] +file = "mods/gravestones.pw.toml" +hash = "e02e297f397621e1c0d17f6853d5176e23343609e978ac3fd35f1a73d00d509c" +metafile = true + +[[files]] +file = "mods/handcrafted.pw.toml" +hash = "f6629a3c5e023a96cb5d78d66e93b47245996c46a079921b3f6a6094209dc1b0" +metafile = true + +[[files]] +file = "mods/harvest.pw.toml" +hash = "078860bac1f307372efd36c5e861dd4fac7a387f138f09989f8fff0ad12b7904" +metafile = true + +[[files]] +file = "mods/hephaestus.pw.toml" +hash = "da53b078e3d222c72a3dc7f065cca1cad9772473a6be401f4e7098c0e7da6456" +metafile = true + +[[files]] +file = "mods/hex-casting.pw.toml" +hash = "61e5f0c2fc067877744d9cdbed9704e4da4933a4be893e5ef61174346fb13af6" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "cb85864ff2d3936a5ab4f7e7ccf763dbda0153412ba52c95a63b29677a012aaf" +metafile = true + +[[files]] +file = "mods/inline.pw.toml" +hash = "6fd34bf65c7e23b232315da1a5c9139ffa1d8d334495872fd229e39e00b94d61" +metafile = true + +[[files]] +file = "mods/interactive.pw.toml" +hash = "d35c75ec92d4e1c46d264d41685bf261b5984d81457762bd5f360e4fce251261" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "afc7a29495ed869e812027ca9e69f0ece7dadfa6429e0f7417c54b5832397f68" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "d5faaf6d7e4be8bdf9b1b200edee175c2704ce13abad9d1951a4d4a45b432d4e" +metafile = true + +[[files]] +file = "mods/just-enough-calculation.pw.toml" +hash = "01ef3aee6f96a4a6227fc41884481e73443c34e54d465dd3cac46a068061c7da" +metafile = true + +[[files]] +file = "mods/just-zoom.pw.toml" +hash = "9495bb2388d7fa5ccf6b33b485f75c7ed15f8a59956406a92ad427e8504980e8" +metafile = true + +[[files]] +file = "mods/kibe.pw.toml" +hash = "b52bdae22d6a73fc91ffb72da3b992a286f54f6180ed33b8e6864fc04d001eb3" +metafile = true + +[[files]] +file = "mods/konkrete.pw.toml" +hash = "d6be91dc0a2aca23ee640818d8a8295c85ddb2db6e0413669ecac9600b01eef0" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "9063bac3fdf585a43d318e3f9773475a28ecb8fe80bc7689cc480851eef97420" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "e727cc5823b7391db5c30bbaa3769fed77533db693011d0dc8698b0e4303b71d" +metafile = true + +[[files]] +file = "mods/lets-do-addon-compat.pw.toml" +hash = "187f524b1d902ceafcb2d8b6675ad9f4cd849dfbbca037777170d5c52e46af47" +metafile = true + +[[files]] +file = "mods/lets-do-bakery.pw.toml" +hash = "6e4ef29d4f259f1b797dff8b02cf49eff8500ab4824412a3b49dd158f80f2947" +metafile = true + +[[files]] +file = "mods/lets-do-beachparty.pw.toml" +hash = "f937a33a62b1be092879f27572a338696f22beb6ca7d8f5ead8e93e59ccec9a1" +metafile = true + +[[files]] +file = "mods/lets-do-brewery.pw.toml" +hash = "f3f8fd71302e5303bd119379923fe88716cb182a781871bb9db1c25fb58ef6f8" +metafile = true + +[[files]] +file = "mods/lets-do-emi-compat.pw.toml" +hash = "b9c77ce01565a321872ed9b38072e1fbdc33d7ed601bc38bf5bdf01240ed97a4" +metafile = true + +[[files]] +file = "mods/lets-do-herbalbrews.pw.toml" +hash = "f6275345ca358025bda3be46bcc29ac3f20ee04ec2e54d200a59ec96cb2630e5" +metafile = true + +[[files]] +file = "mods/lets-do-nethervinery.pw.toml" +hash = "ae6b88b4e3d862cf10118b54d294f4cb9750062027271ad0547eea22e2e3cda2" +metafile = true + +[[files]] +file = "mods/lets-do-vinery.pw.toml" +hash = "22e8d23931e014fafd6d6e050f0211490fc240ef64ee5dbbb3e0700964418c3f" +metafile = true + +[[files]] +file = "mods/lighty.pw.toml" +hash = "6b986485b44e2007fc69334325f45ad1a4ad1d09d7f7814b1dbc443f171abbd1" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "a08a445002542d96a8481654c3f4b5e2d3c064f77b477aeaa3a1d1c3cd396ca8" +metafile = true + +[[files]] +file = "mods/lmft.pw.toml" +hash = "ff052f0f95402b886792a46ac8a38bb6115221c2bc37ec4040322ddebd7dfe6f" +metafile = true + +[[files]] +file = "mods/luckperms.pw.toml" +hash = "ed322399f2f703b5cc9f6652d85e8eb215a53c7acbeef27964c0d6af7400561a" +metafile = true + +[[files]] +file = "mods/macaws-biomes-o-plenty.pw.toml" +hash = "9876d69a9340de96537eb80fec92f5df5afdd2e5464dd6a557597358f3f79f5e" +metafile = true + +[[files]] +file = "mods/macaws-doors.pw.toml" +hash = "ea9af51413113483ba002f9827a66653b184363c68d6280009677df1fe171afa" +metafile = true + +[[files]] +file = "mods/macaws-fences-and-walls.pw.toml" +hash = "138d998816672a15b1de2405078654d64eeb4ccce7e226a78dec9f76940ad80f" +metafile = true + +[[files]] +file = "mods/macaws-furniture.pw.toml" +hash = "2119cbbefc4cddc7dcd10e3b8e3bcfde462242aa8383f62d4218ffd14d3ce7e7" +metafile = true + +[[files]] +file = "mods/macaws-lights-and-lamps.pw.toml" +hash = "52474049a6eef09eb3cbd35d92c4249808f4d2338bd4da272991f2924da3c47f" +metafile = true + +[[files]] +file = "mods/macaws-trapdoors.pw.toml" +hash = "d8bab44aefed1f0b3cc5b191d0a18a621d552369cea2c7c311337193e9ab30be" +metafile = true + +[[files]] +file = "mods/macaws-windows.pw.toml" +hash = "0a6b6ce76026e217af6d2c1d2f8cf6992ae45026a94172687d9c50cbf2e00b5a" +metafile = true + +[[files]] +file = "mods/measurements.pw.toml" +hash = "06f17c678b31194e5bdceff9b07b15afe90ec28e57072c22f98afd995ee7fd0e" +metafile = true + +[[files]] +file = "mods/memoryleakfix.pw.toml" +hash = "ede2f61d6b592f44294fa8790c2f050729c487aa86aba09034f2ef30d45e0e93" +metafile = true + +[[files]] +file = "mods/modern-dynamics.pw.toml" +hash = "28f2e6c19497ba0a7b3d1073720a351ecbb84db27fd09fd74fdba18ffbf2ff33" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "f149a969021fee77abd79fee4906f80abbbd928b3f68bf14de1a2685ee9a2a80" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "d7145fd1bd8b4bb6a3b84652a96a68870fb3ab32230f27520bb9362fd17ec39f" +metafile = true + +[[files]] +file = "mods/moonlight.pw.toml" +hash = "0d97fa3f604b02ae66cc9913acd3906313f61a3b35f224370f2af4334964c8f6" +metafile = true + +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "b6685e98fce8f1f45868b9df3dbaa410ec23bb64896c826be596d98b01326116" +metafile = true + +[[files]] +file = "mods/mouse-wheelie.pw.toml" +hash = "b71ebab572583fcca1a864236e233a84c637bf00c78f0d1240b742763c0375d8" +metafile = true + +[[files]] +file = "mods/netherportalfix.pw.toml" +hash = "ba5ff18e27aa4a5ef3cc763c0f17178c57a916b183035678715ff0fa3f6fee6b" +metafile = true + +[[files]] +file = "mods/nets.pw.toml" +hash = "5ca8fbd517ad2a110188eece0a9ec9df09e62fd1e5cadecb0f3ac8489d9abd6f" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "9ce6efc7149cdae2deb751b4ebf2d220700cc1b204e7a1d026275203387f106b" +metafile = true + +[[files]] +file = "mods/nullscape.pw.toml" +hash = "e5e76b305f6e8fd611fb70695f42014c62e5f46b926d626eaf5ca0c78e394c5c" +metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "3c2fe6485d980a094a5094263d9d54dd59bd4cfd37439109be561894342a82f8" +metafile = true + +[[files]] +file = "mods/paucal.pw.toml" +hash = "49ef3ff0a74c6338f2160c4ee683ae34f745a38c0c87f2d7527e4f88406113fe" +metafile = true + +[[files]] +file = "mods/plasmo-voice.pw.toml" +hash = "3af84f567b9bfed97ef7c36b7451af40c4ac7abc41bda900646b1101f8dad0c9" +metafile = true + +[[files]] +file = "mods/plethora-peripherals.pw.toml" +hash = "61e6909174f4abd4d96b65974155fd018f7932e017cc69fdeca8316418132daf" +metafile = true + +[[files]] +file = "mods/plushie-buddies.pw.toml" +hash = "8dfc13ce6e242121eec2eeb0bd347bfef1a2a1f8e2ee9ef2896ae98b19ec2a4f" +metafile = true + +[[files]] +file = "mods/polymorph.pw.toml" +hash = "8293786ca23e23e7dd04d60d666f34145a00229a5959f7a1962995654cacdf1f" +metafile = true + +[[files]] +file = "mods/powah.pw.toml" +hash = "dbca62c1c040faadebbbfb2aa81a571d03cd11d4259c5bbcb1d2591561cea17f" +metafile = true + +[[files]] +file = "mods/pv-addon-groups.pw.toml" +hash = "637949dc0d69920eaf18f5737fcb9a5f26efbeb56d740528a90dc62a9325b0ef" +metafile = true + +[[files]] +file = "mods/rechiseled-create.pw.toml" +hash = "6a0e0360ed2eaed1e6ff40c705e81725fe530cd5b6fb0dbf81e03d1f05a14317" +metafile = true + +[[files]] +file = "mods/rechiseled.pw.toml" +hash = "d2dc9dfea0cc21063ccd2d3536d1caf26f4d71afa0c8fa812e416d271324f2e1" +metafile = true + +[[files]] +file = "mods/recipetweaks.pw.toml" +hash = "d9cded626e01699eacc26e431fcfea32cdcf5bb3025a87df914b42e7ca8176b6" +metafile = true + +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "4a7d1e46795d2d83b18db85d8dbc63740a1d337e12d2b9e550378de59f2b23ab" +metafile = true + +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "3f9e020fb15e1c2ede36d50b40c72d536f6de3f817bd703d26805a747175c8bc" +metafile = true + +[[files]] +file = "mods/searchables.pw.toml" +hash = "830270b8e5a34f5621720ae09c4cf716a65d8003a30d585c8b817aba1fde9ac8" +metafile = true + +[[files]] +file = "mods/shulkerboxtooltip.pw.toml" +hash = "539f2968d3ddc434abc40c12becaea92bea9f9373b27bd7ff75b67938a56a552" +metafile = true + +[[files]] +file = "mods/skinrestorer.pw.toml" +hash = "324c1b91fbd574b8ce39992ff50c0ad8eae2688f18e913fc442cea17ba95f69b" +metafile = true + +[[files]] +file = "mods/slice-and-dice.pw.toml" +hash = "47493d398295964924d386d0fb866dac1a2d5e0cd4692b8436ea2552ce6c99f6" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "ecf8e1df2361e5f1d090f83eee16c449ff1021dfb2da46474a72726406d5d535" +metafile = true + +[[files]] +file = "mods/storagedrawers.pw.toml" +hash = "e7c6f6e5dc19540c354302cac223d9b5ff096b474fd332e0cd9d5663a4ca96e7" +metafile = true + +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "caa507edc23c21df56cda8b40d30d74eaa999b19bf2fe4e2b53cf9a256e1ac76" +metafile = true + +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "6fba63f2152b6e51365f55d4a689f61053a4aa8b785e904715aef3d595a9fcb8" +metafile = true + +[[files]] +file = "mods/techreborn.pw.toml" +hash = "8bae583dbb72b66bf134bbb943ebd7e169997ee49ee3180c1b63aebaf3b85ba6" +metafile = true + +[[files]] +file = "mods/terrablender.pw.toml" +hash = "b3ae602303fd717bff2344bfb89aa427e2b4a1ab5fffdcc25183b22102c492df" +metafile = true + +[[files]] +file = "mods/terralith.pw.toml" +hash = "3b61fcf1c80cfdd79282be71ddfa9cce02fc13f8d87a760db455e2a97b801f40" +metafile = true + +[[files]] +file = "mods/threatengl.pw.toml" +hash = "b46b606fdf58f8c0e4a96659c83e4972c50ed4d547e435d74e0b507328435d6e" +metafile = true + +[[files]] +file = "mods/toms-peripherals.pw.toml" +hash = "4dcfcecd5f3be5cbb1b07a11bf6a264033c1619786491ec2a1ebf1b748324c48" +metafile = true + +[[files]] +file = "mods/toneko-fabric-1.3.11.jar" +hash = "7c5bf134af3c5b6aaaca67b82127c8492b8f14ffc23d1b7968606ed99f4bbfa7" + +[[files]] +file = "mods/tonekomod.pw.toml" +hash = "c0787971d7a80e4ed1cec4b6aec5a661bf0e0ad0c3a5366b99190489c3fd5409" +metafile = true + +[[files]] +file = "mods/trackwork-refabricated.pw.toml" +hash = "8c00216e81ce333b2d428e0e90d859f8c9b0e7440cf187a1b6010407c0947cfa" +metafile = true + +[[files]] +file = "mods/trade-cycling.pw.toml" +hash = "df71b5d7427e9a508e9f298b5cdec84aa8c4fcb584beb0d16d86efb9d47b3bcd" +metafile = true + +[[files]] +file = "mods/travelersbackpack.pw.toml" +hash = "736c973b73d145aac2728acf181a18bd39a4b0126cfead47345d22a72c0898ce" +metafile = true + +[[files]] +file = "mods/trinkets.pw.toml" +hash = "ffdb79f5bc29f990e5889f5d159a043c7046b8cd8d79f17f54b44d7ccc2b242a" +metafile = true + +[[files]] +file = "mods/universal-sawmill.pw.toml" +hash = "dff3250de34e9ae2124e2608a78707b76a0dcaf4fa4c656190251c14376da35a" +metafile = true + +[[files]] +file = "mods/valkyrien-skies.pw.toml" +hash = "bf080aaab8b7d17a6443cdeced04f84a3ba1cd76aa57023e96f0646cb80cca02" +metafile = true + +[[files]] +file = "mods/vmod.pw.toml" +hash = "267fad1c5a5eb2254100c88c9ddd658e2a7b53a8452ed97e0cb0c2a13572f3e4" +metafile = true + +[[files]] +file = "mods/waygl.pw.toml" +hash = "22e4df6a9c2fe45df5d3b5b25cdfd9ca30eff6cae19878b645954c26b656c8c1" +metafile = true + +[[files]] +file = "mods/waystones.pw.toml" +hash = "328e3a71ad894b40c8fa9640bb27534e04740ff697949b45792baf4730094e3f" +metafile = true + +[[files]] +file = "mods/xaeros-map-server-utils.pw.toml" +hash = "b14eb0d5cbc38e09ee5f32e8259f35330893236cae45a80d8b6a91ffafc053d6" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "a2f8f9c0410885c429945a8e5142a3b4bbaa63bf147f9b2fdd035113b404344f" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "9caca4be3884e5a7c22b681fc4b4d123bb7a9648b4d4936f5ce60df8799fa8eb" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "8305bf17272f0c579b0930b751c12089de9fb157dbdb5c080836ce3daad310b5" +metafile = true + +[[files]] +file = "servers.dat" +hash = "664b8e135e9c7bfaa5b8c8992d39efeb6061b20b06011d5596d6c79e9ebdc642" diff --git a/instance.cfg b/instance.cfg deleted file mode 100644 index c1466d9..0000000 --- a/instance.cfg +++ /dev/null @@ -1,79 +0,0 @@ -[General] -AutoCloseConsole=false -AutomaticJava=true -CloseAfterLaunch=false -ConfigVersion=1.2 -CustomGLFWPath= -CustomOpenALPath= -EnableFeralGamemode=false -EnableMangoHud=false -Env=@Variant(\0\0\0\b\0\0\0\0) -ExportAuthor= -ExportName= -ExportOptionalFiles=true -ExportSummary= -ExportVersion=1.0.0 -IgnoreJavaCompatibility=true -InstanceAccountId= -InstanceType=OneSix -JavaArchitecture=64 -JavaPath=/home/paytonb/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/java/java-runtime-gamma/bin/java -JavaRealArchitecture=amd64 -JavaSignature=dab83fd6994e27f0915985302396c7fd7ae07c9a -JavaVendor=Microsoft -JavaVersion=17.0.15 -JoinServerOnLaunch=false -JoinServerOnLaunchAddress= -JoinWorldOnLaunch= -JvmArgs= -LaunchMaximized=false -LogPrePostOutput=true -ManagedPack=false -ManagedPackID= -ManagedPackName= -ManagedPackType= -ManagedPackVersionID= -ManagedPackVersionName= -MaxMemAlloc=4096 -MinMemAlloc=512 -MinecraftWinHeight=480 -MinecraftWinWidth=854 -OnlineFixes=true -OverrideCommands=false -OverrideConsole=false -OverrideEnv=false -OverrideGameTime=false -OverrideJavaArgs=false -OverrideJavaLocation=true -OverrideLegacySettings=false -OverrideMemory=false -OverrideMiscellaneous=false -OverrideNativeWorkarounds=false -OverridePerformance=false -OverrideWindow=false -PermGen=128 -PostExitCommand= -PreLaunchCommand= -Profiler= -QuitAfterGameStop=false -RecordGameTime=true -ShowConsole=false -ShowConsoleOnError=true -ShowGameTime=true -UseAccountForInstance=false -UseDiscreteGpu=true -UseNativeGLFW=false -UseNativeOpenAL=false -UseZink=false -WrapperCommand= -iconKey=default -lastLaunchTime=1750379876324 -lastTimePlayed=4150 -linkedInstances=[] -name=linuxblrtest -notes= -totalTimePlayed=10470 - -[UI] -mods_Page\Columns=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\v\x80\a\0\0\0\x4\0\0\0\t\0\0\0\x64\0\0\0\a\0\0\0\x64\0\0\0\b\0\0\0\x64\0\0\0\n\0\0\0\x64\0\0\x4L\0\0\0\v\x1\x1\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\v\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\x1\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1) -shaderpacks_Page\Columns=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\x90\0\0\0\x4\x1\x1\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\x1\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\0\x64\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1) diff --git a/minecraft/icon.png b/minecraft/icon.png deleted file mode 100644 index c38b853..0000000 Binary files a/minecraft/icon.png and /dev/null differ diff --git a/minecraft/mods/.index/addonslib.pw.toml b/minecraft/mods/.index/addonslib.pw.toml deleted file mode 100644 index a3405a5..0000000 --- a/minecraft/mods/.index/addonslib.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'addonslib-fabric-1.20.1-1.5.jar' -name = 'AddonsLib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '8285af8b1c35265cc98b8962ac67dff831eeb21345699ab4bd2127902a346dbf2c6be89655acab056469d520575d927de6f611ed7ab9b6aeb8580502c4b1aa63' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/cl5ec0Qm/versions/QEJEiF12/addonslib-fabric-1.20.1-1.5.jar' - -[update.modrinth] -mod-id = 'cl5ec0Qm' -version = 'QEJEiF12' \ No newline at end of file diff --git a/minecraft/mods/.index/ae2.pw.toml b/minecraft/mods/.index/ae2.pw.toml deleted file mode 100644 index 9134e65..0000000 --- a/minecraft/mods/.index/ae2.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'appliedenergistics2-fabric-15.3.6.jar' -name = 'Applied Energistics 2' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'af5e1088af2dcfaaffc865563e9588e4189b5f11dc7d75cfeafe6a9e5b1a55680cc2e7b2eea3bd956c92934ccea0fa79476e8d190c487a4eaf475dc5151fe0d6' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/XxWD5pD3/versions/eDnBiYjR/appliedenergistics2-fabric-15.3.6.jar' - -[update.modrinth] -mod-id = 'XxWD5pD3' -version = 'eDnBiYjR' \ No newline at end of file diff --git a/minecraft/mods/.index/appleskin.pw.toml b/minecraft/mods/.index/appleskin.pw.toml deleted file mode 100644 index 6a81690..0000000 --- a/minecraft/mods/.index/appleskin.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'appleskin-fabric-mc1.20.1-2.5.1.jar' -name = 'AppleSkin' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '1544c3705133694a886233bdf75b0d03c9ab489421c1f9f30e51d8dd9f4dcab5826edbef4b7d477b81ac995253c6258844579a54243422b73446f6fb8653b979' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar' - -[update.modrinth] -mod-id = 'EsAfCjCV' -version = 'xcauwnEB' \ No newline at end of file diff --git a/minecraft/mods/.index/applied-energistics-2-wireless-terminals.pw.toml b/minecraft/mods/.index/applied-energistics-2-wireless-terminals.pw.toml deleted file mode 100644 index c0bc549..0000000 --- a/minecraft/mods/.index/applied-energistics-2-wireless-terminals.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'ae2wtlib-15.2.1-fabric.jar' -name = 'Applied Energistics 2 Wireless Terminals' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'aa1593f4466370daf2c4acbeea93dbb6249e9aaddaacc0383b0b016067ca47202398d89255812fa5758c56e873fbedb23595c1f05be01e9736f978a771332bca' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/pNabrMMw/versions/QewbGM3G/ae2wtlib-15.2.1-fabric.jar' - -[update.modrinth] -mod-id = 'pNabrMMw' -version = 'QewbGM3G' \ No newline at end of file diff --git a/minecraft/mods/.index/architectury-api.pw.toml b/minecraft/mods/.index/architectury-api.pw.toml deleted file mode 100644 index e691a11..0000000 --- a/minecraft/mods/.index/architectury-api.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'architectury-9.2.14-fabric.jar' -name = 'Architectury API' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar' - -[update.modrinth] -mod-id = 'lhGA9TYQ' -version = 'WbL7MStR' \ No newline at end of file diff --git a/minecraft/mods/.index/balm.pw.toml b/minecraft/mods/.index/balm.pw.toml deleted file mode 100644 index 98fd2e4..0000000 --- a/minecraft/mods/.index/balm.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'balm-fabric-1.20.1-7.3.31.jar' -name = 'Balm' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'c4cf7008ca7d954ed5fc10b4634e3c45d8a36d5cc0bd846cef580f3e1feb81a4d700b1e5029a154e57443470662a56fcbc842117a2f55947ebc90cd5b081a823' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/MBAkmtvl/versions/x05ZVyBJ/balm-fabric-1.20.1-7.3.31.jar' - -[update.modrinth] -mod-id = 'MBAkmtvl' -version = 'x05ZVyBJ' \ No newline at end of file diff --git a/minecraft/mods/.index/bclib.pw.toml b/minecraft/mods/.index/bclib.pw.toml deleted file mode 100644 index 404d982..0000000 --- a/minecraft/mods/.index/bclib.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'bclib-3.0.14.jar' -name = 'BCLib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar' - -[update.modrinth] -mod-id = 'BgNRHReB' -version = 'TPC86Pyz' \ No newline at end of file diff --git a/minecraft/mods/.index/betterend.pw.toml b/minecraft/mods/.index/betterend.pw.toml deleted file mode 100644 index 12ecdec..0000000 --- a/minecraft/mods/.index/betterend.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'better-end-4.0.11.jar' -name = 'BetterEnd' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar' - -[update.modrinth] -mod-id = 'gc8OEnCC' -version = '7QwyTILr' \ No newline at end of file diff --git a/minecraft/mods/.index/betterf3.pw.toml b/minecraft/mods/.index/betterf3.pw.toml deleted file mode 100644 index fe88342..0000000 --- a/minecraft/mods/.index/betterf3.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'BetterF3-7.0.2-Fabric-1.20.1.jar' -name = 'BetterF3' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '1b1f5bae45050bf01a23c57cfe94b7f42c6e0e9d669150effc04d3d09fd43c2dbea6c634117309ab1ee11253fcdb3c6061a9034e963b7f08476a76f1e98c3b8a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar' - -[update.modrinth] -mod-id = '8shC1gFX' -version = '7WkFnw9F' \ No newline at end of file diff --git a/minecraft/mods/.index/biomes-o-plenty.pw.toml b/minecraft/mods/.index/biomes-o-plenty.pw.toml deleted file mode 100644 index bb496b4..0000000 --- a/minecraft/mods/.index/biomes-o-plenty.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar' -name = "Biomes O' Plenty" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '0d8af03235f92465c158a38f4a3497658895d3f6cbb761b7c1eaf549d86622a2b3214d32d92de30b1ed86fa55085fd78c6f03cae289e51f09cd8701fda8b4619' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/HXF82T3G/versions/eZaag2ca/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar' - -[update.modrinth] -mod-id = 'HXF82T3G' -version = 'eZaag2ca' \ No newline at end of file diff --git a/minecraft/mods/.index/blur-plus.pw.toml b/minecraft/mods/.index/blur-plus.pw.toml deleted file mode 100644 index 9289a50..0000000 --- a/minecraft/mods/.index/blur-plus.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'blur-3.1.0.jar' -name = 'Blur+' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'c2e8d0bc87eb8bb5d36f4e980ef1a680e6238043f79553fa13248f6c9d46d18fce209ed57c66e1d1ce7aff04a397dd0ec907c3e07ff02c2c94c20998c6a22768' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar' - -[update.modrinth] -mod-id = 'NK39zBp2' -version = 'dki8Ab2D' \ No newline at end of file diff --git a/minecraft/mods/.index/bobby.pw.toml b/minecraft/mods/.index/bobby.pw.toml deleted file mode 100644 index de3f431..0000000 --- a/minecraft/mods/.index/bobby.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'bobby-5.0.1.jar' -name = 'Bobby' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '2c2872b633f67feef2af378793da928d1595bb0cd841ee8ca6cd2bbbef45d8f9c14456b2d8970d4d92ac2cbefdb753c77c37341dfdbf0d00268f9cf607914391' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/M08ruV16/versions/2cuVyTav/bobby-5.0.1.jar' - -[update.modrinth] -mod-id = 'M08ruV16' -version = '2cuVyTav' \ No newline at end of file diff --git a/minecraft/mods/.index/botarium.pw.toml b/minecraft/mods/.index/botarium.pw.toml deleted file mode 100644 index bae4b18..0000000 --- a/minecraft/mods/.index/botarium.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'botarium-fabric-1.20.1-2.3.4.jar' -name = 'Botarium' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '03589a8d05c17dbb4271c212d0eb00c53d9d5c0705f63c7816ff9e099245db71f94e7c544e323beaeac28d30bd3807eeccb1352792cb6d778ff6ecf68f4635c7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/2u6LRnMa/versions/f3ATcSfq/botarium-fabric-1.20.1-2.3.4.jar' - -[update.modrinth] -mod-id = '2u6LRnMa' -version = 'f3ATcSfq' \ No newline at end of file diff --git a/minecraft/mods/.index/c2me-fabric.pw.toml b/minecraft/mods/.index/c2me-fabric.pw.toml deleted file mode 100644 index 8f9ec59..0000000 --- a/minecraft/mods/.index/c2me-fabric.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar' -name = 'Concurrent Chunk Management Engine (Fabric)' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'alpha' - -[download] -hash = '359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar' - -[update.modrinth] -mod-id = 'VSNURh3q' -version = 's4WOiNtz' \ No newline at end of file diff --git a/minecraft/mods/.index/cardinal-components-api.pw.toml b/minecraft/mods/.index/cardinal-components-api.pw.toml deleted file mode 100644 index da46430..0000000 --- a/minecraft/mods/.index/cardinal-components-api.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'cardinal-components-api-5.2.3.jar' -name = 'Cardinal Components API' -side = 'server' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'f20484d5bc780bee9b388ff6075e7c3bd130c7f8cae75a425bfd1fb68d03ca19288c09b0729992987fd32f3a2433b49c25162e086de82abd8d06ee45e4e3c917' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/K01OU20C/versions/Ielhod3p/cardinal-components-api-5.2.3.jar' - -[update.modrinth] -mod-id = 'K01OU20C' -version = 'Ielhod3p' \ No newline at end of file diff --git a/minecraft/mods/.index/carry-on.pw.toml b/minecraft/mods/.index/carry-on.pw.toml deleted file mode 100644 index dca56e4..0000000 --- a/minecraft/mods/.index/carry-on.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'carryon-fabric-1.20.1-2.1.2.7.jar' -name = 'Carry On' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'ca96f56dba50ea4827ec7a15bc590ccb29aba01896550d3cb398bed18acdf469dd351cdc9312e4743f54955b3162e744c58d76c88eb79b1e5e5b4570f5b33c64' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/joEfVgkn/versions/Mkla4B3q/carryon-fabric-1.20.1-2.1.2.7.jar' - -[update.modrinth] -mod-id = 'joEfVgkn' -version = 'Mkla4B3q' \ No newline at end of file diff --git a/minecraft/mods/.index/carryon-vs-compat.pw.toml b/minecraft/mods/.index/carryon-vs-compat.pw.toml deleted file mode 100644 index 38f7574..0000000 --- a/minecraft/mods/.index/carryon-vs-compat.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar' -name = 'Carry On + Valkyrien Skies Compat' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '42a197cd703509ea03aa35903aa7bf1ea45348f7c1b894b9c3f8df508ced1983702b77f7173affb0b62c817a1cd956d5e0e87e20e1c4fbbd82e4182734a7b372' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/VdZ1CoT5/versions/HTQCChfT/CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar' - -[update.modrinth] -mod-id = 'VdZ1CoT5' -version = 'HTQCChfT' \ No newline at end of file diff --git a/minecraft/mods/.index/cc-tweaked.pw.toml b/minecraft/mods/.index/cc-tweaked.pw.toml deleted file mode 100644 index c8431a2..0000000 --- a/minecraft/mods/.index/cc-tweaked.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'cc-tweaked-1.20.1-fabric-1.115.1.jar' -name = 'CC: Tweaked' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '83325fd1b68058493e91e321cdb20fa9315f4d9081cee7e738351849a33b06b2dbed168b1ab7b87305ebac79ca80506dac8f172d309b932d83a7416980ae29ff' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/gu7yAYhd/versions/5DpvDFcX/cc-tweaked-1.20.1-fabric-1.115.1.jar' - -[update.modrinth] -mod-id = 'gu7yAYhd' -version = '5DpvDFcX' \ No newline at end of file diff --git a/minecraft/mods/.index/cloth-config.pw.toml b/minecraft/mods/.index/cloth-config.pw.toml deleted file mode 100644 index 529574c..0000000 --- a/minecraft/mods/.index/cloth-config.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'cloth-config-11.1.136-fabric.jar' -name = 'Cloth Config API' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar' - -[update.modrinth] -mod-id = '9s6osm5g' -version = '2xQdCMyG' \ No newline at end of file diff --git a/minecraft/mods/.index/create-fabric.pw.toml b/minecraft/mods/.index/create-fabric.pw.toml deleted file mode 100644 index 825c33e..0000000 --- a/minecraft/mods/.index/create-fabric.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'create-fabric-0.5.1-j-build.1631+mc1.20.1.jar' -name = 'Create Fabric' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '73ff936492c857ae411c10cae0194d64a56b98a1a7a9478ca13fe2a6e3ee155e327cf4590a3888aaa671561b4cf74de97f2f44224d7981b03a546e36236c3de2' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Xbc0uyRg/versions/7Ub71nPb/create-fabric-0.5.1-j-build.1631%2Bmc1.20.1.jar' - -[update.modrinth] -mod-id = 'Xbc0uyRg' -version = '7Ub71nPb' \ No newline at end of file diff --git a/minecraft/mods/.index/create-steam-n-rails.pw.toml b/minecraft/mods/.index/create-steam-n-rails.pw.toml deleted file mode 100644 index 3c62578..0000000 --- a/minecraft/mods/.index/create-steam-n-rails.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Steam_Rails-1.6.9+fabric-mc1.20.1.jar' -name = "Create: Steam 'n' Rails" -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '048a0cad7fd4f9eb7516ee557a8d427f4e65b7e7020a24f60fe171f5b84c53dc0a67b603fc4a7d063f15df05ae5e35fc4ff64ec1b8996ca6fc42833fc2f5d55b' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ZzjhlDgM/versions/VFhdqLko/Steam_Rails-1.6.9%2Bfabric-mc1.20.1.jar' - -[update.modrinth] -mod-id = 'ZzjhlDgM' -version = 'VFhdqLko' \ No newline at end of file diff --git a/minecraft/mods/.index/createaddition.pw.toml b/minecraft/mods/.index/createaddition.pw.toml deleted file mode 100644 index 08ddefd..0000000 --- a/minecraft/mods/.index/createaddition.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'createaddition-fabric+1.20.1-1.2.6.jar' -name = 'Create Crafts & Additions' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'f4ac98d196cef9cc0bfeac7d4070a60376b83cc5c441820a2d602443e7726aef8101fa5bbd5b60ea10ed926fc2770eff3fa5dda695268d1a96f16f4399b0bf77' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/kU1G12Nn/versions/ybLiaryg/createaddition-fabric%2B1.20.1-1.2.6.jar' - -[update.modrinth] -mod-id = 'kU1G12Nn' -version = 'ybLiaryg' \ No newline at end of file diff --git a/minecraft/mods/.index/distanthorizons.pw.toml b/minecraft/mods/.index/distanthorizons.pw.toml deleted file mode 100644 index 6596a67..0000000 --- a/minecraft/mods/.index/distanthorizons.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar' -name = 'Distant Horizons' -side = 'both' -x-prismlauncher-loaders = [ 'forge', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '14f5548cffa24fabdcfce6626fc813db42e28350a126833a54e1c54e13e6b393e232b5a0d55fe6bc6f7e273061adaade67f8a8bbee9503cdaf869c28db0995b7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/uCdwusMi/versions/vSDePnsB/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar' - -[update.modrinth] -mod-id = 'uCdwusMi' -version = 'vSDePnsB' \ No newline at end of file diff --git a/minecraft/mods/.index/enhanced-cats.pw.toml b/minecraft/mods/.index/enhanced-cats.pw.toml deleted file mode 100644 index c1506f9..0000000 --- a/minecraft/mods/.index/enhanced-cats.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Enhanced Cats-1.20.1-1.20.3-0.8.jar' -name = 'Enhanced Cats' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1', '1.20.2', '1.20.3' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '1fba8cddd93a57c40b69830f719998ae553014c249d06d29f3f9798af65671184f46befab1f697380ad6336fc2549c70e2246f6bbd3977e01609a88de8f99eb3' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/e2R0wxyL/versions/ncT5cftQ/Enhanced Cats-1.20.1-1.20.3-0.8.jar' - -[update.modrinth] -mod-id = 'e2R0wxyL' -version = 'ncT5cftQ' \ No newline at end of file diff --git a/minecraft/mods/.index/estrogen.pw.toml b/minecraft/mods/.index/estrogen.pw.toml deleted file mode 100644 index d81a768..0000000 --- a/minecraft/mods/.index/estrogen.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Estrogen-4.3.4+1.20.1-fabric.jar' -name = 'Create: Estrogen' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '63b41969ca3008082a5c2c7b1a5b4a4ad10f6ba46f84357893df33413e97a9d910cbfd226c45b54538ca7b826e7de58525f83911c9a93a897da064302f7ce53c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/HhIJW8n1/versions/MCFB20q2/Estrogen-4.3.4%2B1.20.1-fabric.jar' - -[update.modrinth] -mod-id = 'HhIJW8n1' -version = 'MCFB20q2' \ No newline at end of file diff --git a/minecraft/mods/.index/fabric-api.pw.toml b/minecraft/mods/.index/fabric-api.pw.toml deleted file mode 100644 index f461b44..0000000 --- a/minecraft/mods/.index/fabric-api.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'fabric-api-0.92.6+1.20.1.jar' -name = 'Fabric API' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar' - -[update.modrinth] -mod-id = 'P7dR8mSH' -version = 'UapVHwiP' \ No newline at end of file diff --git a/minecraft/mods/.index/fabric-language-kotlin.pw.toml b/minecraft/mods/.index/fabric-language-kotlin.pw.toml deleted file mode 100644 index 5b8b68a..0000000 --- a/minecraft/mods/.index/fabric-language-kotlin.pw.toml +++ /dev/null @@ -1,55 +0,0 @@ -filename = 'fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar' -name = 'Fabric Language Kotlin' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.14', - '1.14.1', - '1.14.2', - '1.14.3', - '1.14.4', - '1.15', - '1.15.1', - '1.15.2', - '1.16', - '1.16.1', - '1.16.2', - '1.16.3', - '1.16.4', - '1.16.5', - '1.17', - '1.17.1', - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5', - '1.21.6' -] -x-prismlauncher-release-type = 'release' - -[download] -hash = '805eb96067560fa8acc8fcc7dbfba4ad8eed1a2bc9b46566e184f122533fdff844288f3df635762e1af927a4efe8989e9f11007a24bcdc73a32fc2dbebd720c3' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Ha28R6CL/versions/iqWDz8qt/fabric-language-kotlin-1.13.3%2Bkotlin.2.1.21.jar' - -[update.modrinth] -mod-id = 'Ha28R6CL' -version = 'iqWDz8qt' \ No newline at end of file diff --git a/minecraft/mods/.index/farmers-delight-refabricated.pw.toml b/minecraft/mods/.index/farmers-delight-refabricated.pw.toml deleted file mode 100644 index 53f3d4b..0000000 --- a/minecraft/mods/.index/farmers-delight-refabricated.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'FarmersDelight-1.20.1-2.4.0+refabricated.jar' -name = "Farmer's Delight Refabricated" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '298a416f5718926dfb825725705f3baa2b1b1ae0d8462df3fa0ca0f9d9f681570ef431b9ec37e0cdb52c82c195c6d010671a5e2b235fa182c4bcbf9c2978db79' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/7vxePowz/versions/PB4pwRax/FarmersDelight-1.20.1-2.4.0%2Brefabricated.jar' - -[update.modrinth] -mod-id = '7vxePowz' -version = 'PB4pwRax' \ No newline at end of file diff --git a/minecraft/mods/.index/ferrite-core.pw.toml b/minecraft/mods/.index/ferrite-core.pw.toml deleted file mode 100644 index 533b02f..0000000 --- a/minecraft/mods/.index/ferrite-core.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'ferritecore-6.0.1-fabric.jar' -name = 'FerriteCore' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar' - -[update.modrinth] -mod-id = 'uXXizFIs' -version = 'unerR5MN' \ No newline at end of file diff --git a/minecraft/mods/.index/geckolib.pw.toml b/minecraft/mods/.index/geckolib.pw.toml deleted file mode 100644 index 490a0db..0000000 --- a/minecraft/mods/.index/geckolib.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'geckolib-fabric-1.20.1-4.7.2.jar' -name = 'Geckolib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '22e7e59f4c708f927f0e7c17e92491a25bb233ecfc6993b6f01d7f6c1a9fe0e88eb1f0a5f019a1bc1d60095a77b88be903e7e5b0132e214d43c5ba28087f00f7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/8BmcQJ2H/versions/ezKSGafs/geckolib-fabric-1.20.1-4.7.2.jar' - -[update.modrinth] -mod-id = '8BmcQJ2H' -version = 'ezKSGafs' \ No newline at end of file diff --git a/minecraft/mods/.index/glitchcore.pw.toml b/minecraft/mods/.index/glitchcore.pw.toml deleted file mode 100644 index 10b9b48..0000000 --- a/minecraft/mods/.index/glitchcore.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'GlitchCore-fabric-1.20.1-0.0.1.1.jar' -name = 'GlitchCore' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '6aaf011fd04da2f2839da8e037add942588676385906d8ddad2927ca88414a37463f1b2e2ee2209a87cda8d2af9448a29e55e86ba2d94e857e46d28545ea7bbd' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/s3dmwKy5/versions/25HLOiOl/GlitchCore-fabric-1.20.1-0.0.1.1.jar' - -[update.modrinth] -mod-id = 's3dmwKy5' -version = '25HLOiOl' \ No newline at end of file diff --git a/minecraft/mods/.index/hephaestus.pw.toml b/minecraft/mods/.index/hephaestus.pw.toml deleted file mode 100644 index d3e6b57..0000000 --- a/minecraft/mods/.index/hephaestus.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Hephaestus-1.20.1-3.6.4.287.jar' -name = 'Hephaestus' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = 'be3370a6a5238de5f44927e780039e9bb46bc83d1d50bea7cdfae79941193a3f7968a379f283cc07fe9ceb97fc405f82cc9488ba903024649876efbfe4d2c399' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/sdSn3wvy/versions/Bt5aG0F3/Hephaestus-1.20.1-3.6.4.287.jar' - -[update.modrinth] -mod-id = 'sdSn3wvy' -version = 'Bt5aG0F3' \ No newline at end of file diff --git a/minecraft/mods/.index/indium.pw.toml b/minecraft/mods/.index/indium.pw.toml deleted file mode 100644 index 86d495c..0000000 --- a/minecraft/mods/.index/indium.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'indium-1.0.36+mc1.20.1.jar' -name = 'Indium' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '7c5a1851f1fc08ae69318e151d07151fabba6cda2a24616c9251e1a4e5b969453e88b97d60f926271d60e3511bfc6fa05a64a108466efb7f29bec4519547e0c9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Orvt0mRa/versions/nQHYSjxO/indium-1.0.36%2Bmc1.20.1.jar' - -[update.modrinth] -mod-id = 'Orvt0mRa' -version = 'nQHYSjxO' \ No newline at end of file diff --git a/minecraft/mods/.index/iris.pw.toml b/minecraft/mods/.index/iris.pw.toml deleted file mode 100644 index f0e6a62..0000000 --- a/minecraft/mods/.index/iris.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'iris-1.7.6+mc1.20.1.jar' -name = 'Iris Shaders' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1.20.1.jar' - -[update.modrinth] -mod-id = 'YL57xq9U' -version = 's5eFLITc' \ No newline at end of file diff --git a/minecraft/mods/.index/jade.pw.toml b/minecraft/mods/.index/jade.pw.toml deleted file mode 100644 index 2440a24..0000000 --- a/minecraft/mods/.index/jade.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Jade-1.20-Fabric-11.13.1.jar' -name = 'Jade 🔍' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '048029727a30462abc8e43ecae2d5178ab653783c6dbcb2bd7c4c9cc1bb7c7a2ad5267ca3f89757f5b716da3f653b8e60ed8f46497917f26f094acc8f7dd7dc9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/nvQzSEkH/versions/drol2x1P/Jade-1.20-Fabric-11.13.1.jar' - -[update.modrinth] -mod-id = 'nvQzSEkH' -version = 'drol2x1P' \ No newline at end of file diff --git a/minecraft/mods/.index/kibe.pw.toml b/minecraft/mods/.index/kibe.pw.toml deleted file mode 100644 index c17ad2e..0000000 --- a/minecraft/mods/.index/kibe.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'kibe-1.10.1-BETA+1.20.jar' -name = 'Kibe' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = 'eb8911008b43119b47eb5e44d8fea57afe5a4be15be22cdae97e44b3e605a889b08a759f1cc4d38ca4b3bd7ccc5694e44b38f6077015914c977631a640836f87' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/OvlwmUdC/versions/fhSgEP7Z/kibe-1.10.1-BETA%2B1.20.jar' - -[update.modrinth] -mod-id = 'OvlwmUdC' -version = 'fhSgEP7Z' \ No newline at end of file diff --git a/minecraft/mods/.index/krypton.pw.toml b/minecraft/mods/.index/krypton.pw.toml deleted file mode 100644 index f6a2d17..0000000 --- a/minecraft/mods/.index/krypton.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'krypton-0.2.3.jar' -name = 'Krypton' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '92b73a70737cfc1daebca211bd1525de7684b554be392714ee29cbd558f2a27a8bdda22accbe9176d6e531d74f9bf77798c28c3e8559c970f607422b6038bc9e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar' - -[update.modrinth] -mod-id = 'fQEb0iXm' -version = 'jiDwS0W1' \ No newline at end of file diff --git a/minecraft/mods/.index/lithium.pw.toml b/minecraft/mods/.index/lithium.pw.toml deleted file mode 100644 index 664bbac..0000000 --- a/minecraft/mods/.index/lithium.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'lithium-fabric-mc1.20.1-0.11.3.jar' -name = 'Lithium' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar' - -[update.modrinth] -mod-id = 'gvQqBUqZ' -version = 'vuuAe7ZA' \ No newline at end of file diff --git a/minecraft/mods/.index/luckperms.pw.toml b/minecraft/mods/.index/luckperms.pw.toml deleted file mode 100644 index ab306b6..0000000 --- a/minecraft/mods/.index/luckperms.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'LuckPerms-Fabric-5.4.102.jar' -name = 'LuckPerms' -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '45058fd2bbd2e7723af01a093ef7233d8a6fa2278a2232dfcc2aa53dae6df7ed78dbfbdb9ee133b19bc36655ccff5a4facdd476319c18e290b284733bf10edff' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Vebnzrzj/versions/7PNj6nCm/LuckPerms-Fabric-5.4.102.jar' - -[update.modrinth] -mod-id = 'Vebnzrzj' -version = '7PNj6nCm' \ No newline at end of file diff --git a/minecraft/mods/.index/macaws-biomes-o-plenty.pw.toml b/minecraft/mods/.index/macaws-biomes-o-plenty.pw.toml deleted file mode 100644 index f619269..0000000 --- a/minecraft/mods/.index/macaws-biomes-o-plenty.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'mcwbiomesoplenty-fabric-1.20.1-1.2.jar' -name = "Macaw's Biomes O' Plenty" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1', '1.20.4' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'feca40f023e00e5dcdb18d7f7d5f92f3fc6b4c3afdd02f226a5db7ed570a4557d2dceec4ee2bfce750b15f5b9a01709ab55e80189eb476228f22478b2a18f5da' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/Tanquv9C/versions/fDKPsGJ3/mcwbiomesoplenty-fabric-1.20.1-1.2.jar' - -[update.modrinth] -mod-id = 'Tanquv9C' -version = 'fDKPsGJ3' \ No newline at end of file diff --git a/minecraft/mods/.index/macaws-doors.pw.toml b/minecraft/mods/.index/macaws-doors.pw.toml deleted file mode 100644 index 09e9a35..0000000 --- a/minecraft/mods/.index/macaws-doors.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'mcw-doors-1.1.2-mc1.20.1fabric.jar' -name = "Macaw's Doors" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '141d418bd0f247c0dd078a6c96f2c5eef395b859a1b6ad6d9ab089597d5dbd35075cdddae628f2fa18b0bcc97e191512332c46330ae7ef75395e91cc2d73dbb7' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/kNxa8z3e/versions/HU3H8NiB/mcw-doors-1.1.2-mc1.20.1fabric.jar' - -[update.modrinth] -mod-id = 'kNxa8z3e' -version = 'HU3H8NiB' \ No newline at end of file diff --git a/minecraft/mods/.index/macaws-fences-and-walls.pw.toml b/minecraft/mods/.index/macaws-fences-and-walls.pw.toml deleted file mode 100644 index 333960b..0000000 --- a/minecraft/mods/.index/macaws-fences-and-walls.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'mcw-fences-1.2.0-1.20.1fabric.jar' -name = "Macaw's Fences and Walls" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '2090f15294b756a9945bb53978856ad0f83e574fad4fae74d2fd701a1d7289b4ef749c6654311b0ed2dad316e019961b4af467d7fd4058a3c4be2560edbaba2d' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/GmwLse2I/versions/fkcqoGXg/mcw-fences-1.2.0-1.20.1fabric.jar' - -[update.modrinth] -mod-id = 'GmwLse2I' -version = 'fkcqoGXg' \ No newline at end of file diff --git a/minecraft/mods/.index/macaws-furniture.pw.toml b/minecraft/mods/.index/macaws-furniture.pw.toml deleted file mode 100644 index aac5c85..0000000 --- a/minecraft/mods/.index/macaws-furniture.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'mcw-furniture-3.3.0-mc1.20.1fabric.jar' -name = "Macaw's Furniture" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '6e9adf5dc3005a2e7fa5ebb53500bb7735ee665e1e2c77b3dc2d35c0a55ed3ef8385a6785356572bb4576940c13dc7d63f0afbea9361b97363eafa2ba7dc4876' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/dtWC90iB/versions/7aTbV3Sq/mcw-furniture-3.3.0-mc1.20.1fabric.jar' - -[update.modrinth] -mod-id = 'dtWC90iB' -version = '7aTbV3Sq' \ No newline at end of file diff --git a/minecraft/mods/.index/macaws-lights-and-lamps.pw.toml b/minecraft/mods/.index/macaws-lights-and-lamps.pw.toml deleted file mode 100644 index d7a86c3..0000000 --- a/minecraft/mods/.index/macaws-lights-and-lamps.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'mcw-lights-1.1.2-mc1.20.1fabric.jar' -name = "Macaw's Lights and Lamps" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '6c7fb28af2265602baa56ea040e1729be2e4156a9a874c77ef662dfc3a386662347c129f529cb245c14bfde20aed5155c72efb635d387876f619e2c0c266bfea' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/w4an97C2/versions/zdA7bseh/mcw-lights-1.1.2-mc1.20.1fabric.jar' - -[update.modrinth] -mod-id = 'w4an97C2' -version = 'zdA7bseh' \ No newline at end of file diff --git a/minecraft/mods/.index/macaws-trapdoors.pw.toml b/minecraft/mods/.index/macaws-trapdoors.pw.toml deleted file mode 100644 index ae36333..0000000 --- a/minecraft/mods/.index/macaws-trapdoors.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'mcw-trapdoors-1.1.4-mc1.20.1fabric.jar' -name = "Macaw's Trapdoors" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '82da8d3cd3c34bfd02a7d71f1bbbf803d7e54d3486a7ec7428218f54ee6b817e9f8e5cab77714666d17dfcab0bca89de4e244aa51c760d3307bf856a3a760642' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/n2fvCDlM/versions/6FBIUQpW/mcw-trapdoors-1.1.4-mc1.20.1fabric.jar' - -[update.modrinth] -mod-id = 'n2fvCDlM' -version = '6FBIUQpW' \ No newline at end of file diff --git a/minecraft/mods/.index/macaws-windows.pw.toml b/minecraft/mods/.index/macaws-windows.pw.toml deleted file mode 100644 index 516d4b1..0000000 --- a/minecraft/mods/.index/macaws-windows.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'mcw-windows-2.3.0-mc1.20.1fabric.jar' -name = "Macaw's Windows" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '3a87acdf63fa178096dfed9fdda722d10e98033e1b4bfcdd88b04afa21cb64705cb9861a0056e2940b4815c406207e6f4623d04b972b2bf9f36c191c409e2d30' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/C7I0BCni/versions/88sYNcv4/mcw-windows-2.3.0-mc1.20.1fabric.jar' - -[update.modrinth] -mod-id = 'C7I0BCni' -version = '88sYNcv4' \ No newline at end of file diff --git a/minecraft/mods/.index/modmenu.pw.toml b/minecraft/mods/.index/modmenu.pw.toml deleted file mode 100644 index 47b3c0a..0000000 --- a/minecraft/mods/.index/modmenu.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'modmenu-7.2.2.jar' -name = 'Mod Menu' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '9a7837e04bb34376611b207a3b20e5fe1c82a4822b42929d5b410809ec4b88ff3cac8821c4568f880775bafa3c079dfc7800f8471356a4046248b12607e855eb' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar' - -[update.modrinth] -mod-id = 'mOgUt4GM' -version = 'lEkperf6' \ No newline at end of file diff --git a/minecraft/mods/.index/mouse-tweaks.pw.toml b/minecraft/mods/.index/mouse-tweaks.pw.toml deleted file mode 100644 index 4815b17..0000000 --- a/minecraft/mods/.index/mouse-tweaks.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'MouseTweaks-fabric-mc1.20-2.26.jar' -name = 'Mouse Tweaks' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'd0faf200dda358efddad2d2809f646023f4dd06254572369e07f3bf33cb6941f0fcdb02db4675b30b4f3bd542cbf6196e135680ba91a2b74c2b071f34978e2d5' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/aC3cM3Vq/versions/mjuG4AYd/MouseTweaks-fabric-mc1.20-2.26.jar' - -[update.modrinth] -mod-id = 'aC3cM3Vq' -version = 'mjuG4AYd' \ No newline at end of file diff --git a/minecraft/mods/.index/netherportalfix.pw.toml b/minecraft/mods/.index/netherportalfix.pw.toml deleted file mode 100644 index 59f5366..0000000 --- a/minecraft/mods/.index/netherportalfix.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'netherportalfix-fabric-1.20-13.0.2.jar' -name = 'NetherPortalFix' -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '21b3ed4ad098eaaff2cf13248bb9defc285c1c7e90314d2aada9aa7a4276b6f756d63dd633774fdb2920976f66d7902ad9073526ed278677a62a6fc42b340dd8' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/nPZr02ET/versions/SL5baWpT/netherportalfix-fabric-1.20-13.0.2.jar' - -[update.modrinth] -mod-id = 'nPZr02ET' -version = 'SL5baWpT' \ No newline at end of file diff --git a/minecraft/mods/.index/no-chat-reports.pw.toml b/minecraft/mods/.index/no-chat-reports.pw.toml deleted file mode 100644 index 71dc0f6..0000000 --- a/minecraft/mods/.index/no-chat-reports.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'NoChatReports-FABRIC-1.20.1-v2.2.2.jar' -name = 'No Chat Reports' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '3213e37fc12205e49f69a6c295c8c3237d8464d63dedbfbac4901892752741d22ebf7e1b40d6683143e70ca158fc95b00c2af177a1263038edce9a46b6cbeb79' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar' - -[update.modrinth] -mod-id = 'qQyHxfxd' -version = 'HeZZR2kF' \ No newline at end of file diff --git a/minecraft/mods/.index/nullscape.pw.toml b/minecraft/mods/.index/nullscape.pw.toml deleted file mode 100644 index 687156a..0000000 --- a/minecraft/mods/.index/nullscape.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Nullscape_1.20.x_v1.2.8.jar' -name = 'Nullscape' -side = 'server' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'fcd11f20ab1b374a219e915156c8439f2d6fcabb060406f4d0a11392f945228e1c6e375f8e9e3048ac01c3a351c88bde4327e1f958bfd5ef4ab81c178f9e35da' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/LPjGiSO4/versions/QsRKydVt/Nullscape_1.20.x_v1.2.8.jar' - -[update.modrinth] -mod-id = 'LPjGiSO4' -version = 'QsRKydVt' \ No newline at end of file diff --git a/minecraft/mods/.index/plasmo-voice.pw.toml b/minecraft/mods/.index/plasmo-voice.pw.toml deleted file mode 100644 index b80f18d..0000000 --- a/minecraft/mods/.index/plasmo-voice.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'plasmovoice-fabric-1.20.1-2.1.4.jar' -name = 'Plasmo Voice' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '850c77eb3dea11d7bc6dbcde3879084e8d2e1bd8d94e01de78298147b85fbe12c2490d5237f114ec971cf0d609676d7ba1ff44d5f0c6d2cb719f4e476f41b7f4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/1bZhdhsH/versions/5AjRZxpd/plasmovoice-fabric-1.20.1-2.1.4.jar' - -[update.modrinth] -mod-id = '1bZhdhsH' -version = '5AjRZxpd' \ No newline at end of file diff --git a/minecraft/mods/.index/polymorph.pw.toml b/minecraft/mods/.index/polymorph.pw.toml deleted file mode 100644 index f32f5fd..0000000 --- a/minecraft/mods/.index/polymorph.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'polymorph-fabric-0.49.10+1.20.1.jar' -name = 'Polymorph' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '2a4ab72bf6a925445fe4a8513720e26ffd47bda3e14ec5977809b533101e1a385d5a9c73bab3b2d4c6a41421f13eeeb665dab0440c6dfd16ba1a2464c46dfbbe' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/tagwiZkJ/versions/oARBy1is/polymorph-fabric-0.49.10%2B1.20.1.jar' - -[update.modrinth] -mod-id = 'tagwiZkJ' -version = 'oARBy1is' \ No newline at end of file diff --git a/minecraft/mods/.index/pv-addon-groups.pw.toml b/minecraft/mods/.index/pv-addon-groups.pw.toml deleted file mode 100644 index 3cd00a0..0000000 --- a/minecraft/mods/.index/pv-addon-groups.pw.toml +++ /dev/null @@ -1,36 +0,0 @@ -filename = 'pv-addon-groups-1.1.0.jar' -name = 'pv-addon-groups' -side = 'server' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.16.5', - '1.17.1', - '1.18.2', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5' -] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'a7d1d7b5f4a67753b094b0e6129a3114538fd1fe28517da1c0ee0cf172ebdad06480d809433ad63ce2de0e57d1e0a23f73afbffc35b797fbee24f596e7e6feb2' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/g2HFPeCl/versions/UrbDrJ9B/pv-addon-groups-1.1.0.jar' - -[update.modrinth] -mod-id = 'g2HFPeCl' -version = 'UrbDrJ9B' \ No newline at end of file diff --git a/minecraft/mods/.index/rei.pw.toml b/minecraft/mods/.index/rei.pw.toml deleted file mode 100644 index be8b523..0000000 --- a/minecraft/mods/.index/rei.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'RoughlyEnoughItems-12.1.785-fabric.jar' -name = 'Roughly Enough Items (REI)' -side = 'client' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '1eaf6de6ba640407599767d150aa0c7dd71ad071915bf34d9a06fa8a0a3825882cd0fa966d3f225912f5fb456be38fe58021db9df988f65d667bea102a861a15' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/nfn13YXA/versions/nYcMSS03/RoughlyEnoughItems-12.1.785-fabric.jar' - -[update.modrinth] -mod-id = 'nfn13YXA' -version = 'nYcMSS03' \ No newline at end of file diff --git a/minecraft/mods/.index/resourceful-lib.pw.toml b/minecraft/mods/.index/resourceful-lib.pw.toml deleted file mode 100644 index d7e41e7..0000000 --- a/minecraft/mods/.index/resourceful-lib.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'resourcefullib-fabric-1.20.1-2.1.29.jar' -name = 'Resourceful Lib' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'd3fcf5440c9359ee84cdec6ab198a6b2e10e5b1939995d2b12837ffdaa1f82d3caa80b14107cf02380718c65f20672b1faca3a498d2b41d79c79de34b2f7189b' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/G1hIVOrD/versions/UOdaYbhh/resourcefullib-fabric-1.20.1-2.1.29.jar' - -[update.modrinth] -mod-id = 'G1hIVOrD' -version = 'UOdaYbhh' \ No newline at end of file diff --git a/minecraft/mods/.index/skinrestorer.pw.toml b/minecraft/mods/.index/skinrestorer.pw.toml deleted file mode 100644 index a2b4b34..0000000 --- a/minecraft/mods/.index/skinrestorer.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'skinrestorer-2.3.4+1.20-fabric.jar' -name = 'Skin Restorer' -side = 'server' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '90c6533f58bcd1f1b8aa4aea19187fceebb24ba5d793fd705b1955969a6963f1d3bcca373db8c0d610e9f9e4d341588ca8a1de7342ac02f63584d7ff416d45ae' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/ghrZDhGW/versions/PSpG1xGx/skinrestorer-2.3.4%2B1.20-fabric.jar' - -[update.modrinth] -mod-id = 'ghrZDhGW' -version = 'PSpG1xGx' \ No newline at end of file diff --git a/minecraft/mods/.index/slice-and-dice.pw.toml b/minecraft/mods/.index/slice-and-dice.pw.toml deleted file mode 100644 index ff04058..0000000 --- a/minecraft/mods/.index/slice-and-dice.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'sliceanddice-fabric-3.3.1.jar' -name = 'Create Slice & Dice' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '0afb4988affe98b88122285f956d045f4e345aca25c16dd2c62b0d876f1ff21e0f613f2ab06399634ae32ed196ce888b6c7bb7df06c7e4b4a53713761a0fcc94' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/GmjmRQ0A/versions/EzpVcwYV/sliceanddice-fabric-3.3.1.jar' - -[update.modrinth] -mod-id = 'GmjmRQ0A' -version = 'EzpVcwYV' \ No newline at end of file diff --git a/minecraft/mods/.index/sodium.pw.toml b/minecraft/mods/.index/sodium.pw.toml deleted file mode 100644 index 731786c..0000000 --- a/minecraft/mods/.index/sodium.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'sodium-fabric-0.5.13+mc1.20.1.jar' -name = 'Sodium' -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar' - -[update.modrinth] -mod-id = 'AANobbMI' -version = 'OihdIimA' \ No newline at end of file diff --git a/minecraft/mods/.index/storagedrawers.pw.toml b/minecraft/mods/.index/storagedrawers.pw.toml deleted file mode 100644 index ed18de8..0000000 --- a/minecraft/mods/.index/storagedrawers.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Storage Drawers-fabric-1.20.1-12.10.7.jar' -name = 'Storage Drawers' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '4cb20149e7b15dfc98c7ff903478caf764472d753eb3a4a340fd2a9e8ad6ef7f6d91204556d5a4abe1e0097dfc757eeb5392f9c7a9df9b7ccaffea1551e98bb8' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/guitPqEi/versions/kXY9Bgqj/Storage Drawers-fabric-1.20.1-12.10.7.jar' - -[update.modrinth] -mod-id = 'guitPqEi' -version = 'kXY9Bgqj' \ No newline at end of file diff --git a/minecraft/mods/.index/techreborn.pw.toml b/minecraft/mods/.index/techreborn.pw.toml deleted file mode 100644 index 847b419..0000000 --- a/minecraft/mods/.index/techreborn.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'TechReborn-5.8.13.jar' -name = 'Tech Reborn' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'b5e78d177b97dafed352b7941e6a141e5620bc17' -hash-format = 'sha1' -mode = 'metadata:curseforge' -url = '' - -[update.curseforge] -file-id = 6664343 -project-id = 233564 \ No newline at end of file diff --git a/minecraft/mods/.index/terrablender.pw.toml b/minecraft/mods/.index/terrablender.pw.toml deleted file mode 100644 index 47cb85f..0000000 --- a/minecraft/mods/.index/terrablender.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'TerraBlender-fabric-1.20.1-3.0.1.10.jar' -name = 'TerraBlender' -side = 'both' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = 'a2d5edbe9df43185e9c83ab426cbcda4b1d0537d9ede8be630d6d650e04d5decf574ef59cbc163913255b57784fa906d26557471fc698e0f27ceee2a1ec41ed9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/kkmrDlKT/versions/J1S3aA8i/TerraBlender-fabric-1.20.1-3.0.1.10.jar' - -[update.modrinth] -mod-id = 'kkmrDlKT' -version = 'J1S3aA8i' \ No newline at end of file diff --git a/minecraft/mods/.index/terralith.pw.toml b/minecraft/mods/.index/terralith.pw.toml deleted file mode 100644 index 4c853b1..0000000 --- a/minecraft/mods/.index/terralith.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Terralith_1.20.x_v2.5.4.jar' -name = 'Terralith' -side = 'server' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '885e171d8b34aae7e142f082d0364285ec5a8e8342f11c60d341f7a94083d5a42c4e30612fe4f9f64d57b484396a3dff3a224e2a2497d4ced8d22f2ad6cd561d' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/8oi3bsk5/versions/WeYhEb5d/Terralith_1.20.x_v2.5.4.jar' - -[update.modrinth] -mod-id = '8oi3bsk5' -version = 'WeYhEb5d' \ No newline at end of file diff --git a/minecraft/mods/.index/tonekomod.pw.toml b/minecraft/mods/.index/tonekomod.pw.toml deleted file mode 100644 index cd09383..0000000 --- a/minecraft/mods/.index/tonekomod.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'toneko-fabric-1.3.11.jar' -name = 'toNekoMod' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '59562213e5914edff2f8ee86a562628c20b9eb908988c7111b8385b18eaa873bf7fcf8512f885d4b7b78bfc3b6c564dea4dd82491b00102bc03060627199b90a' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/QFxgeSVF/versions/HHf2CSVX/toneko-fabric-1.3.11.jar' - -[update.modrinth] -mod-id = 'QFxgeSVF' -version = 'HHf2CSVX' \ No newline at end of file diff --git a/minecraft/mods/.index/travelersbackpack.pw.toml b/minecraft/mods/.index/travelersbackpack.pw.toml deleted file mode 100644 index 398e053..0000000 --- a/minecraft/mods/.index/travelersbackpack.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'travelersbackpack-fabric-1.20.1-9.1.37.jar' -name = "Traveler's Backpack" -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'b88f5dcc7e0a064918c5444ea805531129a271dc5002501368156b74aadf99c83fc9a95316221c57263691e6188605485e838a59693ad1c8d29c1393c389a40c' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/rlloIFEV/versions/PO5Zx5TX/travelersbackpack-fabric-1.20.1-9.1.37.jar' - -[update.modrinth] -mod-id = 'rlloIFEV' -version = 'PO5Zx5TX' \ No newline at end of file diff --git a/minecraft/mods/.index/trinkets.pw.toml b/minecraft/mods/.index/trinkets.pw.toml deleted file mode 100644 index 350517c..0000000 --- a/minecraft/mods/.index/trinkets.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'trinkets-3.7.2.jar' -name = 'Trinkets' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'bedf97c87c5e556416410267108ad358b32806448be24ef8ae1a79ac63b78b48b9c851c00c845b8aedfc7805601385420716b9e65326fdab21340e8ba3cc4274' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar' - -[update.modrinth] -mod-id = '5aaWibi9' -version = 'AHxQGtuC' \ No newline at end of file diff --git a/minecraft/mods/.index/valkyrien-skies.pw.toml b/minecraft/mods/.index/valkyrien-skies.pw.toml deleted file mode 100644 index 70080eb..0000000 --- a/minecraft/mods/.index/valkyrien-skies.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'valkyrienskies-120-2.3.0-beta.7.jar' -name = 'Valkyrien Skies' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20.1' ] -x-prismlauncher-release-type = 'beta' - -[download] -hash = '54bf38dcb96ae1ad74afca7f6bd40d11c88ef38e0d3d334c39a4767b9bbb27ded6d4fdc3e65d71a0b248ef85bad682b0c62b4f21ed25be6fae8d0bd0b53e3605' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/V5ujR2yw/versions/7BjPc7gi/valkyrienskies-120-2.3.0-beta.7.jar' - -[update.modrinth] -mod-id = 'V5ujR2yw' -version = '7BjPc7gi' \ No newline at end of file diff --git a/minecraft/mods/.index/waystones.pw.toml b/minecraft/mods/.index/waystones.pw.toml deleted file mode 100644 index 2ec5610..0000000 --- a/minecraft/mods/.index/waystones.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'waystones-fabric-1.20.1-14.1.13.jar' -name = 'Waystones' -side = 'both' -x-prismlauncher-loaders = [ 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = '8fc675a1f6a6abc97a085aa977529fca6ce97ff4f62687b0c4792132fa04b7566428c9e11d1c8e1ff0c58b76f1ab9b9e3de3ccd0fe840a34c2582dfbb43706d6' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/LOpKHB2A/versions/Q7vns7oI/waystones-fabric-1.20.1-14.1.13.jar' - -[update.modrinth] -mod-id = 'LOpKHB2A' -version = 'Q7vns7oI' \ No newline at end of file diff --git a/minecraft/mods/.index/xaeros-map-server-utils.pw.toml b/minecraft/mods/.index/xaeros-map-server-utils.pw.toml deleted file mode 100644 index 8b414d9..0000000 --- a/minecraft/mods/.index/xaeros-map-server-utils.pw.toml +++ /dev/null @@ -1,46 +0,0 @@ -filename = 'xaeros-map-server-utils-1.0.1.jar' -name = "Xaero's Map Server Utils" -side = 'both' -x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ - '1.16', - '1.16.1', - '1.16.2', - '1.16.3', - '1.16.4', - '1.16.5', - '1.17', - '1.17.1', - '1.18', - '1.18.1', - '1.18.2', - '1.19', - '1.19.1', - '1.19.2', - '1.19.3', - '1.19.4', - '1.20', - '1.20.1', - '1.20.2', - '1.20.3', - '1.20.4', - '1.20.5', - '1.20.6', - '1.21', - '1.21.1', - '1.21.2', - '1.21.3', - '1.21.4', - '1.21.5' -] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'bc69acb2fa3e476c2f5efa21d66c8b0b4195c1ce9bb69d95669f1538dbe069eb1033a4cfd6500c26727f9b7bffec1dabe3d278b76fb7ef1b8f0191b5e9f636b9' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/YJgkgKMm/versions/SjSSCVdR/xaeros-map-server-utils-1.0.1.jar' - -[update.modrinth] -mod-id = 'YJgkgKMm' -version = 'SjSSCVdR' \ No newline at end of file diff --git a/minecraft/mods/.index/xaeros-minimap.pw.toml b/minecraft/mods/.index/xaeros-minimap.pw.toml deleted file mode 100644 index 562988e..0000000 --- a/minecraft/mods/.index/xaeros-minimap.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'Xaeros_Minimap_25.2.6_Fabric_1.20.jar' -name = "Xaero's Minimap" -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'eca26f5dda06a5c42a8790261a37e894c650e77aa2b51ca6f201a967dcbc61856971c68db65ffb6295ac2651e12a00d9bac1d8b9133c8e9ce67dfbdd1b786b0e' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/1bokaNcj/versions/ePRxT2Wj/Xaeros_Minimap_25.2.6_Fabric_1.20.jar' - -[update.modrinth] -mod-id = '1bokaNcj' -version = 'ePRxT2Wj' \ No newline at end of file diff --git a/minecraft/mods/.index/xaeros-world-map.pw.toml b/minecraft/mods/.index/xaeros-world-map.pw.toml deleted file mode 100644 index 165ead6..0000000 --- a/minecraft/mods/.index/xaeros-world-map.pw.toml +++ /dev/null @@ -1,16 +0,0 @@ -filename = 'XaerosWorldMap_1.39.9_Fabric_1.20.jar' -name = "Xaero's World Map" -side = 'client' -x-prismlauncher-loaders = [ 'quilt', 'fabric' ] -x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] -x-prismlauncher-release-type = 'release' - -[download] -hash = 'd10acb6ba4fa104372ad98baff2734bd98622ab3396a751a77c204efd349b73bf4044af4c65a62e92cbe14ee073d5424e1985776e4310968037e84543e336705' -hash-format = 'sha512' -mode = 'url' -url = 'https://cdn.modrinth.com/data/NcUtCpym/versions/fQpXYWtL/XaerosWorldMap_1.39.9_Fabric_1.20.jar' - -[update.modrinth] -mod-id = 'NcUtCpym' -version = 'fQpXYWtL' \ No newline at end of file diff --git a/minecraft/mods/BetterF3-7.0.2-Fabric-1.20.1.jar b/minecraft/mods/BetterF3-7.0.2-Fabric-1.20.1.jar deleted file mode 100644 index 082991c..0000000 Binary files a/minecraft/mods/BetterF3-7.0.2-Fabric-1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar b/minecraft/mods/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar deleted file mode 100644 index f73d171..0000000 Binary files a/minecraft/mods/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar and /dev/null differ diff --git a/minecraft/mods/Bookshelf-Fabric-1.20.1-20.2.13.jar b/minecraft/mods/Bookshelf-Fabric-1.20.1-20.2.13.jar deleted file mode 100644 index aea21dc..0000000 Binary files a/minecraft/mods/Bookshelf-Fabric-1.20.1-20.2.13.jar and /dev/null differ diff --git a/minecraft/mods/BotanyPots-Fabric-1.20.1-13.0.41.jar b/minecraft/mods/BotanyPots-Fabric-1.20.1-13.0.41.jar deleted file mode 100644 index 16b3e32..0000000 Binary files a/minecraft/mods/BotanyPots-Fabric-1.20.1-13.0.41.jar and /dev/null differ diff --git a/minecraft/mods/CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar b/minecraft/mods/CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar deleted file mode 100644 index 131814c..0000000 Binary files a/minecraft/mods/CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar and /dev/null differ diff --git a/minecraft/mods/Controlling-fabric-1.20.1-12.0.2.jar b/minecraft/mods/Controlling-fabric-1.20.1-12.0.2.jar deleted file mode 100644 index debf5e6..0000000 Binary files a/minecraft/mods/Controlling-fabric-1.20.1-12.0.2.jar and /dev/null differ diff --git a/minecraft/mods/CreateFabricREIBugFix-0.1.0-create0.5.1-mc1.20.x.jar b/minecraft/mods/CreateFabricREIBugFix-0.1.0-create0.5.1-mc1.20.x.jar deleted file mode 100644 index e37835d..0000000 Binary files a/minecraft/mods/CreateFabricREIBugFix-0.1.0-create0.5.1-mc1.20.x.jar and /dev/null differ diff --git a/minecraft/mods/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar.disabled b/minecraft/mods/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar.disabled deleted file mode 100644 index fc10e84..0000000 Binary files a/minecraft/mods/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar.disabled and /dev/null differ diff --git a/minecraft/mods/EmiTechReborn-1.0.0.jar b/minecraft/mods/EmiTechReborn-1.0.0.jar deleted file mode 100644 index 3eaaa16..0000000 Binary files a/minecraft/mods/EmiTechReborn-1.0.0.jar and /dev/null differ diff --git a/minecraft/mods/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar b/minecraft/mods/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar deleted file mode 100644 index 10312c9..0000000 Binary files a/minecraft/mods/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar and /dev/null differ diff --git a/minecraft/mods/Enhanced Cats-1.20.1-1.20.3-0.8.jar b/minecraft/mods/Enhanced Cats-1.20.1-1.20.3-0.8.jar deleted file mode 100644 index c51fe9f..0000000 Binary files a/minecraft/mods/Enhanced Cats-1.20.1-1.20.3-0.8.jar and /dev/null differ diff --git a/minecraft/mods/Estrogen-4.3.4+1.20.1-fabric.jar b/minecraft/mods/Estrogen-4.3.4+1.20.1-fabric.jar deleted file mode 100644 index 3686667..0000000 Binary files a/minecraft/mods/Estrogen-4.3.4+1.20.1-fabric.jar and /dev/null differ diff --git a/minecraft/mods/FarmersDelight-1.20.1-2.4.0+refabricated.jar b/minecraft/mods/FarmersDelight-1.20.1-2.4.0+refabricated.jar deleted file mode 100644 index d527667..0000000 Binary files a/minecraft/mods/FarmersDelight-1.20.1-2.4.0+refabricated.jar and /dev/null differ diff --git a/minecraft/mods/Female-Gender-Mod-fabric-1.20-3.0.1.jar b/minecraft/mods/Female-Gender-Mod-fabric-1.20-3.0.1.jar deleted file mode 100644 index c027bbf..0000000 Binary files a/minecraft/mods/Female-Gender-Mod-fabric-1.20-3.0.1.jar and /dev/null differ diff --git a/minecraft/mods/GlitchCore-fabric-1.20.1-0.0.1.1.jar b/minecraft/mods/GlitchCore-fabric-1.20.1-0.0.1.1.jar deleted file mode 100644 index bec237e..0000000 Binary files a/minecraft/mods/GlitchCore-fabric-1.20.1-0.0.1.1.jar and /dev/null differ diff --git a/minecraft/mods/GpuTape-1.18x-1.21x-1.0.5.1.jar b/minecraft/mods/GpuTape-1.18x-1.21x-1.0.5.1.jar deleted file mode 100644 index a2a971f..0000000 Binary files a/minecraft/mods/GpuTape-1.18x-1.21x-1.0.5.1.jar and /dev/null differ diff --git a/minecraft/mods/Hephaestus-1.20.1-3.6.4.287.jar b/minecraft/mods/Hephaestus-1.20.1-3.6.4.287.jar deleted file mode 100644 index c46c077..0000000 Binary files a/minecraft/mods/Hephaestus-1.20.1-3.6.4.287.jar and /dev/null differ diff --git a/minecraft/mods/Jade-1.20-Fabric-11.13.1.jar b/minecraft/mods/Jade-1.20-Fabric-11.13.1.jar deleted file mode 100644 index 410cd9f..0000000 Binary files a/minecraft/mods/Jade-1.20-Fabric-11.13.1.jar and /dev/null differ diff --git a/minecraft/mods/LuckPerms-Fabric-5.4.102.jar b/minecraft/mods/LuckPerms-Fabric-5.4.102.jar deleted file mode 100644 index 3638f71..0000000 Binary files a/minecraft/mods/LuckPerms-Fabric-5.4.102.jar and /dev/null differ diff --git a/minecraft/mods/MouseTweaks-fabric-mc1.20-2.26.jar b/minecraft/mods/MouseTweaks-fabric-mc1.20-2.26.jar deleted file mode 100644 index 3fb9d47..0000000 Binary files a/minecraft/mods/MouseTweaks-fabric-mc1.20-2.26.jar and /dev/null differ diff --git a/minecraft/mods/NoChatReports-FABRIC-1.20.1-v2.2.2.jar b/minecraft/mods/NoChatReports-FABRIC-1.20.1-v2.2.2.jar deleted file mode 100644 index 5a3452a..0000000 Binary files a/minecraft/mods/NoChatReports-FABRIC-1.20.1-v2.2.2.jar and /dev/null differ diff --git a/minecraft/mods/Nullscape_1.20.x_v1.2.8.jar b/minecraft/mods/Nullscape_1.20.x_v1.2.8.jar deleted file mode 100644 index 99d24f1..0000000 Binary files a/minecraft/mods/Nullscape_1.20.x_v1.2.8.jar and /dev/null differ diff --git a/minecraft/mods/Powah-5.0.10.jar b/minecraft/mods/Powah-5.0.10.jar deleted file mode 100644 index f5165f8..0000000 Binary files a/minecraft/mods/Powah-5.0.10.jar and /dev/null differ diff --git a/minecraft/mods/RoughlyEnoughItems-12.1.785-fabric.jar b/minecraft/mods/RoughlyEnoughItems-12.1.785-fabric.jar deleted file mode 100644 index ea0f52d..0000000 Binary files a/minecraft/mods/RoughlyEnoughItems-12.1.785-fabric.jar and /dev/null differ diff --git a/minecraft/mods/RoughlyEnoughProfessions-fabric-1.20.1-2.0.2.jar b/minecraft/mods/RoughlyEnoughProfessions-fabric-1.20.1-2.0.2.jar deleted file mode 100644 index 5e8812f..0000000 Binary files a/minecraft/mods/RoughlyEnoughProfessions-fabric-1.20.1-2.0.2.jar and /dev/null differ diff --git a/minecraft/mods/Searchables-fabric-1.20.1-1.0.3.jar b/minecraft/mods/Searchables-fabric-1.20.1-1.0.3.jar deleted file mode 100644 index 899d9cc..0000000 Binary files a/minecraft/mods/Searchables-fabric-1.20.1-1.0.3.jar and /dev/null differ diff --git a/minecraft/mods/Steam_Rails-1.6.9+fabric-mc1.20.1.jar b/minecraft/mods/Steam_Rails-1.6.9+fabric-mc1.20.1.jar deleted file mode 100644 index 21bd18d..0000000 Binary files a/minecraft/mods/Steam_Rails-1.6.9+fabric-mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/Storage Drawers-fabric-1.20.1-12.10.7.jar b/minecraft/mods/Storage Drawers-fabric-1.20.1-12.10.7.jar deleted file mode 100644 index 61e0041..0000000 Binary files a/minecraft/mods/Storage Drawers-fabric-1.20.1-12.10.7.jar and /dev/null differ diff --git a/minecraft/mods/TechReborn-5.8.13.jar b/minecraft/mods/TechReborn-5.8.13.jar deleted file mode 100644 index 1f8e372..0000000 Binary files a/minecraft/mods/TechReborn-5.8.13.jar and /dev/null differ diff --git a/minecraft/mods/TerraBlender-fabric-1.20.1-3.0.1.10.jar b/minecraft/mods/TerraBlender-fabric-1.20.1-3.0.1.10.jar deleted file mode 100644 index d19ee1c..0000000 Binary files a/minecraft/mods/TerraBlender-fabric-1.20.1-3.0.1.10.jar and /dev/null differ diff --git a/minecraft/mods/Terralith_1.20.x_v2.5.4.jar b/minecraft/mods/Terralith_1.20.x_v2.5.4.jar deleted file mode 100644 index 0f16eff..0000000 Binary files a/minecraft/mods/Terralith_1.20.x_v2.5.4.jar and /dev/null differ diff --git a/minecraft/mods/XaerosWorldMap_1.39.9_Fabric_1.20.jar b/minecraft/mods/XaerosWorldMap_1.39.9_Fabric_1.20.jar deleted file mode 100644 index e81c114..0000000 Binary files a/minecraft/mods/XaerosWorldMap_1.39.9_Fabric_1.20.jar and /dev/null differ diff --git a/minecraft/mods/Xaeros_Minimap_25.2.6_Fabric_1.20.jar b/minecraft/mods/Xaeros_Minimap_25.2.6_Fabric_1.20.jar deleted file mode 100644 index 5e261b9..0000000 Binary files a/minecraft/mods/Xaeros_Minimap_25.2.6_Fabric_1.20.jar and /dev/null differ diff --git a/minecraft/mods/addonslib-fabric-1.20.1-1.5.jar b/minecraft/mods/addonslib-fabric-1.20.1-1.5.jar deleted file mode 100644 index a7b3131..0000000 Binary files a/minecraft/mods/addonslib-fabric-1.20.1-1.5.jar and /dev/null differ diff --git a/minecraft/mods/ae2-emi-crafting-1.3.1.jar b/minecraft/mods/ae2-emi-crafting-1.3.1.jar deleted file mode 100644 index dbc50db..0000000 Binary files a/minecraft/mods/ae2-emi-crafting-1.3.1.jar and /dev/null differ diff --git a/minecraft/mods/ae2wtlib-15.2.1-fabric.jar b/minecraft/mods/ae2wtlib-15.2.1-fabric.jar deleted file mode 100644 index bc8a5c2..0000000 Binary files a/minecraft/mods/ae2wtlib-15.2.1-fabric.jar and /dev/null differ diff --git a/minecraft/mods/appleskin-fabric-mc1.20.1-2.5.1.jar b/minecraft/mods/appleskin-fabric-mc1.20.1-2.5.1.jar deleted file mode 100644 index f34d484..0000000 Binary files a/minecraft/mods/appleskin-fabric-mc1.20.1-2.5.1.jar and /dev/null differ diff --git a/minecraft/mods/appliedenergistics2-fabric-15.3.6.jar b/minecraft/mods/appliedenergistics2-fabric-15.3.6.jar deleted file mode 100644 index 6eae11a..0000000 Binary files a/minecraft/mods/appliedenergistics2-fabric-15.3.6.jar and /dev/null differ diff --git a/minecraft/mods/architectury-9.2.14-fabric.jar b/minecraft/mods/architectury-9.2.14-fabric.jar deleted file mode 100644 index 8f3f3f9..0000000 Binary files a/minecraft/mods/architectury-9.2.14-fabric.jar and /dev/null differ diff --git a/minecraft/mods/balm-fabric-1.20.1-7.3.31.jar b/minecraft/mods/balm-fabric-1.20.1-7.3.31.jar deleted file mode 100644 index a8503b4..0000000 Binary files a/minecraft/mods/balm-fabric-1.20.1-7.3.31.jar and /dev/null differ diff --git a/minecraft/mods/bclib-3.0.14.jar b/minecraft/mods/bclib-3.0.14.jar deleted file mode 100644 index e4b0d5f..0000000 Binary files a/minecraft/mods/bclib-3.0.14.jar and /dev/null differ diff --git a/minecraft/mods/better-end-4.0.11.jar b/minecraft/mods/better-end-4.0.11.jar deleted file mode 100644 index ab8ac95..0000000 Binary files a/minecraft/mods/better-end-4.0.11.jar and /dev/null differ diff --git a/minecraft/mods/blanket-client-tweaks-1.1.4.jar b/minecraft/mods/blanket-client-tweaks-1.1.4.jar deleted file mode 100644 index b6e32b8..0000000 Binary files a/minecraft/mods/blanket-client-tweaks-1.1.4.jar and /dev/null differ diff --git a/minecraft/mods/blur-3.1.0.jar b/minecraft/mods/blur-3.1.0.jar deleted file mode 100644 index a508593..0000000 Binary files a/minecraft/mods/blur-3.1.0.jar and /dev/null differ diff --git a/minecraft/mods/bobby-5.0.1.jar b/minecraft/mods/bobby-5.0.1.jar deleted file mode 100644 index cbcb2e8..0000000 Binary files a/minecraft/mods/bobby-5.0.1.jar and /dev/null differ diff --git a/minecraft/mods/botarium-fabric-1.20.1-2.3.4.jar b/minecraft/mods/botarium-fabric-1.20.1-2.3.4.jar deleted file mode 100644 index 50ba3ee..0000000 Binary files a/minecraft/mods/botarium-fabric-1.20.1-2.3.4.jar and /dev/null differ diff --git a/minecraft/mods/c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar b/minecraft/mods/c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar deleted file mode 100644 index ab0a669..0000000 Binary files a/minecraft/mods/c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar and /dev/null differ diff --git a/minecraft/mods/cardinal-components-api-5.2.3.jar b/minecraft/mods/cardinal-components-api-5.2.3.jar deleted file mode 100644 index 6c7e3d3..0000000 Binary files a/minecraft/mods/cardinal-components-api-5.2.3.jar and /dev/null differ diff --git a/minecraft/mods/carryon-fabric-1.20.1-2.1.2.7.jar b/minecraft/mods/carryon-fabric-1.20.1-2.1.2.7.jar deleted file mode 100644 index 0887c54..0000000 Binary files a/minecraft/mods/carryon-fabric-1.20.1-2.1.2.7.jar and /dev/null differ diff --git a/minecraft/mods/cc-tweaked-1.20.1-fabric-1.115.1.jar b/minecraft/mods/cc-tweaked-1.20.1-fabric-1.115.1.jar deleted file mode 100644 index b62d675..0000000 Binary files a/minecraft/mods/cc-tweaked-1.20.1-fabric-1.115.1.jar and /dev/null differ diff --git a/minecraft/mods/chisel-fabric-2.0.0+mc1.20.1.jar b/minecraft/mods/chisel-fabric-2.0.0+mc1.20.1.jar deleted file mode 100644 index 3dbcdfa..0000000 Binary files a/minecraft/mods/chisel-fabric-2.0.0+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/cloth-config-11.1.136-fabric.jar b/minecraft/mods/cloth-config-11.1.136-fabric.jar deleted file mode 100644 index 9356329..0000000 Binary files a/minecraft/mods/cloth-config-11.1.136-fabric.jar and /dev/null differ diff --git a/minecraft/mods/configured-fabric-1.20.1-2.2.3.jar b/minecraft/mods/configured-fabric-1.20.1-2.2.3.jar deleted file mode 100644 index 7625801..0000000 Binary files a/minecraft/mods/configured-fabric-1.20.1-2.2.3.jar and /dev/null differ diff --git a/minecraft/mods/create-fabric-0.5.1-j-build.1631+mc1.20.1.jar b/minecraft/mods/create-fabric-0.5.1-j-build.1631+mc1.20.1.jar deleted file mode 100644 index bf6c75d..0000000 Binary files a/minecraft/mods/create-fabric-0.5.1-j-build.1631+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/createaddition-fabric+1.20.1-1.2.6.jar b/minecraft/mods/createaddition-fabric+1.20.1-1.2.6.jar deleted file mode 100644 index aeebd9c..0000000 Binary files a/minecraft/mods/createaddition-fabric+1.20.1-1.2.6.jar and /dev/null differ diff --git a/minecraft/mods/cryonicconfig-fabric-1.0.0+mc1.20.1.jar b/minecraft/mods/cryonicconfig-fabric-1.0.0+mc1.20.1.jar deleted file mode 100644 index bf05c13..0000000 Binary files a/minecraft/mods/cryonicconfig-fabric-1.0.0+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/ctLibMod-0.1.13.jar b/minecraft/mods/ctLibMod-0.1.13.jar deleted file mode 100644 index 94412f9..0000000 Binary files a/minecraft/mods/ctLibMod-0.1.13.jar and /dev/null differ diff --git a/minecraft/mods/durabilitytooltip-1.1.5-fabric-mc1.20.jar b/minecraft/mods/durabilitytooltip-1.1.5-fabric-mc1.20.jar deleted file mode 100644 index d296c83..0000000 Binary files a/minecraft/mods/durabilitytooltip-1.1.5-fabric-mc1.20.jar and /dev/null differ diff --git a/minecraft/mods/dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar b/minecraft/mods/dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar deleted file mode 100644 index a63bd3d..0000000 Binary files a/minecraft/mods/dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar and /dev/null differ diff --git a/minecraft/mods/emi-1.1.22+1.20.1+fabric.jar b/minecraft/mods/emi-1.1.22+1.20.1+fabric.jar deleted file mode 100644 index e17a4f2..0000000 Binary files a/minecraft/mods/emi-1.1.22+1.20.1+fabric.jar and /dev/null differ diff --git a/minecraft/mods/emi_loot-0.7.6+1.20.1+fabric.jar b/minecraft/mods/emi_loot-0.7.6+1.20.1+fabric.jar deleted file mode 100644 index 0aab107..0000000 Binary files a/minecraft/mods/emi_loot-0.7.6+1.20.1+fabric.jar and /dev/null differ diff --git a/minecraft/mods/emi_ores-1.2+1.20.1+fabric.jar b/minecraft/mods/emi_ores-1.2+1.20.1+fabric.jar deleted file mode 100644 index 58c59d7..0000000 Binary files a/minecraft/mods/emi_ores-1.2+1.20.1+fabric.jar and /dev/null differ diff --git a/minecraft/mods/emitrades-fabric-1.2.1+mc1.20.1.jar b/minecraft/mods/emitrades-fabric-1.2.1+mc1.20.1.jar deleted file mode 100644 index 756bac9..0000000 Binary files a/minecraft/mods/emitrades-fabric-1.2.1+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/emized-botany-pots-1.0.0.jar b/minecraft/mods/emized-botany-pots-1.0.0.jar deleted file mode 100644 index 1755c2c..0000000 Binary files a/minecraft/mods/emized-botany-pots-1.0.0.jar and /dev/null differ diff --git a/minecraft/mods/enhancedblockentities-0.9+1.20.jar b/minecraft/mods/enhancedblockentities-0.9+1.20.jar deleted file mode 100644 index a1cc956..0000000 Binary files a/minecraft/mods/enhancedblockentities-0.9+1.20.jar and /dev/null differ diff --git a/minecraft/mods/entityculling-fabric-1.8.0-mc1.20.1.jar b/minecraft/mods/entityculling-fabric-1.8.0-mc1.20.1.jar deleted file mode 100644 index 66723c5..0000000 Binary files a/minecraft/mods/entityculling-fabric-1.8.0-mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/extra-mod-integrations-0.4.7+1.20.1.jar b/minecraft/mods/extra-mod-integrations-0.4.7+1.20.1.jar deleted file mode 100644 index 863299a..0000000 Binary files a/minecraft/mods/extra-mod-integrations-0.4.7+1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/fabric-api-0.92.6+1.20.1.jar b/minecraft/mods/fabric-api-0.92.6+1.20.1.jar deleted file mode 100644 index 1951e5f..0000000 Binary files a/minecraft/mods/fabric-api-0.92.6+1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar b/minecraft/mods/fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar deleted file mode 100644 index 2e177f4..0000000 Binary files a/minecraft/mods/fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar and /dev/null differ diff --git a/minecraft/mods/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar b/minecraft/mods/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar deleted file mode 100644 index 65f0a5e..0000000 Binary files a/minecraft/mods/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar and /dev/null differ diff --git a/minecraft/mods/ferritecore-6.0.1-fabric.jar b/minecraft/mods/ferritecore-6.0.1-fabric.jar deleted file mode 100644 index 18ef552..0000000 Binary files a/minecraft/mods/ferritecore-6.0.1-fabric.jar and /dev/null differ diff --git a/minecraft/mods/fusion-1.2.7-fabric-mc1.20.1.jar b/minecraft/mods/fusion-1.2.7-fabric-mc1.20.1.jar deleted file mode 100644 index 2da27b5..0000000 Binary files a/minecraft/mods/fusion-1.2.7-fabric-mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/fzzy_config-0.7.0+1.20.1.jar b/minecraft/mods/fzzy_config-0.7.0+1.20.1.jar deleted file mode 100644 index a778086..0000000 Binary files a/minecraft/mods/fzzy_config-0.7.0+1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/geckolib-fabric-1.20.1-4.7.2.jar b/minecraft/mods/geckolib-fabric-1.20.1-4.7.2.jar deleted file mode 100644 index c8fd116..0000000 Binary files a/minecraft/mods/geckolib-fabric-1.20.1-4.7.2.jar and /dev/null differ diff --git a/minecraft/mods/gravestones-1.0.12-1.20.1.jar b/minecraft/mods/gravestones-1.0.12-1.20.1.jar deleted file mode 100644 index 5f5f6cc..0000000 Binary files a/minecraft/mods/gravestones-1.0.12-1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/harvest-1.3.1.jar b/minecraft/mods/harvest-1.3.1.jar deleted file mode 100644 index 75aad86..0000000 Binary files a/minecraft/mods/harvest-1.3.1.jar and /dev/null differ diff --git a/minecraft/mods/indium-1.0.36+mc1.20.1.jar b/minecraft/mods/indium-1.0.36+mc1.20.1.jar deleted file mode 100644 index 4dd6bfc..0000000 Binary files a/minecraft/mods/indium-1.0.36+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/iris-1.7.6+mc1.20.1.jar b/minecraft/mods/iris-1.7.6+mc1.20.1.jar deleted file mode 100644 index 056bc09..0000000 Binary files a/minecraft/mods/iris-1.7.6+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/jecalculation-fabric-1.20.1-4.0.4.jar b/minecraft/mods/jecalculation-fabric-1.20.1-4.0.4.jar deleted file mode 100644 index e4bc397..0000000 Binary files a/minecraft/mods/jecalculation-fabric-1.20.1-4.0.4.jar and /dev/null differ diff --git a/minecraft/mods/justzoom_fabric_2.1.0_MC_1.20.1.jar b/minecraft/mods/justzoom_fabric_2.1.0_MC_1.20.1.jar deleted file mode 100644 index c37bb33..0000000 Binary files a/minecraft/mods/justzoom_fabric_2.1.0_MC_1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/kibe-1.10.1-BETA+1.20.jar b/minecraft/mods/kibe-1.10.1-BETA+1.20.jar deleted file mode 100644 index 13c5dad..0000000 Binary files a/minecraft/mods/kibe-1.10.1-BETA+1.20.jar and /dev/null differ diff --git a/minecraft/mods/konkrete_fabric_1.8.1_MC_1.20.1.jar b/minecraft/mods/konkrete_fabric_1.8.1_MC_1.20.1.jar deleted file mode 100644 index 10c31a8..0000000 Binary files a/minecraft/mods/konkrete_fabric_1.8.1_MC_1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/krypton-0.2.3.jar b/minecraft/mods/krypton-0.2.3.jar deleted file mode 100644 index 0b764c4..0000000 Binary files a/minecraft/mods/krypton-0.2.3.jar and /dev/null differ diff --git a/minecraft/mods/lambdynamiclights-4.1.3+1.20.1.jar b/minecraft/mods/lambdynamiclights-4.1.3+1.20.1.jar deleted file mode 100644 index 3fd9efd..0000000 Binary files a/minecraft/mods/lambdynamiclights-4.1.3+1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/lighty-fabric-2.1.3+1.20.1.jar b/minecraft/mods/lighty-fabric-2.1.3+1.20.1.jar deleted file mode 100644 index 640693d..0000000 Binary files a/minecraft/mods/lighty-fabric-2.1.3+1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/lithium-fabric-mc1.20.1-0.11.3.jar b/minecraft/mods/lithium-fabric-mc1.20.1-0.11.3.jar deleted file mode 100644 index 5a5f210..0000000 Binary files a/minecraft/mods/lithium-fabric-mc1.20.1-0.11.3.jar and /dev/null differ diff --git a/minecraft/mods/mcw-doors-1.1.2-mc1.20.1fabric.jar b/minecraft/mods/mcw-doors-1.1.2-mc1.20.1fabric.jar deleted file mode 100644 index 00d6f6d..0000000 Binary files a/minecraft/mods/mcw-doors-1.1.2-mc1.20.1fabric.jar and /dev/null differ diff --git a/minecraft/mods/mcw-fences-1.2.0-1.20.1fabric.jar b/minecraft/mods/mcw-fences-1.2.0-1.20.1fabric.jar deleted file mode 100644 index b58cd77..0000000 Binary files a/minecraft/mods/mcw-fences-1.2.0-1.20.1fabric.jar and /dev/null differ diff --git a/minecraft/mods/mcw-furniture-3.3.0-mc1.20.1fabric.jar b/minecraft/mods/mcw-furniture-3.3.0-mc1.20.1fabric.jar deleted file mode 100644 index c64206c..0000000 Binary files a/minecraft/mods/mcw-furniture-3.3.0-mc1.20.1fabric.jar and /dev/null differ diff --git a/minecraft/mods/mcw-lights-1.1.2-mc1.20.1fabric.jar b/minecraft/mods/mcw-lights-1.1.2-mc1.20.1fabric.jar deleted file mode 100644 index bd00451..0000000 Binary files a/minecraft/mods/mcw-lights-1.1.2-mc1.20.1fabric.jar and /dev/null differ diff --git a/minecraft/mods/mcw-trapdoors-1.1.4-mc1.20.1fabric.jar b/minecraft/mods/mcw-trapdoors-1.1.4-mc1.20.1fabric.jar deleted file mode 100644 index 0aab566..0000000 Binary files a/minecraft/mods/mcw-trapdoors-1.1.4-mc1.20.1fabric.jar and /dev/null differ diff --git a/minecraft/mods/mcw-windows-2.3.0-mc1.20.1fabric.jar b/minecraft/mods/mcw-windows-2.3.0-mc1.20.1fabric.jar deleted file mode 100644 index 6de7e87..0000000 Binary files a/minecraft/mods/mcw-windows-2.3.0-mc1.20.1fabric.jar and /dev/null differ diff --git a/minecraft/mods/mcwbiomesoplenty-fabric-1.20.1-1.2.jar b/minecraft/mods/mcwbiomesoplenty-fabric-1.20.1-1.2.jar deleted file mode 100644 index 0128177..0000000 Binary files a/minecraft/mods/mcwbiomesoplenty-fabric-1.20.1-1.2.jar and /dev/null differ diff --git a/minecraft/mods/memoryleakfix-fabric-1.17+-1.1.5.jar b/minecraft/mods/memoryleakfix-fabric-1.17+-1.1.5.jar deleted file mode 100644 index 43556e1..0000000 Binary files a/minecraft/mods/memoryleakfix-fabric-1.17+-1.1.5.jar and /dev/null differ diff --git a/minecraft/mods/modernfix-fabric-5.23.1+mc1.20.1.jar b/minecraft/mods/modernfix-fabric-5.23.1+mc1.20.1.jar deleted file mode 100644 index 02ca289..0000000 Binary files a/minecraft/mods/modernfix-fabric-5.23.1+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/modmenu-7.2.2.jar b/minecraft/mods/modmenu-7.2.2.jar deleted file mode 100644 index e565de3..0000000 Binary files a/minecraft/mods/modmenu-7.2.2.jar and /dev/null differ diff --git a/minecraft/mods/mousewheelie-1.13.0+mc1.20.1.jar b/minecraft/mods/mousewheelie-1.13.0+mc1.20.1.jar deleted file mode 100644 index 61c975d..0000000 Binary files a/minecraft/mods/mousewheelie-1.13.0+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/netherportalfix-fabric-1.20-13.0.2.jar b/minecraft/mods/netherportalfix-fabric-1.20-13.0.2.jar deleted file mode 100644 index 12bde1c..0000000 Binary files a/minecraft/mods/netherportalfix-fabric-1.20-13.0.2.jar and /dev/null differ diff --git a/minecraft/mods/plasmovoice-fabric-1.20.1-2.1.4.jar b/minecraft/mods/plasmovoice-fabric-1.20.1-2.1.4.jar deleted file mode 100644 index 73fd58c..0000000 Binary files a/minecraft/mods/plasmovoice-fabric-1.20.1-2.1.4.jar and /dev/null differ diff --git a/minecraft/mods/polymorph-fabric-0.49.10+1.20.1.jar b/minecraft/mods/polymorph-fabric-0.49.10+1.20.1.jar deleted file mode 100644 index c58badc..0000000 Binary files a/minecraft/mods/polymorph-fabric-0.49.10+1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/pv-addon-groups-1.1.0.jar b/minecraft/mods/pv-addon-groups-1.1.0.jar deleted file mode 100644 index 6d097e8..0000000 Binary files a/minecraft/mods/pv-addon-groups-1.1.0.jar and /dev/null differ diff --git a/minecraft/mods/rechiseled-1.1.6-fabric-mc1.20.jar b/minecraft/mods/rechiseled-1.1.6-fabric-mc1.20.jar deleted file mode 100644 index c716709..0000000 Binary files a/minecraft/mods/rechiseled-1.1.6-fabric-mc1.20.jar and /dev/null differ diff --git a/minecraft/mods/rechiseledcreate-1.0.2a-fabric-mc1.20.jar b/minecraft/mods/rechiseledcreate-1.0.2a-fabric-mc1.20.jar deleted file mode 100644 index 4426f5f..0000000 Binary files a/minecraft/mods/rechiseledcreate-1.0.2a-fabric-mc1.20.jar and /dev/null differ diff --git a/minecraft/mods/reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar b/minecraft/mods/reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar deleted file mode 100644 index 04f81f9..0000000 Binary files a/minecraft/mods/reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar and /dev/null differ diff --git a/minecraft/mods/resourcefullib-fabric-1.20.1-2.1.29.jar b/minecraft/mods/resourcefullib-fabric-1.20.1-2.1.29.jar deleted file mode 100644 index 8a39e95..0000000 Binary files a/minecraft/mods/resourcefullib-fabric-1.20.1-2.1.29.jar and /dev/null differ diff --git a/minecraft/mods/shulkerboxtooltip-fabric-4.0.4+1.20.1.jar b/minecraft/mods/shulkerboxtooltip-fabric-4.0.4+1.20.1.jar deleted file mode 100644 index c9074e1..0000000 Binary files a/minecraft/mods/shulkerboxtooltip-fabric-4.0.4+1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/skinlayers3d-fabric-1.8.0-mc1.20.1.jar b/minecraft/mods/skinlayers3d-fabric-1.8.0-mc1.20.1.jar deleted file mode 100644 index 0a7531f..0000000 Binary files a/minecraft/mods/skinlayers3d-fabric-1.8.0-mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/skinrestorer-2.3.4+1.20-fabric.jar b/minecraft/mods/skinrestorer-2.3.4+1.20-fabric.jar deleted file mode 100644 index c12b33a..0000000 Binary files a/minecraft/mods/skinrestorer-2.3.4+1.20-fabric.jar and /dev/null differ diff --git a/minecraft/mods/sliceanddice-fabric-3.3.1.jar b/minecraft/mods/sliceanddice-fabric-3.3.1.jar deleted file mode 100644 index 3880a55..0000000 Binary files a/minecraft/mods/sliceanddice-fabric-3.3.1.jar and /dev/null differ diff --git a/minecraft/mods/sodium-fabric-0.5.13+mc1.20.1.jar b/minecraft/mods/sodium-fabric-0.5.13+mc1.20.1.jar deleted file mode 100644 index 63ea994..0000000 Binary files a/minecraft/mods/sodium-fabric-0.5.13+mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar b/minecraft/mods/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar deleted file mode 100644 index 322955f..0000000 Binary files a/minecraft/mods/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar and /dev/null differ diff --git a/minecraft/mods/supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar b/minecraft/mods/supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar deleted file mode 100644 index c5fc019..0000000 Binary files a/minecraft/mods/supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar and /dev/null differ diff --git a/minecraft/mods/threatengl-fabric-1.3.3-release.2.jar b/minecraft/mods/threatengl-fabric-1.3.3-release.2.jar deleted file mode 100644 index 8af4aef..0000000 Binary files a/minecraft/mods/threatengl-fabric-1.3.3-release.2.jar and /dev/null differ diff --git a/minecraft/mods/travelersbackpack-fabric-1.20.1-9.1.37.jar b/minecraft/mods/travelersbackpack-fabric-1.20.1-9.1.37.jar deleted file mode 100644 index cbd6f15..0000000 Binary files a/minecraft/mods/travelersbackpack-fabric-1.20.1-9.1.37.jar and /dev/null differ diff --git a/minecraft/mods/trinkets-3.7.2.jar b/minecraft/mods/trinkets-3.7.2.jar deleted file mode 100644 index d7dfadd..0000000 Binary files a/minecraft/mods/trinkets-3.7.2.jar and /dev/null differ diff --git a/minecraft/mods/valkyrienskies-120-2.3.0-beta.7.jar b/minecraft/mods/valkyrienskies-120-2.3.0-beta.7.jar deleted file mode 100644 index ad0387d..0000000 Binary files a/minecraft/mods/valkyrienskies-120-2.3.0-beta.7.jar and /dev/null differ diff --git a/minecraft/mods/waygl-1.1.5+1.20.jar b/minecraft/mods/waygl-1.1.5+1.20.jar deleted file mode 100644 index 36c8a24..0000000 Binary files a/minecraft/mods/waygl-1.1.5+1.20.jar and /dev/null differ diff --git a/minecraft/mods/waystones-fabric-1.20.1-14.1.13.jar b/minecraft/mods/waystones-fabric-1.20.1-14.1.13.jar deleted file mode 100644 index 286b5ad..0000000 Binary files a/minecraft/mods/waystones-fabric-1.20.1-14.1.13.jar and /dev/null differ diff --git a/minecraft/mods/xaeros-map-server-utils-1.0.1.jar b/minecraft/mods/xaeros-map-server-utils-1.0.1.jar deleted file mode 100644 index 6ac87e0..0000000 Binary files a/minecraft/mods/xaeros-map-server-utils-1.0.1.jar and /dev/null differ diff --git a/minecraft/mods/yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar b/minecraft/mods/yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar deleted file mode 100644 index e3a4191..0000000 Binary files a/minecraft/mods/yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar and /dev/null differ diff --git a/mmc-pack.json b/mmc-pack.json deleted file mode 100644 index 9e260b9..0000000 --- a/mmc-pack.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "components": [ - { - "cachedName": "LWJGL 3", - "cachedVersion": "3.3.1", - "cachedVolatile": true, - "dependencyOnly": true, - "uid": "org.lwjgl3", - "version": "3.3.1" - }, - { - "cachedName": "Minecraft", - "cachedRequires": [ - { - "suggests": "3.3.1", - "uid": "org.lwjgl3" - } - ], - "cachedVersion": "1.20.1", - "important": true, - "uid": "net.minecraft", - "version": "1.20.1" - }, - { - "cachedName": "Intermediary Mappings", - "cachedRequires": [ - { - "equals": "1.20.1", - "uid": "net.minecraft" - } - ], - "cachedVersion": "1.20.1", - "cachedVolatile": true, - "dependencyOnly": true, - "uid": "net.fabricmc.intermediary", - "version": "1.20.1" - }, - { - "cachedName": "Fabric Loader", - "cachedRequires": [ - { - "uid": "net.fabricmc.intermediary" - } - ], - "cachedVersion": "0.16.14", - "uid": "net.fabricmc.fabric-loader", - "version": "0.16.14" - } - ], - "formatVersion": 1 -} diff --git a/modlist.md b/modlist.md deleted file mode 100644 index 2195fdf..0000000 --- a/modlist.md +++ /dev/null @@ -1,118 +0,0 @@ -- [3d\-Skin\-Layers](https://modrinth.com/mod/zV5r3pPn) [1\.8\.0] -- [AE2 EMI Crafting Integration](https://modrinth.com/mod/eVAp8Nkw) [1\.3\.1] -- [AE2WTLib](https://modrinth.com/mod/pNabrMMw) [15\.2\.1\-fabric] -- [AddonsLib](https://modrinth.com/mod/cl5ec0Qm) [1\.20\.1\-1\.5] -- [AppleSkin](https://modrinth.com/mod/EsAfCjCV) [2\.5\.1\+mc1\.20] -- [Applied Energistics 2](https://modrinth.com/mod/XxWD5pD3) [15\.3\.6] -- [Architectury](https://modrinth.com/mod/lhGA9TYQ) [9\.2\.14] -- [BCLib](https://modrinth.com/mod/BgNRHReB) [3\.0\.14] -- [Balm](https://modrinth.com/mod/MBAkmtvl) [7\.3\.31] -- [Better End](https://modrinth.com/mod/gc8OEnCC) [4\.0\.11] -- [BetterF3](https://modrinth.com/mod/8shC1gFX) [7\.0\.2] -- [BiomesOPlenty](https://modrinth.com/mod/HXF82T3G) [19\.0\.0\.96] -- [Blanket Client\-tweaks](https://modrinth.com/mod/gxpkKtVH) [1\.1\.4] -- [Blur \(Fabric\)](https://modrinth.com/mod/NK39zBp2) [3\.1\.0] -- [Bobby](https://modrinth.com/mod/M08ruV16) [5\.0\.1] -- [Bookshelf](https://modrinth.com/mod/uy4Cnpcm) [20\.2\.13] -- [BotanyPots](https://modrinth.com/mod/U6BUTZ7K) [13\.0\.41] -- [Botarium](https://modrinth.com/mod/2u6LRnMa) [2\.3\.4] -- [CC: Tweaked](https://modrinth.com/mod/gu7yAYhd) [1\.115\.1] -- [Cardinal Components API](https://modrinth.com/mod/K01OU20C) [5\.2\.3] -- [Carry On](https://modrinth.com/mod/joEfVgkn) [2\.1\.2\.7] -- [Carry On \+ Valkyrien Skies Compat](https://modrinth.com/mod/VdZ1CoT5) [1\.0\.0] -- [Chisel Refabricated](https://modrinth.com/mod/4KWv7wbN) [2\.0\.0\+mc1\.20\.1] -- [Cloth Config v11](https://modrinth.com/mod/9s6osm5g) [11\.1\.136] -- [Concurrent Chunk Management Engine](https://modrinth.com/mod/VSNURh3q) [0\.2\.0\+alpha\.11\.16] -- [Configured](https://www.curseforge.com/projects/457570) [2\.2\.3] -- [Controlling For Fabric](https://modrinth.com/mod/xv94TkTM) [12\.0\.2] -- [Create](https://modrinth.com/mod/Xbc0uyRg) [0\.5\.1\-j\-build\.1631\+mc1\.20\.1] -- [Create Crafts & Additions](https://modrinth.com/mod/kU1G12Nn) [NONE] -- [Create Slice & Dice](https://modrinth.com/mod/GmjmRQ0A) [3\.3\.1] -- [Create: Estrogen](https://modrinth.com/mod/HhIJW8n1) [4\.3\.4\+1\.20\.1\-fabric] -- [Create: Steam 'n' Rails](https://modrinth.com/mod/ZzjhlDgM) [1\.6\.9\+fabric\-mc1\.20\.1] -- [Cryonic Config](https://modrinth.com/mod/oEhQIkOs) [1\.0\.0\+mc1\.20\.1] -- [Distant Horizons](https://modrinth.com/mod/uCdwusMi) [2\.3\.2\-b] -- [Durability Tooltip](https://modrinth.com/mod/smUP7V3r) [1\.1\.5] -- [Dynamic FPS](https://modrinth.com/mod/LQ3K71Q1) [3\.9\.5] -- [EMI](https://modrinth.com/mod/fRiHVvU7) [1\.1\.22\+1\.20\.1\+fabric] -- [EMI Loot](https://modrinth.com/mod/qbbO7Jns) [0\.7\.6\+1\.20\.1\+fabric] -- [EMI Ores](https://modrinth.com/mod/sG4TqDb8) [1\.2\+1\.20\.1\+fabric] -- [EMI Trades](https://modrinth.com/mod/j2HhbEE7) [1\.2\.1\+mc1\.20\.1] -- [EMIzed Botany Pots](https://modrinth.com/mod/IhMKi1nq) [1\.0\.0] -- [Emi Tech Reborn](https://modrinth.com/mod/MF8Uygnx) [1\.0\.0] -- [EnchantmentDescriptions](https://modrinth.com/mod/UVtY3ZAC) [17\.1\.19] -- [Enhanced Block Entities](https://modrinth.com/mod/OVuFYfre) [0\.9\+1\.20] -- [Enhanced Cats](https://modrinth.com/mod/e2R0wxyL) [0\.8] -- [EntityCulling](https://modrinth.com/mod/NNAgCjsB) [1\.8\.0] -- [Extra Mod Integrations](https://modrinth.com/mod/bpRHnWUb) [0\.4\.7\+1\.20\.1] -- [Fabric API](https://modrinth.com/mod/P7dR8mSH) [0\.92\.6\+1\.20\.1] -- [Fabric Language Kotlin](https://modrinth.com/mod/Ha28R6CL) [1\.13\.3\+kotlin\.2\.1\.21] -- [Farmer's Delight](https://modrinth.com/mod/7vxePowz) [1\.20\.1\-2\.4\.0\+refabricated] -- [Fast IP Ping](https://modrinth.com/mod/9mtu0sUO) [1\.0\.7] -- [FerriteCore](https://modrinth.com/mod/uXXizFIs) [6\.0\.1] -- [Fusion](https://modrinth.com/mod/p19vrgc2) [1\.2\.7] -- [Fzzy Config](https://modrinth.com/mod/hYykXjDp) [0\.7\.0\+1\.20\.1] -- [GPU Tape](https://modrinth.com/mod/5CTSrY8X) [1\.0\.5\.1] -- [GeckoLib 4](https://modrinth.com/mod/8BmcQJ2H) [4\.7\.2] -- [GlitchCore](https://modrinth.com/mod/s3dmwKy5) [0\.0\.1\.1] -- [Gravestones](https://modrinth.com/mod/Heh3BbSv) [1\.0\.12\-1\.20\.1] -- [Harvest](https://modrinth.com/mod/1DgT4iww) [1\.3\.1] -- [Hephaestus](https://modrinth.com/mod/sdSn3wvy) [1\.20\.1\-3\.6\.4\.287] -- [Indium](https://modrinth.com/mod/Orvt0mRa) [1\.0\.36\+mc1\.20\.1] -- [Iris](https://modrinth.com/mod/YL57xq9U) [1\.7\.6\+mc1\.20\.1] -- [Jade](https://modrinth.com/mod/nvQzSEkH) [11\.13\.1\+fabric] -- [Just Enough Calculation](https://www.curseforge.com/projects/242223) [4\.0\.4] -- [Just Zoom](https://modrinth.com/mod/iAiqcykM) [2\.1\.0] -- [Kibe](https://modrinth.com/mod/OvlwmUdC) [1\.10\.1\-BETA\+1\.20] -- [Konkrete](https://modrinth.com/mod/J81TRJWm) [1\.8\.1] -- [Krypton](https://modrinth.com/mod/fQEb0iXm) [0\.2\.3] -- [LambDynamicLights](https://modrinth.com/mod/yBW8D80W) [4\.1\.3\+1\.20\.1] -- [Lighty](https://modrinth.com/mod/yjvKidNM) [2\.1\.3\+1\.20\.1] -- [Lithium](https://modrinth.com/mod/gvQqBUqZ) [0\.11\.3] -- [LuckPerms](https://modrinth.com/mod/Vebnzrzj) [5\.4\.102] -- [Macaw's Biomes O' Plenty](https://modrinth.com/mod/Tanquv9C) [1\.20\.1\-1\.2] -- [Macaw's Doors](https://modrinth.com/mod/kNxa8z3e) [1\.1\.2] -- [Macaw's Fences and Walls](https://modrinth.com/mod/GmwLse2I) [1\.2\.0] -- [Macaw's Furniture](https://modrinth.com/mod/dtWC90iB) [3\.3\.0] -- [Macaw's Lights and Lamps](https://modrinth.com/mod/w4an97C2) [1\.1\.2] -- [Macaw's Trapdoors](https://modrinth.com/mod/n2fvCDlM) [1\.1\.4] -- [Macaw's Windows](https://modrinth.com/mod/C7I0BCni) [2\.3\.0] -- [Memory Leak Fix](https://modrinth.com/mod/NRjRiSSD) [1\.1\.5] -- [Mod Menu](https://modrinth.com/mod/mOgUt4GM) [7\.2\.2] -- [ModernFix](https://modrinth.com/mod/nmDcB62a) [5\.23\.1\+mc1\.20\.1] -- [Mouse Tweaks](https://modrinth.com/mod/aC3cM3Vq) [2\.26] -- [Mouse Wheelie](https://modrinth.com/mod/u5Ic2U1u) [1\.13\.0\+mc1\.20\.1] -- [NetherPortalFix](https://modrinth.com/mod/nPZr02ET) [13\.0\.2] -- [No Chat Reports](https://modrinth.com/mod/qQyHxfxd) [1\.20\.1\-v2\.2\.2] -- [Nullscape](https://modrinth.com/mod/LPjGiSO4) [1\.2\.8] -- [Plasmo Voice](https://modrinth.com/mod/1bZhdhsH) [2\.1\.4] -- [Polymorph](https://modrinth.com/mod/tagwiZkJ) [0\.49\.10\+1\.20\.1] -- [Powah\!](https://modrinth.com/mod/KZO4S4DO) [5\.0\.10] -- [Rechiseled](https://modrinth.com/mod/B0g2vT6l) [1\.1\.6] -- [Rechiseled: Create](https://modrinth.com/mod/E6867niZ) [1\.0\.2\+a] -- [Reese's Sodium Options](https://modrinth.com/mod/Bh37bMuy) [1\.7\.2\+mc1\.20\.1\-build\.101] -- [Resourceful Lib](https://modrinth.com/mod/G1hIVOrD) [2\.1\.29] -- [Searchables](https://modrinth.com/mod/fuuu3xnx) [1\.0\.3] -- [Shulker Box Tooltip](https://modrinth.com/mod/2M01OLQq) [4\.0\.4\+1\.20\.1] -- [SkinRestorer](https://modrinth.com/mod/ghrZDhGW) [2\.3\.4\+1\.20\-fabric] -- [Sodium](https://modrinth.com/mod/AANobbMI) [0\.5\.13\+mc1\.20\.1] -- [Storage Drawers](https://modrinth.com/mod/guitPqEi) [12\.10\.7] -- [SuperMartijn642's Config Lib](https://modrinth.com/mod/LN9BxssP) [1\.1\.8\+a] -- [SuperMartijn642's Core Lib](https://modrinth.com/mod/rOUBggPv) [1\.1\.18\+a] -- [Tech Reborn](https://www.curseforge.com/projects/233564) [5\.8\.13] -- [TerraBlender](https://modrinth.com/mod/kkmrDlKT) [3\.0\.1\.10] -- [Terralith](https://modrinth.com/mod/8oi3bsk5) [2\.5\.4] -- [ThreatenGL](https://modrinth.com/mod/RSFrpoou) [1\.3\.3\-release\.1] -- [Traveler's Backpack](https://modrinth.com/mod/rlloIFEV) [9\.1\.37] -- [Trinkets](https://modrinth.com/mod/5aaWibi9) [3\.7\.2] -- [Valkyrien Skies 2](https://modrinth.com/mod/V5ujR2yw) [2\.3\.0\-beta\.7] -- [WayGL](https://modrinth.com/mod/XTzhksrl) [1\.1\.5\+1\.20] -- [Waystones](https://modrinth.com/mod/LOpKHB2A) [14\.1\.13] -- [Wildfire's Female Gender Mod](https://modrinth.com/mod/bcOsQHnC) [1\.20\-3\.0\.1] -- [Xaero's Map Server Utils](https://modrinth.com/mod/YJgkgKMm) [1\.0\.1] -- [Xaero's Minimap](https://modrinth.com/mod/1bokaNcj) [25\.2\.6] -- [Xaero's World Map](https://modrinth.com/mod/NcUtCpym) [1\.39\.9] -- [YetAnotherConfigLib](https://modrinth.com/mod/1eAoo2KR) [3\.6\.6\+1\.20\.1\-fabric] -- [ctLib](https://modrinth.com/mod/EFNVfB1s) [0\.1\.13] -- [pv\-addon\-groups](https://modrinth.com/mod/g2HFPeCl) [1\.1\.0] -- [toNeko](https://modrinth.com/mod/QFxgeSVF) [1\.3\.11] \ No newline at end of file diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml new file mode 100644 index 0000000..c7e3678 --- /dev/null +++ b/mods/3dskinlayers.pw.toml @@ -0,0 +1,18 @@ +name = "3D Skin Layers" +filename = "skinlayers3d-fabric-1.8.1-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/d095tpdB/skinlayers3d-fabric-1.8.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "7ee36f75d6efb9a361985be33525529d9d2cc13554cbe8f882a4c7376d5fd6e2b17b0203b0f6aee6b6464e8ec5031366244fbecddbedb278b47c25a91dd63f7d" + +[option] +optional = true +default = false +description = "3D Skinlayers" + +[update] +[update.modrinth] +mod-id = "zV5r3pPn" +version = "d095tpdB" diff --git a/mods/addonslib.pw.toml b/mods/addonslib.pw.toml new file mode 100644 index 0000000..74a6164 --- /dev/null +++ b/mods/addonslib.pw.toml @@ -0,0 +1,13 @@ +name = "AddonsLib" +filename = "addonslib-fabric-1.20.1-1.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cl5ec0Qm/versions/QEJEiF12/addonslib-fabric-1.20.1-1.5.jar" +hash-format = "sha512" +hash = "8285af8b1c35265cc98b8962ac67dff831eeb21345699ab4bd2127902a346dbf2c6be89655acab056469d520575d927de6f611ed7ab9b6aeb8580502c4b1aa63" + +[update] +[update.modrinth] +mod-id = "cl5ec0Qm" +version = "QEJEiF12" diff --git a/mods/advanced-backups.pw.toml b/mods/advanced-backups.pw.toml new file mode 100644 index 0000000..cf57df8 --- /dev/null +++ b/mods/advanced-backups.pw.toml @@ -0,0 +1,13 @@ +name = "Advanced Backups" +filename = "AdvancedBackups-fabric-1.20-3.7.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Jrmoreqs/versions/GGnVhNaL/AdvancedBackups-fabric-1.20-3.7.1.jar" +hash-format = "sha512" +hash = "6f4c0de3d2eac775a9149e8db137c5065ee1e66712621fffbf2ed5b7a1a786c45dfd208961df019f010cd6cb960b6270ba18e7b5bc8ee9de35d46cbf72d82a45" + +[update] +[update.modrinth] +mod-id = "Jrmoreqs" +version = "GGnVhNaL" diff --git a/mods/ae2-emi-crafting.pw.toml b/mods/ae2-emi-crafting.pw.toml new file mode 100644 index 0000000..d32f30d --- /dev/null +++ b/mods/ae2-emi-crafting.pw.toml @@ -0,0 +1,13 @@ +name = "AE2 EMI Crafting Integration" +filename = "ae2-emi-crafting-1.3.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/eVAp8Nkw/versions/lEmazn2j/ae2-emi-crafting-1.3.1.jar" +hash-format = "sha512" +hash = "51fdb5e5fa57275b9b87b315d791e92633453f2d9880d8cd6cccc25f785264d1d4781c8bfd2521a6e84588c50ab036189dba1f18df9e8f801a600c63076f2568" + +[update] +[update.modrinth] +mod-id = "eVAp8Nkw" +version = "lEmazn2j" diff --git a/mods/ae2.pw.toml b/mods/ae2.pw.toml new file mode 100644 index 0000000..5a7918f --- /dev/null +++ b/mods/ae2.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2" +filename = "appliedenergistics2-fabric-15.3.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/eDnBiYjR/appliedenergistics2-fabric-15.3.6.jar" +hash-format = "sha512" +hash = "af5e1088af2dcfaaffc865563e9588e4189b5f11dc7d75cfeafe6a9e5b1a55680cc2e7b2eea3bd956c92934ccea0fa79476e8d190c487a4eaf475dc5151fe0d6" + +[update] +[update.modrinth] +mod-id = "XxWD5pD3" +version = "eDnBiYjR" diff --git a/mods/animal_feeding_trough.pw.toml b/mods/animal_feeding_trough.pw.toml new file mode 100644 index 0000000..f95e485 --- /dev/null +++ b/mods/animal_feeding_trough.pw.toml @@ -0,0 +1,13 @@ +name = "Animal Feeding Trough" +filename = "animal_feeding_trough-1.1.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bRFWnJ87/versions/WkJeqkhZ/animal_feeding_trough-1.1.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "88a51133662db318bf42a12a59de76b169bcf6eba7f5c429c3f8f782c69cb730e9263bc855d8d9ca085309c449cc3b468ea23fe016fb5b32805cf05554fac535" + +[update] +[update.modrinth] +mod-id = "bRFWnJ87" +version = "WkJeqkhZ" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..5efd3a6 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-fabric-mc1.20.1-2.5.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar" +hash-format = "sha512" +hash = "1544c3705133694a886233bdf75b0d03c9ab489421c1f9f30e51d8dd9f4dcab5826edbef4b7d477b81ac995253c6258844579a54243422b73446f6fb8653b979" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "xcauwnEB" diff --git a/mods/applied-energistics-2-wireless-terminals.pw.toml b/mods/applied-energistics-2-wireless-terminals.pw.toml new file mode 100644 index 0000000..0141335 --- /dev/null +++ b/mods/applied-energistics-2-wireless-terminals.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2 Wireless Terminals" +filename = "ae2wtlib-15.2.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pNabrMMw/versions/QewbGM3G/ae2wtlib-15.2.1-fabric.jar" +hash-format = "sha512" +hash = "aa1593f4466370daf2c4acbeea93dbb6249e9aaddaacc0383b0b016067ca47202398d89255812fa5758c56e873fbedb23595c1f05be01e9736f978a771332bca" + +[update] +[update.modrinth] +mod-id = "pNabrMMw" +version = "QewbGM3G" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..8257e1b --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-9.2.14-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar" +hash-format = "sha512" +hash = "4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "WbL7MStR" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..9aabb1f --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-fabric-1.20.1-7.3.31.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/x05ZVyBJ/balm-fabric-1.20.1-7.3.31.jar" +hash-format = "sha512" +hash = "c4cf7008ca7d954ed5fc10b4634e3c45d8a36d5cc0bd846cef580f3e1feb81a4d700b1e5029a154e57443470662a56fcbc842117a2f55947ebc90cd5b081a823" + +[update] +[update.modrinth] +mod-id = "MBAkmtvl" +version = "x05ZVyBJ" diff --git a/mods/bclib.pw.toml b/mods/bclib.pw.toml new file mode 100644 index 0000000..a9a39c6 --- /dev/null +++ b/mods/bclib.pw.toml @@ -0,0 +1,13 @@ +name = "BCLib" +filename = "bclib-3.0.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BgNRHReB/versions/TPC86Pyz/bclib-3.0.14.jar" +hash-format = "sha512" +hash = "bc35cc37a221fbc6f7fca293e72aad0877d8c9d07067ff0b4c8f51dcddbb82ac7cbbb86d1550eef7690bcd1ecf09625f0389f39ae9a252eec5d8511ba7deec4a" + +[update] +[update.modrinth] +mod-id = "BgNRHReB" +version = "TPC86Pyz" diff --git a/mods/betterend.pw.toml b/mods/betterend.pw.toml new file mode 100644 index 0000000..de677f7 --- /dev/null +++ b/mods/betterend.pw.toml @@ -0,0 +1,13 @@ +name = "BetterEnd" +filename = "better-end-4.0.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/7QwyTILr/better-end-4.0.11.jar" +hash-format = "sha512" +hash = "5faae5cb3d8759837ec341c605dd9c8b6b32a908e7e1f1248b3b2567c5f9969079df33694cdfb6c743a732bfc9d5824843a93edec07f09e68f8b408e355d15e7" + +[update] +[update.modrinth] +mod-id = "gc8OEnCC" +version = "7QwyTILr" diff --git a/mods/betterf3.pw.toml b/mods/betterf3.pw.toml new file mode 100644 index 0000000..fad5807 --- /dev/null +++ b/mods/betterf3.pw.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-7.0.2-Fabric-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar" +hash-format = "sha512" +hash = "1b1f5bae45050bf01a23c57cfe94b7f42c6e0e9d669150effc04d3d09fd43c2dbea6c634117309ab1ee11253fcdb3c6061a9034e963b7f08476a76f1e98c3b8a" + +[update] +[update.modrinth] +mod-id = "8shC1gFX" +version = "7WkFnw9F" diff --git a/mods/biomes-o-plenty.pw.toml b/mods/biomes-o-plenty.pw.toml new file mode 100644 index 0000000..0a73995 --- /dev/null +++ b/mods/biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Biomes O' Plenty" +filename = "BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HXF82T3G/versions/eZaag2ca/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar" +hash-format = "sha512" +hash = "0d8af03235f92465c158a38f4a3497658895d3f6cbb761b7c1eaf549d86622a2b3214d32d92de30b1ed86fa55085fd78c6f03cae289e51f09cd8701fda8b4619" + +[update] +[update.modrinth] +mod-id = "HXF82T3G" +version = "eZaag2ca" diff --git a/mods/bits-and-chisels.pw.toml b/mods/bits-and-chisels.pw.toml new file mode 100644 index 0000000..16ee222 --- /dev/null +++ b/mods/bits-and-chisels.pw.toml @@ -0,0 +1,13 @@ +name = "Bits And Chisels" +filename = "bitsandchisels-2.7.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/q8MC5tW2/versions/kqHohJYy/bitsandchisels-2.7.3.jar" +hash-format = "sha512" +hash = "434be17efcdb4e63a03927bfff0dd35937abb8cd846bcfdd9b350e517f7dd106d1e20a721084655ded130ad78447ae2a84cb42632788469b37c2124b8f9c3017" + +[update] +[update.modrinth] +mod-id = "q8MC5tW2" +version = "kqHohJYy" diff --git a/mods/blahaj.pw.toml b/mods/blahaj.pw.toml new file mode 100644 index 0000000..19211b8 --- /dev/null +++ b/mods/blahaj.pw.toml @@ -0,0 +1,13 @@ +name = "Blåhaj" +filename = "blahaj-quilt-1.20.1-0.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Yl6uPZkr/versions/uLiIwYwS/blahaj-quilt-1.20.1-0.3.0.jar" +hash-format = "sha512" +hash = "6e1823b779953c8ec3985300b01b55832be2b1cdd83ca4234497564107deb800b541a2c5e1cd5c4eb35ffedd163d883c78ffa6fc320815e08d9ba8c3f1606fd9" + +[update] +[update.modrinth] +mod-id = "Yl6uPZkr" +version = "uLiIwYwS" diff --git a/mods/blanket.pw.toml b/mods/blanket.pw.toml new file mode 100644 index 0000000..e407262 --- /dev/null +++ b/mods/blanket.pw.toml @@ -0,0 +1,13 @@ +name = "Blanket" +filename = "blanket-client-tweaks-1.1.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/gxpkKtVH/versions/Bugxmes1/blanket-client-tweaks-1.1.4.jar" +hash-format = "sha512" +hash = "2643e683610d4a81c7c8ca19ed6ce995cb8395fdf900dcd4a850b427634e15e4c7d189676e2d98fe4e678fa725c23210a7f528a986ea7c7eba3f7d534b791a86" + +[update] +[update.modrinth] +mod-id = "gxpkKtVH" +version = "Bugxmes1" diff --git a/mods/blur-plus.pw.toml b/mods/blur-plus.pw.toml new file mode 100644 index 0000000..98dfa05 --- /dev/null +++ b/mods/blur-plus.pw.toml @@ -0,0 +1,18 @@ +name = "Blur+" +filename = "blur-3.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar" +hash-format = "sha512" +hash = "c2e8d0bc87eb8bb5d36f4e980ef1a680e6238043f79553fa13248f6c9d46d18fce209ed57c66e1d1ce7aff04a397dd0ec907c3e07ff02c2c94c20998c6a22768" + +[option] +optional = true +default = false +description = "Menu Background Blur" + +[update] +[update.modrinth] +mod-id = "NK39zBp2" +version = "dki8Ab2D" diff --git a/mods/bobby.pw.toml b/mods/bobby.pw.toml new file mode 100644 index 0000000..a95b0e0 --- /dev/null +++ b/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/2cuVyTav/bobby-5.0.1.jar" +hash-format = "sha512" +hash = "2c2872b633f67feef2af378793da928d1595bb0cd841ee8ca6cd2bbbef45d8f9c14456b2d8970d4d92ac2cbefdb753c77c37341dfdbf0d00268f9cf607914391" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "2cuVyTav" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml new file mode 100644 index 0000000..4e1c3e1 --- /dev/null +++ b/mods/bookshelf-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Bookshelf" +filename = "Bookshelf-Fabric-1.20.1-20.2.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/CBnLZwRS/Bookshelf-Fabric-1.20.1-20.2.13.jar" +hash-format = "sha512" +hash = "6cc0536833c4f1922711da91c3baf3a79b4bf8c72aa548a34e8f4852fc9b1cb51f21729c58544fbe05909fd3e1da316d1f885033af5844024cea936c3626e3d2" + +[update] +[update.modrinth] +mod-id = "uy4Cnpcm" +version = "CBnLZwRS" diff --git a/mods/botany-pots.pw.toml b/mods/botany-pots.pw.toml new file mode 100644 index 0000000..9905f85 --- /dev/null +++ b/mods/botany-pots.pw.toml @@ -0,0 +1,13 @@ +name = "Botany Pots" +filename = "BotanyPots-Fabric-1.20.1-13.0.41.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/U6BUTZ7K/versions/NKdlDMoA/BotanyPots-Fabric-1.20.1-13.0.41.jar" +hash-format = "sha512" +hash = "b6247ce18e89ed0aa0e0a81a240975e9f869682ae011074f0d177df2bb58b40add0f3d31a2e80fb9a759896671dca0eb810bb7e6be1b7f4a25f017378d2600a2" + +[update] +[update.modrinth] +mod-id = "U6BUTZ7K" +version = "NKdlDMoA" diff --git a/mods/botany-trees.pw.toml b/mods/botany-trees.pw.toml new file mode 100644 index 0000000..c35191c --- /dev/null +++ b/mods/botany-trees.pw.toml @@ -0,0 +1,13 @@ +name = "Botany Trees" +filename = "BotanyTrees-Fabric-1.20.1-9.0.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mvs7RoIW/versions/QmXviCyO/BotanyTrees-Fabric-1.20.1-9.0.18.jar" +hash-format = "sha512" +hash = "ac9095627a169ef1d3e5f107b9eeaef0a7ff7bb324f9c524158c0bd91f4e32013feec3de06357b4185d82db3eaa77d8cc87f3a39ef33a9907b0383821df7238b" + +[update] +[update.modrinth] +mod-id = "mvs7RoIW" +version = "QmXviCyO" diff --git a/mods/botarium.pw.toml b/mods/botarium.pw.toml new file mode 100644 index 0000000..181f342 --- /dev/null +++ b/mods/botarium.pw.toml @@ -0,0 +1,13 @@ +name = "Botarium" +filename = "botarium-fabric-1.20.1-2.3.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2u6LRnMa/versions/f3ATcSfq/botarium-fabric-1.20.1-2.3.4.jar" +hash-format = "sha512" +hash = "03589a8d05c17dbb4271c212d0eb00c53d9d5c0705f63c7816ff9e099245db71f94e7c544e323beaeac28d30bd3807eeccb1352792cb6d778ff6ecf68f4635c7" + +[update] +[update.modrinth] +mod-id = "2u6LRnMa" +version = "f3ATcSfq" diff --git a/mods/cardinal-components-api.pw.toml b/mods/cardinal-components-api.pw.toml new file mode 100644 index 0000000..bef9461 --- /dev/null +++ b/mods/cardinal-components-api.pw.toml @@ -0,0 +1,13 @@ +name = "Cardinal Components API" +filename = "cardinal-components-api-5.2.3.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/K01OU20C/versions/Ielhod3p/cardinal-components-api-5.2.3.jar" +hash-format = "sha512" +hash = "f20484d5bc780bee9b388ff6075e7c3bd130c7f8cae75a425bfd1fb68d03ca19288c09b0729992987fd32f3a2433b49c25162e086de82abd8d06ee45e4e3c917" + +[update] +[update.modrinth] +mod-id = "K01OU20C" +version = "Ielhod3p" diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml new file mode 100644 index 0000000..5ce3da0 --- /dev/null +++ b/mods/carry-on.pw.toml @@ -0,0 +1,13 @@ +name = "Carry On" +filename = "carryon-fabric-1.20.1-2.1.2.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/joEfVgkn/versions/Mkla4B3q/carryon-fabric-1.20.1-2.1.2.7.jar" +hash-format = "sha512" +hash = "ca96f56dba50ea4827ec7a15bc590ccb29aba01896550d3cb398bed18acdf469dd351cdc9312e4743f54955b3162e744c58d76c88eb79b1e5e5b4570f5b33c64" + +[update] +[update.modrinth] +mod-id = "joEfVgkn" +version = "Mkla4B3q" diff --git a/mods/carryon-vs-compat.pw.toml b/mods/carryon-vs-compat.pw.toml new file mode 100644 index 0000000..30a5d70 --- /dev/null +++ b/mods/carryon-vs-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Carry On + Valkyrien Skies Compat" +filename = "CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VdZ1CoT5/versions/HTQCChfT/CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar" +hash-format = "sha512" +hash = "42a197cd703509ea03aa35903aa7bf1ea45348f7c1b894b9c3f8df508ced1983702b77f7173affb0b62c817a1cd956d5e0e87e20e1c4fbbd82e4182734a7b372" + +[update] +[update.modrinth] +mod-id = "VdZ1CoT5" +version = "HTQCChfT" diff --git a/mods/cat-loaf.pw.toml b/mods/cat-loaf.pw.toml new file mode 100644 index 0000000..0d90f6f --- /dev/null +++ b/mods/cat-loaf.pw.toml @@ -0,0 +1,13 @@ +name = "Cat Loaf" +filename = "catloaf-1.1.0-1.20.x-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Q1ZgOTni/versions/4Tg5EAsN/catloaf-1.1.0-1.20.x-FABRIC.jar" +hash-format = "sha512" +hash = "583795b4659aaebedcb90e515275d4378f40013ac1911fd5356c6e20f42e3505645f40ceb0c31ab9298614116a51c5e757ac1887dd4e64f1604bec4fae7df665" + +[update] +[update.modrinth] +mod-id = "Q1ZgOTni" +version = "4Tg5EAsN" diff --git a/mods/cat_jam.pw.toml b/mods/cat_jam.pw.toml new file mode 100644 index 0000000..a1699e9 --- /dev/null +++ b/mods/cat_jam.pw.toml @@ -0,0 +1,13 @@ +name = "cat_jam" +filename = "cat_jam-fabric-mc1.20-1.3.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x3s69afN/versions/Q4DJyoRR/cat_jam-fabric-mc1.20-1.3.1.jar" +hash-format = "sha512" +hash = "7414e968bff8346ebbb83cc18723c66c589b2bfdea2bb1cee9b3039cc796d558f6951aa30f420bce9ec005699d0a80aa4d547a717862665eee46a5f7f2dbe963" + +[update] +[update.modrinth] +mod-id = "x3s69afN" +version = "Q4DJyoRR" diff --git a/mods/cc-tweaked.pw.toml b/mods/cc-tweaked.pw.toml new file mode 100644 index 0000000..53846ae --- /dev/null +++ b/mods/cc-tweaked.pw.toml @@ -0,0 +1,13 @@ +name = "CC: Tweaked" +filename = "cc-tweaked-1.20.1-fabric-1.116.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gu7yAYhd/versions/tjqbwENw/cc-tweaked-1.20.1-fabric-1.116.0.jar" +hash-format = "sha512" +hash = "f8dcc464dcf74cee71c565894adbbbf17f092937e13f00e5ca940d9da368a44a31af82f9934844024938b7fd4a12a2defeb690f827a4181bb4f2c6b8cbf1bbb7" + +[update] +[update.modrinth] +mod-id = "gu7yAYhd" +version = "tjqbwENw" diff --git a/mods/chisel-reborn.pw.toml b/mods/chisel-reborn.pw.toml new file mode 100644 index 0000000..b16556e --- /dev/null +++ b/mods/chisel-reborn.pw.toml @@ -0,0 +1,13 @@ +name = "Chisel Reborn" +filename = "chisel-fabric-2.0.0+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4KWv7wbN/versions/MCaQX97J/chisel-fabric-2.0.0%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "540c9e9e7a94cd3d99e49616b503820dada01e9d505df38c482c1a4b257fdf85676790df1cf1d22c9cd015f48f64a243e1a835cc0b3e89576354b3dbffa12a53" + +[update] +[update.modrinth] +mod-id = "4KWv7wbN" +version = "MCaQX97J" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..0ebc287 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-11.1.136-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar" +hash-format = "sha512" +hash = "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "2xQdCMyG" diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..04e7354 --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.20.1-8.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/P0uRrvF9/collective-1.20.1-8.3.jar" +hash-format = "sha512" +hash = "11263db68965bd7d727284ecfd84047d0085c647af1aa8903896946515742ae5ced21cf3b46497dcf5e35ff1f0db646dad2bc330b9c3997cf75b304d34e4f745" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "P0uRrvF9" diff --git a/mods/configured.pw.toml b/mods/configured.pw.toml new file mode 100644 index 0000000..6ad32d4 --- /dev/null +++ b/mods/configured.pw.toml @@ -0,0 +1,13 @@ +name = "Configured" +filename = "configured-fabric-1.20.1-2.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c85adcba2f4cd0252dc8698d00a24b1e283d2cb8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5180902 +project-id = 457570 diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml new file mode 100644 index 0000000..6b5f5bc --- /dev/null +++ b/mods/continuity.pw.toml @@ -0,0 +1,18 @@ +name = "Continuity" +filename = "continuity-3.0.0+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1IjD5062/versions/qGTDcjHM/continuity-3.0.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "7205cae3c534fd5d5328a9659146911381c06e54da995aabd11745ad72def5bd5120b7cb792fab2e8dcaa4670c23bdba21079b8f6da94152cfc6ea4b415edcbf" + +[option] +optional = true +default = false +description = "Connected textures" + +[update] +[update.modrinth] +mod-id = "1IjD5062" +version = "qGTDcjHM" diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..daea2b7 --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-fabric-1.20.1-12.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xv94TkTM/versions/6ipZLQSK/Controlling-fabric-1.20.1-12.0.2.jar" +hash-format = "sha512" +hash = "1e3da9b2b50488daa7b9165930a48158330404110912037cf42543c6acf649ad79019a324ee42e5ef88ad51bb64ee40684a147bfb7847412259b7cebff0134ee" + +[update] +[update.modrinth] +mod-id = "xv94TkTM" +version = "6ipZLQSK" diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml new file mode 100644 index 0000000..02c4375 --- /dev/null +++ b/mods/copycats.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Copycats+" +filename = "copycats-2.2.2+mc.1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UT2M39wf/versions/WYmjbo0H/copycats-2.2.2%2Bmc.1.20.1-fabric.jar" +hash-format = "sha512" +hash = "21c4409d5f453a29d161b34ebed3b6253953529fbfcac4651fd4476059a99f6d2244486345b69a46dc9b3a1ebdfd39cd0ef0c1b8b814a95b3cf7c8465471eee1" + +[update] +[update.modrinth] +mod-id = "UT2M39wf" +version = "WYmjbo0H" diff --git a/mods/cosmetic-armor.pw.toml b/mods/cosmetic-armor.pw.toml new file mode 100644 index 0000000..00f352b --- /dev/null +++ b/mods/cosmetic-armor.pw.toml @@ -0,0 +1,13 @@ +name = "Cosmetic Armor" +filename = "CosmeticArmor-1.20-1.6.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JrIYhb1P/versions/wPdj2uLD/CosmeticArmor-1.20-1.6.0.jar" +hash-format = "sha512" +hash = "426792cb538e73962374f638cee3182fa1c3e28acbdc5a61b534ee70149ffc955db652c820caf4fc4a27acd980f522e419f5f580c55683d985723a314caf2c96" + +[update] +[update.modrinth] +mod-id = "JrIYhb1P" +version = "wPdj2uLD" diff --git a/mods/craftable-saddles-by-sumbaii999.pw.toml b/mods/craftable-saddles-by-sumbaii999.pw.toml new file mode 100644 index 0000000..0d27b92 --- /dev/null +++ b/mods/craftable-saddles-by-sumbaii999.pw.toml @@ -0,0 +1,13 @@ +name = "Craftable Saddles" +filename = "craftable-saddles-1.20-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BJ5dG0xB/versions/We1eIWwq/craftable-saddles-1.20-1.20.1.jar" +hash-format = "sha512" +hash = "5d343bb7e0b41c60af247df7b16d4f2b281846c278825f463ccb38a64e3512d1c2e82f41b6a296f1b82c84524c25b280474069a4520594993973d489b4208ca8" + +[update] +[update.modrinth] +mod-id = "BJ5dG0xB" +version = "We1eIWwq" diff --git a/mods/create-clockwork.pw.toml b/mods/create-clockwork.pw.toml new file mode 100644 index 0000000..734f473 --- /dev/null +++ b/mods/create-clockwork.pw.toml @@ -0,0 +1,13 @@ +name = "Clockwork" +filename = "clockwork-1.20.1-0.1.16-fabric-b3b22e39fe.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/84USeAvk/versions/EvNWNIMY/clockwork-1.20.1-0.1.16-fabric-b3b22e39fe.jar" +hash-format = "sha512" +hash = "a8e86135020f70e6244381a9f0a329fff8965b53e37c2309a4d9e96a93de9db2c2aef2832af73dd5c85bfee4661f9d169c34a1ee53de4a030fa9867298db9095" + +[update] +[update.modrinth] +mod-id = "84USeAvk" +version = "EvNWNIMY" diff --git a/mods/create-fabric.pw.toml b/mods/create-fabric.pw.toml new file mode 100644 index 0000000..8db92b5 --- /dev/null +++ b/mods/create-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Create Fabric" +filename = "create-fabric-0.5.1-j-build.1631+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xbc0uyRg/versions/7Ub71nPb/create-fabric-0.5.1-j-build.1631%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "73ff936492c857ae411c10cae0194d64a56b98a1a7a9478ca13fe2a6e3ee155e327cf4590a3888aaa671561b4cf74de97f2f44224d7981b03a546e36236c3de2" + +[update] +[update.modrinth] +mod-id = "Xbc0uyRg" +version = "7Ub71nPb" diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..28da183 --- /dev/null +++ b/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Steam 'n' Rails" +filename = "Steam_Rails-1.6.9+fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZzjhlDgM/versions/VFhdqLko/Steam_Rails-1.6.9%2Bfabric-mc1.20.1.jar" +hash-format = "sha512" +hash = "048a0cad7fd4f9eb7516ee557a8d427f4e65b7e7020a24f60fe171f5b84c53dc0a67b603fc4a7d063f15df05ae5e35fc4ff64ec1b8996ca6fc42833fc2f5d55b" + +[update] +[update.modrinth] +mod-id = "ZzjhlDgM" +version = "VFhdqLko" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..264ad95 --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-fabric+1.20.1-1.2.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/ybLiaryg/createaddition-fabric%2B1.20.1-1.2.6.jar" +hash-format = "sha512" +hash = "f4ac98d196cef9cc0bfeac7d4070a60376b83cc5c441820a2d602443e7726aef8101fa5bbd5b60ea10ed926fc2770eff3fa5dda695268d1a96f16f4399b0bf77" + +[update] +[update.modrinth] +mod-id = "kU1G12Nn" +version = "ybLiaryg" diff --git a/mods/critters-and-companions.pw.toml b/mods/critters-and-companions.pw.toml new file mode 100644 index 0000000..35a75fb --- /dev/null +++ b/mods/critters-and-companions.pw.toml @@ -0,0 +1,13 @@ +name = "Critters and Companions" +filename = "crittersandcompanions-fabric-1.20.1-2.3.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Yd4wb5wZ/versions/Wql3APg2/crittersandcompanions-fabric-1.20.1-2.3.1.jar" +hash-format = "sha512" +hash = "38822818023baed28d549045eaf454bfb25cda2c12ef3faee20f74b8babb1eea4b1ca3f0e946ca5f6bdcddf4410ef7ef6acc5096d7716b0d90f92fa0747df30a" + +[update] +[update.modrinth] +mod-id = "Yd4wb5wZ" +version = "Wql3APg2" diff --git a/mods/cryonicconfig.pw.toml b/mods/cryonicconfig.pw.toml new file mode 100644 index 0000000..24ff0ac --- /dev/null +++ b/mods/cryonicconfig.pw.toml @@ -0,0 +1,13 @@ +name = "Cryonic Config" +filename = "cryonicconfig-fabric-1.0.0+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/oEhQIkOs/versions/8YNy3a8m/cryonicconfig-fabric-1.0.0%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "e4cddd6d303162defc640151c06088795149ff5f4890a19cc0eea35636a5273bcf8bdc1748b165445612683a295e4a0d42235ce91254047a93ddfc97b8720327" + +[update] +[update.modrinth] +mod-id = "oEhQIkOs" +version = "8YNy3a8m" diff --git a/mods/ctlibmod.pw.toml b/mods/ctlibmod.pw.toml new file mode 100644 index 0000000..5ec068b --- /dev/null +++ b/mods/ctlibmod.pw.toml @@ -0,0 +1,13 @@ +name = "ctLibMod" +filename = "ctLibMod-0.1.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EFNVfB1s/versions/RVXtgzVV/ctLibMod-0.1.13.jar" +hash-format = "sha512" +hash = "8f056b1da3015628484769195cb186feb486f79a0ed3f8fe4aa29ffd2562f9e113fa630454a0a654e3711e6b4cd33fc6f2058ce65b98bc689ad38126fe9d808c" + +[update] +[update.modrinth] +mod-id = "EFNVfB1s" +version = "RVXtgzVV" diff --git a/mods/cyberanner-ironchest.pw.toml b/mods/cyberanner-ironchest.pw.toml new file mode 100644 index 0000000..a50ee60 --- /dev/null +++ b/mods/cyberanner-ironchest.pw.toml @@ -0,0 +1,13 @@ +name = "Iron Chests" +filename = "IronChests-2.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7mHyGgvW/versions/SfuEdZgi/IronChests-2.0.2.jar" +hash-format = "sha512" +hash = "fa0262ea6077067278123eb942b9f5963681e2a2c390fd65be1776cf43db92542ceee2778cb1a34249f27c795740a9f634885853ce9b8cf06d136a0b2e715c8b" + +[update] +[update.modrinth] +mod-id = "7mHyGgvW" +version = "SfuEdZgi" diff --git a/mods/deimos.pw.toml b/mods/deimos.pw.toml new file mode 100644 index 0000000..efa0452 --- /dev/null +++ b/mods/deimos.pw.toml @@ -0,0 +1,13 @@ +name = "Deimos" +filename = "deimos-1.20.1-fabric-2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WQaxNzFg/versions/iUVAo3IR/deimos-1.20.1-fabric-2.2.jar" +hash-format = "sha512" +hash = "ef286c8c52e70d49fa32b0825ee78e45ec0abe002a3a979aec32ccf90afb8e1dd89c5d9cb9ff392c706c947fbbd20821aa29434796b4a1ba1f787ddafe0c025b" + +[update] +[update.modrinth] +mod-id = "WQaxNzFg" +version = "iUVAo3IR" diff --git a/mods/deslabification.pw.toml b/mods/deslabification.pw.toml new file mode 100644 index 0000000..d27278c --- /dev/null +++ b/mods/deslabification.pw.toml @@ -0,0 +1,13 @@ +name = "Deslabification (slabs to blocks)" +filename = "deslabification-1.2.0+1.20.1+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gjiybDip/versions/kxvOKY5O/deslabification-1.2.0%2B1.20.1%2Bfabric.jar" +hash-format = "sha512" +hash = "9e42a3820fb3e3d0122656c0e03836f05f8a91b452c15164770f11049969ca6c3984dd2ce9a3c3df44f34025c7ec5a02dacefe741c20d436096d4104da5a0cd0" + +[update] +[update.modrinth] +mod-id = "gjiybDip" +version = "kxvOKY5O" diff --git a/mods/distanthorizons.pw.toml b/mods/distanthorizons.pw.toml new file mode 100644 index 0000000..1b9fc9e --- /dev/null +++ b/mods/distanthorizons.pw.toml @@ -0,0 +1,18 @@ +name = "Distant Horizons" +filename = "DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/uCdwusMi/versions/vSDePnsB/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar" +hash-format = "sha512" +hash = "14f5548cffa24fabdcfce6626fc813db42e28350a126833a54e1c54e13e6b393e232b5a0d55fe6bc6f7e273061adaade67f8a8bbee9503cdaf869c28db0995b7" + +[update] +[update.modrinth] +mod-id = "uCdwusMi" +version = "vSDePnsB" + +[option] +optional = true +default = false +description = "way increased rendering distance(huge performance impact)" diff --git a/mods/do-api.pw.toml b/mods/do-api.pw.toml new file mode 100644 index 0000000..7a8e621 --- /dev/null +++ b/mods/do-api.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] API" +filename = "letsdo-API-fabric-1.2.15-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4XJZeZbM/versions/kD7KNe4P/letsdo-API-fabric-1.2.15-fabric.jar" +hash-format = "sha512" +hash = "b518a36a7bbbc0d033e3e989a0c2acbfce2ed0b68c3a738b66f2ce544f8693020046cfbadf7b4ee4d855b557c5768073ec18d6f2dbe16825b715c607ec685b0a" + +[update] +[update.modrinth] +mod-id = "4XJZeZbM" +version = "kD7KNe4P" diff --git a/mods/double-doors.pw.toml b/mods/double-doors.pw.toml new file mode 100644 index 0000000..6132c77 --- /dev/null +++ b/mods/double-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Double Doors" +filename = "doubledoors-1.20.1-7.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/JrvR9OHr/versions/F3Sryqc5/doubledoors-1.20.1-7.1.jar" +hash-format = "sha512" +hash = "d5d649121e56227642b3171bde535948dbdc294d215498e17327456e1cb7b07ec6c54c96d340a17b9f492c78a32e26f2d243159df41876b5df3933c9531425f6" + +[update] +[update.modrinth] +mod-id = "JrvR9OHr" +version = "F3Sryqc5" diff --git a/mods/duckling.pw.toml b/mods/duckling.pw.toml new file mode 100644 index 0000000..4da0199 --- /dev/null +++ b/mods/duckling.pw.toml @@ -0,0 +1,13 @@ +name = "Duckling" +filename = "duckling-3.0.0-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "13efd4f4f41d181879d1e9438b171adb259805aa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4620539 +project-id = 597248 diff --git a/mods/ducky-periphs.pw.toml b/mods/ducky-periphs.pw.toml new file mode 100644 index 0000000..fcdbff8 --- /dev/null +++ b/mods/ducky-periphs.pw.toml @@ -0,0 +1,13 @@ +name = "Ducky Peripherals" +filename = "duckyperiphs-1.20.1-1.3.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l2IpK3Ji/versions/FYDI2Gut/duckyperiphs-1.20.1-1.3.1-fabric.jar" +hash-format = "sha512" +hash = "dbefdf44def2db076c1f5394ad62427e511d926ed12e4adf57b683d2ff1a1e5d0a95a4a94272f4bbafdb24c373eb1c7dba364937993f323d3996629da0bb0acd" + +[update] +[update.modrinth] +mod-id = "l2IpK3Ji" +version = "FYDI2Gut" diff --git a/mods/durability-tooltip.pw.toml b/mods/durability-tooltip.pw.toml new file mode 100644 index 0000000..156f27e --- /dev/null +++ b/mods/durability-tooltip.pw.toml @@ -0,0 +1,13 @@ +name = "Durability Tooltip" +filename = "durabilitytooltip-1.1.5-fabric-mc1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/smUP7V3r/versions/WmJeyttw/durabilitytooltip-1.1.5-fabric-mc1.20.jar" +hash-format = "sha512" +hash = "207d3f32d031bfc391ab267c64f87b9a90b0370aa5e579c217f6774f6a69aeac141c7b8a013d144ccde4f0ed0ce162071358e55cff632fb3d82ad4de8efcf5a3" + +[update] +[update.modrinth] +mod-id = "smUP7V3r" +version = "WmJeyttw" diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml new file mode 100644 index 0000000..6efac40 --- /dev/null +++ b/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/D9mrJwm0/dynamic-fps-3.9.5%2Bminecraft-1.20.0-fabric.jar" +hash-format = "sha512" +hash = "8f6769b6ae3736e2481f0b4caea385ad6656b60b2493a1a746a3f0678e976494f7a0488ac4baa80531a38e8d64b1a61654ee97c238dc9b0e12347bdc6623520e" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "D9mrJwm0" diff --git a/mods/easyauth.pw.toml b/mods/easyauth.pw.toml new file mode 100644 index 0000000..6b3e809 --- /dev/null +++ b/mods/easyauth.pw.toml @@ -0,0 +1,13 @@ +name = "EasyAuth" +filename = "easyauth-mc1.20-3.3.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/aZj58GfX/versions/qjdqMGjC/easyauth-mc1.20-3.3.5.jar" +hash-format = "sha512" +hash = "35c9b6c5bc34ffd7f4b8e3ae9a6d0771b2799e8609ffef38e334a96709c37106152f5f0da60a26d513b2047586d619007a44aa4be554723cc8b26465f5b08306" + +[update] +[update.modrinth] +mod-id = "aZj58GfX" +version = "qjdqMGjC" diff --git a/mods/ebe.pw.toml b/mods/ebe.pw.toml new file mode 100644 index 0000000..a262cfe --- /dev/null +++ b/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar" +hash-format = "sha512" +hash = "7e8b402fd25efd396bc7f0f25a663808ae9890accc227850c454dfcdc975657f22afceb15878e781485622434a6f6d60aff2a60264aa4425edd52ebe052a0de5" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "i3v1Skck" diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..86b5b83 --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Loot" +filename = "emi_loot-0.7.6+1.20.1+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/qGaKqaNB/emi_loot-0.7.6%2B1.20.1%2Bfabric.jar" +hash-format = "sha512" +hash = "c17bb9848c50d642a1191c06bbd2604e5302bf5e33f5754da1a91c0e144768ea0448aacaa5587273446d2d300ebd0e3fd4087857fc51dd0078311f05c9a359fc" + +[update] +[update.modrinth] +mod-id = "qbbO7Jns" +version = "qGaKqaNB" diff --git a/mods/emi-ores.pw.toml b/mods/emi-ores.pw.toml new file mode 100644 index 0000000..f9823d7 --- /dev/null +++ b/mods/emi-ores.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Ores" +filename = "emi_ores-1.2+1.20.1+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/Gg0pscgP/emi_ores-1.2%2B1.20.1%2Bfabric.jar" +hash-format = "sha512" +hash = "7fd7b22dab04cc0fefb1354cd060131c4abd8750057c8a3036d1adfead0f28c30f086efa39c66782790315f1bb7bcc1609f4a0c8ed63b62de7bea72124419c2a" + +[update] +[update.modrinth] +mod-id = "sG4TqDb8" +version = "Gg0pscgP" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..ccc96a9 --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.22+1.20.1+fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/VvPw7Vi5/emi-1.1.22%2B1.20.1%2Bfabric.jar" +hash-format = "sha512" +hash = "6781a72c54af058b72601edea102d9eaf6ff4f8ee5d0ede72cc86b7a79a961fd7c0cc55486938d679d7303c21f95c242ca01b3e9b3be56a41bb3dd11ab766a03" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "VvPw7Vi5" diff --git a/mods/emitechreborn.pw.toml b/mods/emitechreborn.pw.toml new file mode 100644 index 0000000..1c4efd3 --- /dev/null +++ b/mods/emitechreborn.pw.toml @@ -0,0 +1,13 @@ +name = "EmiTechReborn" +filename = "EmiTechReborn-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/MF8Uygnx/versions/5PIbQFlX/EmiTechReborn-1.0.0.jar" +hash-format = "sha512" +hash = "9fa0f0597947ef5889ef28345700835915b3c40214faf29336e4b533600ef793968a10632ba891a0cdb2e0249b304939002d9b0e482a77502fbcd2473586a4be" + +[update] +[update.modrinth] +mod-id = "MF8Uygnx" +version = "5PIbQFlX" diff --git a/mods/emitrades.pw.toml b/mods/emitrades.pw.toml new file mode 100644 index 0000000..a1c0977 --- /dev/null +++ b/mods/emitrades.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Trades" +filename = "emitrades-fabric-1.2.1+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/j2HhbEE7/versions/kWMqVWTm/emitrades-fabric-1.2.1%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "ab4a29bec2b4b093dcfa4fb6deba5929f4e50f012a9ea1000665a70271de634ee9c0cf8f502855eb1fd6162d4a3d595b17f387804dcf8a9e8afad8b041279aee" + +[update] +[update.modrinth] +mod-id = "j2HhbEE7" +version = "kWMqVWTm" diff --git a/mods/emized-botany-pots.pw.toml b/mods/emized-botany-pots.pw.toml new file mode 100644 index 0000000..e76c74e --- /dev/null +++ b/mods/emized-botany-pots.pw.toml @@ -0,0 +1,13 @@ +name = "EMIzed Botany Pots" +filename = "emized-botany-pots-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/IhMKi1nq/versions/8zvSgkjC/emized-botany-pots-1.0.0.jar" +hash-format = "sha512" +hash = "112371c26e23735d58b1ba7bb13e4e4d53d1ea3ab8576258353cf8afaa736466b237e513e442bfa70b839bfb891622d22258dfca8f153232957813d70f7d2aa4" + +[update] +[update.modrinth] +mod-id = "IhMKi1nq" +version = "8zvSgkjC" diff --git a/mods/enchantment-descriptions.pw.toml b/mods/enchantment-descriptions.pw.toml new file mode 100644 index 0000000..1dfdead --- /dev/null +++ b/mods/enchantment-descriptions.pw.toml @@ -0,0 +1,13 @@ +name = "Enchantment Descriptions" +filename = "EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/LeAiyr1s/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar" +hash-format = "sha512" +hash = "9ba8a939713b7945b937118b756033e1428b3b445c60276e3e6143d95a6a5f839ebc95233290cd34fed953000301d5f24b4f680fb53ebd85587c73e8e27b5682" + +[update] +[update.modrinth] +mod-id = "UVtY3ZAC" +version = "LeAiyr1s" diff --git a/mods/enhanced-cats.pw.toml b/mods/enhanced-cats.pw.toml new file mode 100644 index 0000000..20d5bae --- /dev/null +++ b/mods/enhanced-cats.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Cats" +filename = "Enhanced Cats-1.20.1-1.20.3-0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e2R0wxyL/versions/ncT5cftQ/Enhanced%20Cats-1.20.1-1.20.3-0.8.jar" +hash-format = "sha512" +hash = "1fba8cddd93a57c40b69830f719998ae553014c249d06d29f3f9798af65671184f46befab1f697380ad6336fc2549c70e2246f6bbd3977e01609a88de8f99eb3" + +[update] +[update.modrinth] +mod-id = "e2R0wxyL" +version = "ncT5cftQ" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..2a08a9e --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-fabric-1.8.1-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/7CYEXwpe/entityculling-fabric-1.8.1-mc1.20.1.jar" +hash-format = "sha512" +hash = "7884b3e464a966fad9ea0303a36b3786c53f234ee6c7f97155496edc6a7d98baebce81ddbfb073795933223e3e58fb7eb95cf3237aa0a7ae5d63205bcfc291d6" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "7CYEXwpe" diff --git a/mods/estrogen.pw.toml b/mods/estrogen.pw.toml new file mode 100644 index 0000000..f42ad85 --- /dev/null +++ b/mods/estrogen.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Estrogen" +filename = "Estrogen-4.3.4+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HhIJW8n1/versions/MCFB20q2/Estrogen-4.3.4%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "63b41969ca3008082a5c2c7b1a5b4a4ad10f6ba46f84357893df33413e97a9d910cbfd226c45b54538ca7b826e7de58525f83911c9a93a897da064302f7ce53c" + +[update] +[update.modrinth] +mod-id = "HhIJW8n1" +version = "MCFB20q2" diff --git a/mods/eureka.pw.toml b/mods/eureka.pw.toml new file mode 100644 index 0000000..fd425ab --- /dev/null +++ b/mods/eureka.pw.toml @@ -0,0 +1,13 @@ +name = "Eureka! Ships! for Valkyrien Skies (Forge/Fabric)" +filename = "eureka-1201-1.5.1-beta.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EO8aSHxh/versions/sXx5EPib/eureka-1201-1.5.1-beta.3.jar" +hash-format = "sha512" +hash = "614b47e312cf7a8d2aaa6f005e805a3ca35347123552d442d3b4d36ac3304bda2a85ef3823300eae0d6b66e35a10f0345ac44654bea6bd24a0e1be78196f2869" + +[update] +[update.modrinth] +mod-id = "EO8aSHxh" +version = "sXx5EPib" diff --git a/mods/evenmoreinstruments.pw.toml b/mods/evenmoreinstruments.pw.toml new file mode 100644 index 0000000..d09a6c2 --- /dev/null +++ b/mods/evenmoreinstruments.pw.toml @@ -0,0 +1,13 @@ +name = "Even More Instruments!" +filename = "evenmoreinstruments-fabric-1.20-1.20.1-6.1.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Mcs3cqJ1/versions/X2qbymcw/evenmoreinstruments-fabric-1.20-1.20.1-6.1.4.jar" +hash-format = "sha512" +hash = "5fb9cc1203bc25e9bea156dc17b76373be35604198fd228cf61a7390885653de5438d99f75e31aad742a0c1cc5053731a41f3a9653473e06b19fcff1149cbfe2" + +[update] +[update.modrinth] +mod-id = "Mcs3cqJ1" +version = "X2qbymcw" diff --git a/mods/extra-mod-integrations.pw.toml b/mods/extra-mod-integrations.pw.toml new file mode 100644 index 0000000..0c36ff0 --- /dev/null +++ b/mods/extra-mod-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Addon: Extra Mod Integrations" +filename = "extra-mod-integrations-0.4.7+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bpRHnWUb/versions/V1QbMdYW/extra-mod-integrations-0.4.7%2B1.20.1.jar" +hash-format = "sha512" +hash = "e3f0e39736e14616dd013a5b29b22f3fc7989e4e15b975df6e4f497750c84b850f7b55578a9b1f07a2870d141804802f05308aad43ea69ebad1613f23ab69304" + +[update] +[update.modrinth] +mod-id = "bpRHnWUb" +version = "V1QbMdYW" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..95ad673 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.92.6+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UapVHwiP/fabric-api-0.92.6%2B1.20.1.jar" +hash-format = "sha512" +hash = "2bd2ed0cee22305b7ff49597c103a57c8fbe5f64be54a906796d48b589862626c951ff4cbf5cb1ed764a4d6479d69c3077594e693b7a291240eeea2bb3132b0c" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "UapVHwiP" diff --git a/mods/fabric-language-kotlin.pw.toml b/mods/fabric-language-kotlin.pw.toml new file mode 100644 index 0000000..5bfa988 --- /dev/null +++ b/mods/fabric-language-kotlin.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric Language Kotlin" +filename = "fabric-language-kotlin-1.13.4+kotlin.2.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/mccDBWqV/fabric-language-kotlin-1.13.4%2Bkotlin.2.2.0.jar" +hash-format = "sha512" +hash = "26b6b4499bf872ebc2c666227b2ed721ce0e33a8e8b19632971250e5cb6e0b9f35aef15a07ce53cf4755285d9d38c4e05a5f1357bad544d44b9e30b87c0a0055" + +[update] +[update.modrinth] +mod-id = "Ha28R6CL" +version = "mccDBWqV" diff --git a/mods/falling-leaves-fabric.pw.toml b/mods/falling-leaves-fabric.pw.toml new file mode 100644 index 0000000..95ed91a --- /dev/null +++ b/mods/falling-leaves-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Falling Leaves (Fabric)" +filename = "fallingleaves-1.15.6+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9950aaea2a33b1cfc972e881c533384e3bb0a0fb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5240313 +project-id = 417510 diff --git a/mods/farmers-delight-refabricated.pw.toml b/mods/farmers-delight-refabricated.pw.toml new file mode 100644 index 0000000..81e2783 --- /dev/null +++ b/mods/farmers-delight-refabricated.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight Refabricated" +filename = "FarmersDelight-1.20.1-2.4.0+refabricated.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7vxePowz/versions/PB4pwRax/FarmersDelight-1.20.1-2.4.0%2Brefabricated.jar" +hash-format = "sha512" +hash = "298a416f5718926dfb825725705f3baa2b1b1ae0d8462df3fa0ca0f9d9f681570ef431b9ec37e0cdb52c82c195c6d010671a5e2b235fa182c4bcbf9c2978db79" + +[update] +[update.modrinth] +mod-id = "7vxePowz" +version = "PB4pwRax" diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml new file mode 100644 index 0000000..27c479e --- /dev/null +++ b/mods/fast-ip-ping.pw.toml @@ -0,0 +1,13 @@ +name = "Fast IP Ping" +filename = "fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/vUzelzwj/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar" +hash-format = "sha512" +hash = "3efcd4ed3acf64cbc11bc58fdd97dd6a4ca766d4c42ddede83af5e1cdb47ac587b5ec6b411f721815a69e83965472ec480a52a25191f615d20b6f07d7e17327f" + +[update] +[update.modrinth] +mod-id = "9mtu0sUO" +version = "vUzelzwj" diff --git a/mods/female-gender.pw.toml b/mods/female-gender.pw.toml new file mode 100644 index 0000000..a54b96f --- /dev/null +++ b/mods/female-gender.pw.toml @@ -0,0 +1,13 @@ +name = "Female Gender Mod" +filename = "Female-Gender-Mod-fabric-1.20-3.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bcOsQHnC/versions/nYZ0oktX/Female-Gender-Mod-fabric-1.20-3.0.1.jar" +hash-format = "sha512" +hash = "0093c742f57ad4afc9aae48e3af92a32f14d94745e5573c935d923ddd34de607e9e98ca0a4084ac30c24942514909c595f43e7aee0def6aba286446e36dbd2c8" + +[update] +[update.modrinth] +mod-id = "bcOsQHnC" +version = "nYZ0oktX" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..c44ceae --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/unerR5MN/ferritecore-6.0.1-fabric.jar" +hash-format = "sha512" +hash = "9b7dc686bfa7937815d88c7bbc6908857cd6646b05e7a96ddbdcada328a385bd4ba056532cd1d7df9d2d7f4265fd48bd49ff683f217f6d4e817177b87f6bc457" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "unerR5MN" diff --git a/mods/figura.pw.toml b/mods/figura.pw.toml new file mode 100644 index 0000000..b582f0c --- /dev/null +++ b/mods/figura.pw.toml @@ -0,0 +1,18 @@ +name = "Figura" +filename = "figura-0.1.5+1.20.1-fabric-mc.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/s9gIPDom/versions/r3bPBsmg/figura-0.1.5%2B1.20.1-fabric-mc.jar" +hash-format = "sha512" +hash = "a842ae03f4477873934ad2a3bfeb50dcd75a668a91c072550c7db30dcd8825307bb74cfc26b3ae4a9ae933253a768eaed58ed7267221f2654ac2a93955a601ec" + +[option] +optional = true +default = false +description = "Custom player models" + +[update] +[update.modrinth] +mod-id = "s9gIPDom" +version = "r3bPBsmg" diff --git a/mods/fixed-anvil-repair-cost.pw.toml b/mods/fixed-anvil-repair-cost.pw.toml new file mode 100644 index 0000000..a5edae4 --- /dev/null +++ b/mods/fixed-anvil-repair-cost.pw.toml @@ -0,0 +1,13 @@ +name = "Fixed Anvil Repair Cost" +filename = "fixedanvilrepaircost-1.20.1-3.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jmLyNFBG/versions/fDXv4XYw/fixedanvilrepaircost-1.20.1-3.5.jar" +hash-format = "sha512" +hash = "caf0b4b2a86a94793328c9c278989261e01f48429fa27409fa83f8fcdede7a8399f266448c3899db3a95d71e939de9a382aed8cd59ab61944549b53ff9c881d6" + +[update] +[update.modrinth] +mod-id = "jmLyNFBG" +version = "fDXv4XYw" diff --git a/mods/flower-patch.pw.toml b/mods/flower-patch.pw.toml new file mode 100644 index 0000000..2366eee --- /dev/null +++ b/mods/flower-patch.pw.toml @@ -0,0 +1,13 @@ +name = "Flower Patch" +filename = "FlowerPatch-fabric-1.20.1-3.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6d075c1192fd19ae47f01bef2a22e86683939045" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4929869 +project-id = 641038 diff --git a/mods/forge-config-api-port.pw.toml b/mods/forge-config-api-port.pw.toml new file mode 100644 index 0000000..a2efce2 --- /dev/null +++ b/mods/forge-config-api-port.pw.toml @@ -0,0 +1,13 @@ +name = "Forge Config API Port" +filename = "ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ohNO6lps/versions/1aKtMQZE/ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar" +hash-format = "sha512" +hash = "c74fda4c25f42f182cae4ef2abaceb6992f14015a9b97570460c98f3cec15db6f7f2806f970efa1d10ffab62dd50257f8486cb586da129459225e3aa8db71ae0" + +[update] +[update.modrinth] +mod-id = "ohNO6lps" +version = "1aKtMQZE" diff --git a/mods/fusion-connected-textures.pw.toml b/mods/fusion-connected-textures.pw.toml new file mode 100644 index 0000000..dc42553 --- /dev/null +++ b/mods/fusion-connected-textures.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion (Connected Textures)" +filename = "fusion-1.2.7-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/p19vrgc2/versions/CwEjk4Dk/fusion-1.2.7-fabric-mc1.20.1.jar" +hash-format = "sha512" +hash = "89d3bbc4bf059b55f467ced61b3f54042cb83bcb3a016b6a8f7a7f74fd6509e6587b0d55a82f55bccd56b715642f17f3573b8e32ba29716dfda186fd71fd2a63" + +[update] +[update.modrinth] +mod-id = "p19vrgc2" +version = "CwEjk4Dk" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..c8212e5 --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.7.0+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/tbpj74o7/fzzy_config-0.7.0%2B1.20.1.jar" +hash-format = "sha512" +hash = "d6fbad0e32508fe0f33719610d6c70548e5f4cafc3eb359b93ff58ed3a4346895c8a5fc0b38b739b5ca0cb3512d63a7c453f1a2c325df5928fad3f0992520497" + +[update] +[update.modrinth] +mod-id = "hYykXjDp" +version = "tbpj74o7" diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..3dc2724 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "GeckoLib" +filename = "geckolib-fabric-1.20.1-4.7.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a6ed381cf4ad5a2742ec45e96096e285ae9d2b54" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6789483 +project-id = 388172 diff --git a/mods/genshin-instruments.pw.toml b/mods/genshin-instruments.pw.toml new file mode 100644 index 0000000..a81c31b --- /dev/null +++ b/mods/genshin-instruments.pw.toml @@ -0,0 +1,13 @@ +name = "Genshin Instruments" +filename = "genshinstrument-fabric-1.20-1.20.1-5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UUD6Qkij/versions/8PJLSO5u/genshinstrument-fabric-1.20-1.20.1-5.0.jar" +hash-format = "sha512" +hash = "b7a3b06f778036fef290270c7f48fca6ac8a2e566009a4997539c3b963f8d4bde07f4a4c7820d9281d390e4a905cdf4bb96102aa7d28daa6c11c5b17647c1472" + +[update] +[update.modrinth] +mod-id = "UUD6Qkij" +version = "8PJLSO5u" diff --git a/mods/glitchcore.pw.toml b/mods/glitchcore.pw.toml new file mode 100644 index 0000000..56c6347 --- /dev/null +++ b/mods/glitchcore.pw.toml @@ -0,0 +1,13 @@ +name = "GlitchCore" +filename = "GlitchCore-fabric-1.20.1-0.0.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/s3dmwKy5/versions/25HLOiOl/GlitchCore-fabric-1.20.1-0.0.1.1.jar" +hash-format = "sha512" +hash = "6aaf011fd04da2f2839da8e037add942588676385906d8ddad2927ca88414a37463f1b2e2ee2209a87cda8d2af9448a29e55e86ba2d94e857e46d28545ea7bbd" + +[update] +[update.modrinth] +mod-id = "s3dmwKy5" +version = "25HLOiOl" diff --git a/mods/gputape.pw.toml b/mods/gputape.pw.toml new file mode 100644 index 0000000..9f2e6ca --- /dev/null +++ b/mods/gputape.pw.toml @@ -0,0 +1,13 @@ +name = "GpuTape" +filename = "GpuTape-1.18x-1.21x-1.0.5.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5CTSrY8X/versions/ZoOH4tOq/GpuTape-1.18x-1.21x-1.0.5.1.jar" +hash-format = "sha512" +hash = "9b38e8702d6a99569c4d6e83e748294bd5579cf7044c21d68db5151f8a57195d272c85747fe8f9a26a411cc663555738fe932314f18d9ba05d3af7db5e1c959b" + +[update] +[update.modrinth] +mod-id = "5CTSrY8X" +version = "ZoOH4tOq" diff --git a/mods/gravestones-fix.pw.toml b/mods/gravestones-fix.pw.toml new file mode 100644 index 0000000..f82ac00 --- /dev/null +++ b/mods/gravestones-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Gravestones Fix" +filename = "gravestonesfix-1.1.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/nFIzW822/versions/rlQV9QFX/gravestonesfix-1.1.0.jar" +hash-format = "sha512" +hash = "1f6536be85bec91ef61826b124e77d566a1b2a5d263d14410a07705e42c3183104a6132e8792b0517bc27965dbd0cd7dfb20512deef9093485465c9f5ffef54d" + +[update] +[update.modrinth] +mod-id = "nFIzW822" +version = "rlQV9QFX" diff --git a/mods/gravestones.pw.toml b/mods/gravestones.pw.toml new file mode 100644 index 0000000..75aa449 --- /dev/null +++ b/mods/gravestones.pw.toml @@ -0,0 +1,13 @@ +name = "Gravestones" +filename = "gravestones-v1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ssUbhMkL/versions/Uw9uAQaY/gravestones-v1.15.jar" +hash-format = "sha512" +hash = "d15c6db9d9154464f335f01ae7f8ce8d2473251ed5a6c094a2f6e59ba778de6dfdefd7ee6a08d5908b826e37028de8edc3745a7af19ee00b59971f33bdfee2c5" + +[update] +[update.modrinth] +mod-id = "ssUbhMkL" +version = "Uw9uAQaY" diff --git a/mods/handcrafted.pw.toml b/mods/handcrafted.pw.toml new file mode 100644 index 0000000..338aff7 --- /dev/null +++ b/mods/handcrafted.pw.toml @@ -0,0 +1,13 @@ +name = "Handcrafted" +filename = "handcrafted-fabric-1.20.1-3.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pJmCFF0p/versions/NRw0CDAc/handcrafted-fabric-1.20.1-3.0.6.jar" +hash-format = "sha512" +hash = "92c3b47c635196d0991831ce64e2c47bd9d666ee6213bbba87b8f0214cccbba626a564ad130ec0336e94936568dce462d1ff6ca726a81134518795709632602e" + +[update] +[update.modrinth] +mod-id = "pJmCFF0p" +version = "NRw0CDAc" diff --git a/mods/harvest.pw.toml b/mods/harvest.pw.toml new file mode 100644 index 0000000..a0aeb36 --- /dev/null +++ b/mods/harvest.pw.toml @@ -0,0 +1,13 @@ +name = "Harvest" +filename = "harvest-1.3.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1DgT4iww/versions/f4jstPPQ/harvest-1.3.1.jar" +hash-format = "sha512" +hash = "b2b7ffe33ecf4650a6e7fe580c366c445a09a464cec21d42f1f7c997724de49bee55e67739cbeec7e13650dede0d890ab6e509fc49b04df386deae66c367e6e0" + +[update] +[update.modrinth] +mod-id = "1DgT4iww" +version = "f4jstPPQ" diff --git a/mods/hephaestus.pw.toml b/mods/hephaestus.pw.toml new file mode 100644 index 0000000..8fdef9b --- /dev/null +++ b/mods/hephaestus.pw.toml @@ -0,0 +1,13 @@ +name = "Hephaestus" +filename = "Hephaestus-1.20.1-3.6.4.287.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sdSn3wvy/versions/Bt5aG0F3/Hephaestus-1.20.1-3.6.4.287.jar" +hash-format = "sha512" +hash = "be3370a6a5238de5f44927e780039e9bb46bc83d1d50bea7cdfae79941193a3f7968a379f283cc07fe9ceb97fc405f82cc9488ba903024649876efbfe4d2c399" + +[update] +[update.modrinth] +mod-id = "sdSn3wvy" +version = "Bt5aG0F3" diff --git a/mods/hex-casting.pw.toml b/mods/hex-casting.pw.toml new file mode 100644 index 0000000..01e4a68 --- /dev/null +++ b/mods/hex-casting.pw.toml @@ -0,0 +1,13 @@ +name = "Hex Casting" +filename = "hexcasting-fabric-1.20.1-0.11.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nTW3yKrm/versions/IvI9LKNc/hexcasting-fabric-1.20.1-0.11.2.jar" +hash-format = "sha512" +hash = "0587997cf75cc8ffc7c7f10e10ccd856a683f6e2bd7433f66a0e9d6e4b3ae143fd26be62d459580e48a241e34cd6d3adc0d1407ec3717d7d6751cd59a45385b6" + +[update] +[update.modrinth] +mod-id = "nTW3yKrm" +version = "IvI9LKNc" diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml new file mode 100644 index 0000000..a664869 --- /dev/null +++ b/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.36+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/nQHYSjxO/indium-1.0.36%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "7c5a1851f1fc08ae69318e151d07151fabba6cda2a24616c9251e1a4e5b969453e88b97d60f926271d60e3511bfc6fa05a64a108466efb7f29bec4519547e0c9" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "nQHYSjxO" diff --git a/mods/inline.pw.toml b/mods/inline.pw.toml new file mode 100644 index 0000000..435590e --- /dev/null +++ b/mods/inline.pw.toml @@ -0,0 +1,13 @@ +name = "Inline" +filename = "inline-fabric-1.20.1-1.2.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fin1PX4m/versions/n7VmkBLu/inline-fabric-1.20.1-1.2.2.jar" +hash-format = "sha512" +hash = "f2aecf5f8de3d6ff32d810b8d358450579ab3215d19ff5c228ab874f781d45ab35dfdbc0948d76150617e283140f0e8a0275c56d01d1a0991863e11952b27812" + +[update] +[update.modrinth] +mod-id = "fin1PX4m" +version = "n7VmkBLu" diff --git a/mods/interactive.pw.toml b/mods/interactive.pw.toml new file mode 100644 index 0000000..8d01514 --- /dev/null +++ b/mods/interactive.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Interactive" +filename = "create_interactive-1.1.1-beta.4_1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MyfCcqiE/versions/66F5LBos/create_interactive-1.1.1-beta.4_1.20.1-fabric.jar" +hash-format = "sha512" +hash = "2e39f168a1be0840ba11b03a46d2b02a1af5e94e588bffad4b6bfcf40e7bea7fc78867cd329f2f220ab2788901595e6d39c2eac7132e1751f1cce26b0316140b" + +[update] +[update.modrinth] +mod-id = "MyfCcqiE" +version = "66F5LBos" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml new file mode 100644 index 0000000..27084d8 --- /dev/null +++ b/mods/iris.pw.toml @@ -0,0 +1,18 @@ +name = "Iris Shaders" +filename = "iris-1.7.6+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301" + +[option] +optional = true +default = false +description = "Shaders" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "s5eFLITc" diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml new file mode 100644 index 0000000..f1dfe39 --- /dev/null +++ b/mods/jade.pw.toml @@ -0,0 +1,13 @@ +name = "Jade 🔍" +filename = "Jade-1.20-Fabric-11.13.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/drol2x1P/Jade-1.20-Fabric-11.13.1.jar" +hash-format = "sha512" +hash = "048029727a30462abc8e43ecae2d5178ab653783c6dbcb2bd7c4c9cc1bb7c7a2ad5267ca3f89757f5b716da3f653b8e60ed8f46497917f26f094acc8f7dd7dc9" + +[update] +[update.modrinth] +mod-id = "nvQzSEkH" +version = "drol2x1P" diff --git a/mods/just-enough-calculation.pw.toml b/mods/just-enough-calculation.pw.toml new file mode 100644 index 0000000..53f9dc4 --- /dev/null +++ b/mods/just-enough-calculation.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Calculation" +filename = "jecalculation-fabric-1.20.1-4.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "68922ca61e11d0b64d5691ea459fa30187fd034f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5066672 +project-id = 242223 diff --git a/mods/just-zoom.pw.toml b/mods/just-zoom.pw.toml new file mode 100644 index 0000000..8c35574 --- /dev/null +++ b/mods/just-zoom.pw.toml @@ -0,0 +1,13 @@ +name = "Just Zoom" +filename = "justzoom_fabric_2.1.0_MC_1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iAiqcykM/versions/9RoWFL8K/justzoom_fabric_2.1.0_MC_1.20.1.jar" +hash-format = "sha512" +hash = "203642fe937106a03465d9116387def228c1805f38f6e7b233ec5f943b0db02c7125ebfc931f9969c4fd65215aa4d88c86e41c25ae7a8d1d3cf600669012063d" + +[update] +[update.modrinth] +mod-id = "iAiqcykM" +version = "9RoWFL8K" diff --git a/mods/kibe.pw.toml b/mods/kibe.pw.toml new file mode 100644 index 0000000..67b95df --- /dev/null +++ b/mods/kibe.pw.toml @@ -0,0 +1,13 @@ +name = "Kibe" +filename = "kibe-1.10.1-BETA+1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OvlwmUdC/versions/fhSgEP7Z/kibe-1.10.1-BETA%2B1.20.jar" +hash-format = "sha512" +hash = "eb8911008b43119b47eb5e44d8fea57afe5a4be15be22cdae97e44b3e605a889b08a759f1cc4d38ca4b3bd7ccc5694e44b38f6077015914c977631a640836f87" + +[update] +[update.modrinth] +mod-id = "OvlwmUdC" +version = "fhSgEP7Z" diff --git a/mods/konkrete.pw.toml b/mods/konkrete.pw.toml new file mode 100644 index 0000000..40b5efc --- /dev/null +++ b/mods/konkrete.pw.toml @@ -0,0 +1,13 @@ +name = "Konkrete" +filename = "konkrete_fabric_1.8.1_MC_1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/J81TRJWm/versions/RlBGFlWp/konkrete_fabric_1.8.1_MC_1.20.1.jar" +hash-format = "sha512" +hash = "ca65343bd3b063f3e0f68cc1d40da1969cf07ca038670f22a2bac91c2f34162f2c455ceb309680d57da13267ffc99fc7f8d40bb9451e93ff56ab2a688c0e3a45" + +[update] +[update.modrinth] +mod-id = "J81TRJWm" +version = "RlBGFlWp" diff --git a/mods/krypton.pw.toml b/mods/krypton.pw.toml new file mode 100644 index 0000000..d321ad3 --- /dev/null +++ b/mods/krypton.pw.toml @@ -0,0 +1,13 @@ +name = "Krypton" +filename = "krypton-0.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/jiDwS0W1/krypton-0.2.3.jar" +hash-format = "sha512" +hash = "92b73a70737cfc1daebca211bd1525de7684b554be392714ee29cbd558f2a27a8bdda22accbe9176d6e531d74f9bf77798c28c3e8559c970f607422b6038bc9e" + +[update] +[update.modrinth] +mod-id = "fQEb0iXm" +version = "jiDwS0W1" diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml new file mode 100644 index 0000000..da2d05b --- /dev/null +++ b/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-4.1.3+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/Zxi6kGDV/lambdynamiclights-4.1.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "f1fc41c4c99df4fe6eea97070dc8b54a28830fa6a6b33f33833f25741babfe38d12a2bdcae5ccc4b5a115a427d46e22e2487431e23d86080efad3a2f571a1831" + +[update] +[update.modrinth] +mod-id = "yBW8D80W" +version = "Zxi6kGDV" diff --git a/mods/lets-do-addon-compat.pw.toml b/mods/lets-do-addon-compat.pw.toml new file mode 100644 index 0000000..b8d6d96 --- /dev/null +++ b/mods/lets-do-addon-compat.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do Addon] Compat" +filename = "letsdocompat-fabric-2.2.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FNi5IMiX/versions/mNZaKLS0/letsdocompat-fabric-2.2.3.jar" +hash-format = "sha512" +hash = "8cff987eaace2e6f735a17acdd08b7150ec21104eb0e7b1d29af15c708271bde81d2e231ca30d09d869f7e6296772023ba9d78a0c28b2278862feafbe8e6d4f5" + +[update] +[update.modrinth] +mod-id = "FNi5IMiX" +version = "mNZaKLS0" diff --git a/mods/lets-do-bakery.pw.toml b/mods/lets-do-bakery.pw.toml new file mode 100644 index 0000000..0162c40 --- /dev/null +++ b/mods/lets-do-bakery.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy: [Let's Do] Bakery" +filename = "letsdo-bakery-fabric-1.1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WFwYiVoG/versions/Fywe1lBT/letsdo-bakery-fabric-1.1.15.jar" +hash-format = "sha512" +hash = "c66a30ca9c3d2ad3808bfb0b9e2258b2b7f417c9231fbaf95f8daa631331319dc5df2b47a14ebf0629b86599ffd2d9963a7436140d4336c0188ba9838199cdec" + +[update] +[update.modrinth] +mod-id = "WFwYiVoG" +version = "Fywe1lBT" diff --git a/mods/lets-do-beachparty.pw.toml b/mods/lets-do-beachparty.pw.toml new file mode 100644 index 0000000..6195834 --- /dev/null +++ b/mods/lets-do-beachparty.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] Beachparty" +filename = "letsdo-beachparty-fabric-2.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GyKzAh3l/versions/lTdx0SHO/letsdo-beachparty-fabric-2.0.3.jar" +hash-format = "sha512" +hash = "d5f2231bac4df2354e5ef13e82a12f61f3ba9f7f856f1faf0c97d2c6491c6ec90949a3f81f34e7c25264d147f4aede94411e70525a49e6eeaef9a673a8881cd6" + +[update] +[update.modrinth] +mod-id = "GyKzAh3l" +version = "lTdx0SHO" diff --git a/mods/lets-do-brewery.pw.toml b/mods/lets-do-brewery.pw.toml new file mode 100644 index 0000000..3596248 --- /dev/null +++ b/mods/lets-do-brewery.pw.toml @@ -0,0 +1,13 @@ +name = "Legacy: [Let's Do] Brewery" +filename = "letsdo-brewery-fabric-1.1.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cV5LQXKx/versions/bNIWDoVP/letsdo-brewery-fabric-1.1.9.jar" +hash-format = "sha512" +hash = "483b18a1af48290ebfe9a310711e30d099c9d7814875567683c085fbb50f8088bc3fafceb412af1ec4c34b84fdd5ef530bbae41ea4cc8dfa2285c6419416bc47" + +[update] +[update.modrinth] +mod-id = "cV5LQXKx" +version = "bNIWDoVP" diff --git a/mods/lets-do-emi-compat.pw.toml b/mods/lets-do-emi-compat.pw.toml new file mode 100644 index 0000000..7c41157 --- /dev/null +++ b/mods/lets-do-emi-compat.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do Addon] EMI Compat" +filename = "emi-letsdo-compat-1.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/k6hi4lMv/versions/3hv8aRHr/emi-letsdo-compat-1.7.jar" +hash-format = "sha512" +hash = "03a4e1f9e025d03da9651b55a9a407adf9e0a063740dbbe44a4e902a8df22a51bcc1835029dcbbd532dd12ef46a1cc2a22399dd14849127f463189ba04dbda7d" + +[update] +[update.modrinth] +mod-id = "k6hi4lMv" +version = "3hv8aRHr" diff --git a/mods/lets-do-herbalbrews.pw.toml b/mods/lets-do-herbalbrews.pw.toml new file mode 100644 index 0000000..985d126 --- /dev/null +++ b/mods/lets-do-herbalbrews.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] HerbalBrews" +filename = "letsdo-herbalbrews-fabric-1.0.12.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Eh11TaTm/versions/txZ8qKXK/letsdo-herbalbrews-fabric-1.0.12.jar" +hash-format = "sha512" +hash = "c3517c065c22d6117b80bed8f135cef068319dea79a21873733c4bf2679571675363e277601d8fbffbf0b7b96427f4fc7951d2812053e99e45a9f9ac483c0d08" + +[update] +[update.modrinth] +mod-id = "Eh11TaTm" +version = "txZ8qKXK" diff --git a/mods/lets-do-nethervinery.pw.toml b/mods/lets-do-nethervinery.pw.toml new file mode 100644 index 0000000..d6b8cb1 --- /dev/null +++ b/mods/lets-do-nethervinery.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] NetherVinery" +filename = "letsdo-nethervinery-fabric-1.2.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4TTDxtOx/versions/4M0Gv3T4/letsdo-nethervinery-fabric-1.2.19.jar" +hash-format = "sha512" +hash = "4db4118f495d1e31c00f63522edf1935d161f71b43d58490738ee4d08180f6443bc33dfade161754a194a4f0bec1e21e658a145db37863cbba22963708b9b723" + +[update] +[update.modrinth] +mod-id = "4TTDxtOx" +version = "4M0Gv3T4" diff --git a/mods/lets-do-vinery.pw.toml b/mods/lets-do-vinery.pw.toml new file mode 100644 index 0000000..fe884bc --- /dev/null +++ b/mods/lets-do-vinery.pw.toml @@ -0,0 +1,13 @@ +name = "[Let's Do] Vinery" +filename = "letsdo-vinery-fabric-1.4.40.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1DWmBJVA/versions/f2WnLIoU/letsdo-vinery-fabric-1.4.40.jar" +hash-format = "sha512" +hash = "4af3b7c38c74aef5fb28d0fca7c3c3ae02b723e82c4567a77f97d8f03b29d916f6cdbf7df77352819d8cd2b5b292e6bd702b59dc730d72433d36a5f2d4256169" + +[update] +[update.modrinth] +mod-id = "1DWmBJVA" +version = "f2WnLIoU" diff --git a/mods/lighty.pw.toml b/mods/lighty.pw.toml new file mode 100644 index 0000000..6f3ca94 --- /dev/null +++ b/mods/lighty.pw.toml @@ -0,0 +1,13 @@ +name = "Lighty" +filename = "lighty-fabric-2.1.3+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yjvKidNM/versions/tiE781mZ/lighty-fabric-2.1.3%2B1.20.1.jar" +hash-format = "sha512" +hash = "02d6e564ef251cc639a03e5f6e593d89e33f74fb8d9aa52638dfb359eb69662bfb65b9d6f04bd46280d89fae4ef7be98a62f907dc7b756cb84cf068ee2b4e820" + +[update] +[update.modrinth] +mod-id = "yjvKidNM" +version = "tiE781mZ" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..565754c --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.1-0.11.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/vuuAe7ZA/lithium-fabric-mc1.20.1-0.11.3.jar" +hash-format = "sha512" +hash = "dc9bc65146f41cf99c46b46216dd3645be7c45cfeb2bc7cdceaa11bcd57771cdf2c30e84ce057f12b8dbf0d54fb808143cf46d92626370011ba5112bec18e720" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "vuuAe7ZA" diff --git a/mods/lmft.pw.toml b/mods/lmft.pw.toml new file mode 100644 index 0000000..9b4b170 --- /dev/null +++ b/mods/lmft.pw.toml @@ -0,0 +1,13 @@ +name = "Load My F***ing Tags" +filename = "lmft-1.0.2+1.20-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/67kVxsaO/versions/IWpydKCV/lmft-1.0.2%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "83b2f970095b63856302edc4acd33bd057a0a6b0f2bd0a00ef21218f779852418c4ebe1fea27060b7bf7b7dfcbcc3fafcc8e1283599ea55201a3cbcff5e23f1f" + +[update] +[update.modrinth] +mod-id = "67kVxsaO" +version = "IWpydKCV" diff --git a/mods/luckperms.pw.toml b/mods/luckperms.pw.toml new file mode 100644 index 0000000..7f6939e --- /dev/null +++ b/mods/luckperms.pw.toml @@ -0,0 +1,13 @@ +name = "LuckPerms" +filename = "LuckPerms-Fabric-5.4.102.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7PNj6nCm/LuckPerms-Fabric-5.4.102.jar" +hash-format = "sha512" +hash = "45058fd2bbd2e7723af01a093ef7233d8a6fa2278a2232dfcc2aa53dae6df7ed78dbfbdb9ee133b19bc36655ccff5a4facdd476319c18e290b284733bf10edff" + +[update] +[update.modrinth] +mod-id = "Vebnzrzj" +version = "7PNj6nCm" diff --git a/mods/macaws-biomes-o-plenty.pw.toml b/mods/macaws-biomes-o-plenty.pw.toml new file mode 100644 index 0000000..456af1d --- /dev/null +++ b/mods/macaws-biomes-o-plenty.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Biomes O' Plenty" +filename = "mcwbiomesoplenty-fabric-1.20.1-1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Tanquv9C/versions/fDKPsGJ3/mcwbiomesoplenty-fabric-1.20.1-1.2.jar" +hash-format = "sha512" +hash = "feca40f023e00e5dcdb18d7f7d5f92f3fc6b4c3afdd02f226a5db7ed570a4557d2dceec4ee2bfce750b15f5b9a01709ab55e80189eb476228f22478b2a18f5da" + +[update] +[update.modrinth] +mod-id = "Tanquv9C" +version = "fDKPsGJ3" diff --git a/mods/macaws-doors.pw.toml b/mods/macaws-doors.pw.toml new file mode 100644 index 0000000..3fc6428 --- /dev/null +++ b/mods/macaws-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Doors" +filename = "mcw-doors-1.1.2-mc1.20.1fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kNxa8z3e/versions/HU3H8NiB/mcw-doors-1.1.2-mc1.20.1fabric.jar" +hash-format = "sha512" +hash = "141d418bd0f247c0dd078a6c96f2c5eef395b859a1b6ad6d9ab089597d5dbd35075cdddae628f2fa18b0bcc97e191512332c46330ae7ef75395e91cc2d73dbb7" + +[update] +[update.modrinth] +mod-id = "kNxa8z3e" +version = "HU3H8NiB" diff --git a/mods/macaws-fences-and-walls.pw.toml b/mods/macaws-fences-and-walls.pw.toml new file mode 100644 index 0000000..f9208ce --- /dev/null +++ b/mods/macaws-fences-and-walls.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Fences and Walls" +filename = "mcw-fences-1.2.0-1.20.1fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GmwLse2I/versions/fkcqoGXg/mcw-fences-1.2.0-1.20.1fabric.jar" +hash-format = "sha512" +hash = "2090f15294b756a9945bb53978856ad0f83e574fad4fae74d2fd701a1d7289b4ef749c6654311b0ed2dad316e019961b4af467d7fd4058a3c4be2560edbaba2d" + +[update] +[update.modrinth] +mod-id = "GmwLse2I" +version = "fkcqoGXg" diff --git a/mods/macaws-furniture.pw.toml b/mods/macaws-furniture.pw.toml new file mode 100644 index 0000000..591992e --- /dev/null +++ b/mods/macaws-furniture.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Furniture" +filename = "mcw-furniture-3.3.0-mc1.20.1fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dtWC90iB/versions/7aTbV3Sq/mcw-furniture-3.3.0-mc1.20.1fabric.jar" +hash-format = "sha512" +hash = "6e9adf5dc3005a2e7fa5ebb53500bb7735ee665e1e2c77b3dc2d35c0a55ed3ef8385a6785356572bb4576940c13dc7d63f0afbea9361b97363eafa2ba7dc4876" + +[update] +[update.modrinth] +mod-id = "dtWC90iB" +version = "7aTbV3Sq" diff --git a/mods/macaws-lights-and-lamps.pw.toml b/mods/macaws-lights-and-lamps.pw.toml new file mode 100644 index 0000000..dfc493b --- /dev/null +++ b/mods/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Lights and Lamps" +filename = "mcw-lights-1.1.2-mc1.20.1fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/w4an97C2/versions/zdA7bseh/mcw-lights-1.1.2-mc1.20.1fabric.jar" +hash-format = "sha512" +hash = "6c7fb28af2265602baa56ea040e1729be2e4156a9a874c77ef662dfc3a386662347c129f529cb245c14bfde20aed5155c72efb635d387876f619e2c0c266bfea" + +[update] +[update.modrinth] +mod-id = "w4an97C2" +version = "zdA7bseh" diff --git a/mods/macaws-trapdoors.pw.toml b/mods/macaws-trapdoors.pw.toml new file mode 100644 index 0000000..d15fa1c --- /dev/null +++ b/mods/macaws-trapdoors.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Trapdoors" +filename = "mcw-trapdoors-1.1.4-mc1.20.1fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/n2fvCDlM/versions/6FBIUQpW/mcw-trapdoors-1.1.4-mc1.20.1fabric.jar" +hash-format = "sha512" +hash = "82da8d3cd3c34bfd02a7d71f1bbbf803d7e54d3486a7ec7428218f54ee6b817e9f8e5cab77714666d17dfcab0bca89de4e244aa51c760d3307bf856a3a760642" + +[update] +[update.modrinth] +mod-id = "n2fvCDlM" +version = "6FBIUQpW" diff --git a/mods/macaws-windows.pw.toml b/mods/macaws-windows.pw.toml new file mode 100644 index 0000000..121ceaa --- /dev/null +++ b/mods/macaws-windows.pw.toml @@ -0,0 +1,13 @@ +name = "Macaw's Windows" +filename = "mcw-windows-2.4.0-1.20.1fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/C7I0BCni/versions/dyF0942x/mcw-windows-2.4.0-1.20.1fabric.jar" +hash-format = "sha512" +hash = "ed01451467ffc7ae87896679d47dc395816f4b4331c392b13aa007124f5225605adffd4ce556480fbab4f02e311d52222294b8916e54b567641f5e570fa1ffd2" + +[update] +[update.modrinth] +mod-id = "C7I0BCni" +version = "dyF0942x" diff --git a/mods/measurements.pw.toml b/mods/measurements.pw.toml new file mode 100644 index 0000000..0186bea --- /dev/null +++ b/mods/measurements.pw.toml @@ -0,0 +1,13 @@ +name = "Measurements" +filename = "Measurements-fabric-1.20.1-2.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "91391ea73f9dd643911d411546eec873af2569cf" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6426502 +project-id = 478559 diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml new file mode 100644 index 0000000..43d59e7 --- /dev/null +++ b/mods/memoryleakfix.pw.toml @@ -0,0 +1,13 @@ +name = "Memory Leak Fix" +filename = "memoryleakfix-fabric-1.17+-1.1.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar" +hash-format = "sha512" +hash = "a7bf7429340d076f4b30602bc714280c3f5cb8e814e76e89296c8155e3355b33304a148e9218378a3383127e95b7ba47402506c687f1d58609704fe8cc60ab93" + +[update] +[update.modrinth] +mod-id = "NRjRiSSD" +version = "5xvCCRjJ" diff --git a/mods/modern-dynamics.pw.toml b/mods/modern-dynamics.pw.toml new file mode 100644 index 0000000..8f2ecdd --- /dev/null +++ b/mods/modern-dynamics.pw.toml @@ -0,0 +1,13 @@ +name = "Modern Dynamics" +filename = "Modern-Dynamics-0.7.0-beta.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fMpvLrnF/versions/dLMmaJID/Modern-Dynamics-0.7.0-beta.jar" +hash-format = "sha512" +hash = "dcc45c49ed9c4310bd35d92aa2d88e2026c8fae96b85ef365bf6f4e1fee1b41935467c128b8a37439fad9a0ec5f550f6a3da7d040713c18bc0f2adfed4d5a251" + +[update] +[update.modrinth] +mod-id = "fMpvLrnF" +version = "dLMmaJID" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..df8e5f4 --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.24.1+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/QtunKFLa/modernfix-fabric-5.24.1%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "fca2be3f52dec20cd55a9fb7a1ad0d6daaca88615e95620095d5b4fa4ceb4e7e36c9ae59a5f55b5f2f23aad4d8e84307d880487c5cfae5d54c0fd2f84e908b76" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "QtunKFLa" diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..dbe985d --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-7.2.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar" +hash-format = "sha512" +hash = "9a7837e04bb34376611b207a3b20e5fe1c82a4822b42929d5b410809ec4b88ff3cac8821c4568f880775bafa3c079dfc7800f8471356a4046248b12607e855eb" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "lEkperf6" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml new file mode 100644 index 0000000..50c14f8 --- /dev/null +++ b/mods/moonlight.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.20-2.15.7-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/mG5peONO/moonlight-1.20-2.15.7-fabric.jar" +hash-format = "sha512" +hash = "82b8804aa53608ad06c9d66df5e83dbdbde85d9d755dfa26c492d8ebef32b8a2fa30860e3b137df9b473ca57255f09d3e7deb6f3f219378439fcdce75c79c29c" + +[update] +[update.modrinth] +mod-id = "twkfQtEc" +version = "mG5peONO" diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..e4feacb --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-fabric-mc1.20-2.26.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/mjuG4AYd/MouseTweaks-fabric-mc1.20-2.26.jar" +hash-format = "sha512" +hash = "d0faf200dda358efddad2d2809f646023f4dd06254572369e07f3bf33cb6941f0fcdb02db4675b30b4f3bd542cbf6196e135680ba91a2b74c2b071f34978e2d5" + +[update] +[update.modrinth] +mod-id = "aC3cM3Vq" +version = "mjuG4AYd" diff --git a/mods/mouse-wheelie.pw.toml b/mods/mouse-wheelie.pw.toml new file mode 100644 index 0000000..b55b237 --- /dev/null +++ b/mods/mouse-wheelie.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Wheelie" +filename = "mousewheelie-1.13.0+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/u5Ic2U1u/versions/wPtDzPBH/mousewheelie-1.13.0%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "1197bde58a580f3c28b27f639d23c83eccc06481ecd51ee9f83c9f6b34f080f16b4b33d9dd829e183a7c8aac83efd922edc6241fcca5770fb93328715e1d78cd" + +[update] +[update.modrinth] +mod-id = "u5Ic2U1u" +version = "wPtDzPBH" diff --git a/mods/netherportalfix.pw.toml b/mods/netherportalfix.pw.toml new file mode 100644 index 0000000..9337a37 --- /dev/null +++ b/mods/netherportalfix.pw.toml @@ -0,0 +1,13 @@ +name = "NetherPortalFix" +filename = "netherportalfix-fabric-1.20-13.0.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/nPZr02ET/versions/SL5baWpT/netherportalfix-fabric-1.20-13.0.2.jar" +hash-format = "sha512" +hash = "21b3ed4ad098eaaff2cf13248bb9defc285c1c7e90314d2aada9aa7a4276b6f756d63dd633774fdb2920976f66d7902ad9073526ed278677a62a6fc42b340dd8" + +[update] +[update.modrinth] +mod-id = "nPZr02ET" +version = "SL5baWpT" diff --git a/mods/nets.pw.toml b/mods/nets.pw.toml new file mode 100644 index 0000000..8a3704e --- /dev/null +++ b/mods/nets.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Trinket Slots (NETS)" +filename = "NETS_0.3.5.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Rb85AqQT/versions/34ELChF7/NETS_0.3.5.5.jar" +hash-format = "sha512" +hash = "a7b14c86f1ad85d71cfbcd2a26d27a683f6dcccd25f296b9f2577f6163c2e1deb5b37ef805b1a355e1dd5e1df6f1d30d1832ccb2dacbc8bdefa1ca860b1eb6bd" + +[update] +[update.modrinth] +mod-id = "Rb85AqQT" +version = "34ELChF7" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..7865ba7 --- /dev/null +++ b/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/HeZZR2kF/NoChatReports-FABRIC-1.20.1-v2.2.2.jar" +hash-format = "sha512" +hash = "3213e37fc12205e49f69a6c295c8c3237d8464d63dedbfbac4901892752741d22ebf7e1b40d6683143e70ca158fc95b00c2af177a1263038edce9a46b6cbeb79" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "HeZZR2kF" diff --git a/mods/nullscape.pw.toml b/mods/nullscape.pw.toml new file mode 100644 index 0000000..49a1956 --- /dev/null +++ b/mods/nullscape.pw.toml @@ -0,0 +1,13 @@ +name = "Nullscape" +filename = "Nullscape_1.20.x_v1.2.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/QsRKydVt/Nullscape_1.20.x_v1.2.8.jar" +hash-format = "sha512" +hash = "fcd11f20ab1b374a219e915156c8439f2d6fcabb060406f4d0a11392f945228e1c6e375f8e9e3048ac01c3a351c88bde4327e1f958bfd5ef4ab81c178f9e35da" + +[update] +[update.modrinth] +mod-id = "LPjGiSO4" +version = "QsRKydVt" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..9f422eb --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.20.1-84.1-FABRIC.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/Muu5nGmj/Patchouli-1.20.1-84.1-FABRIC.jar" +hash-format = "sha512" +hash = "a08ae7db9381bf44ff5a22e5fa0cc44ff744fe220df6c88863eded09274786609e8705dc6a31f70c072127c81255a413d37aa479dd2aaf07bc7ed0c822e0a070" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "Muu5nGmj" diff --git a/mods/paucal.pw.toml b/mods/paucal.pw.toml new file mode 100644 index 0000000..615c0b4 --- /dev/null +++ b/mods/paucal.pw.toml @@ -0,0 +1,13 @@ +name = "PAUCAL" +filename = "paucal-0.6.0+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/TZo2wHFe/versions/dabyDTwJ/paucal-0.6.0%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "5ab76a177c66113a1a1a6aaf738077c711d4b73807814d530f753961967398d5908ef1857b3290e633a3917bf7a93f9dc8cf2fb9767b26b8efbe8e295922d571" + +[update] +[update.modrinth] +mod-id = "TZo2wHFe" +version = "dabyDTwJ" diff --git a/mods/plasmo-voice.pw.toml b/mods/plasmo-voice.pw.toml new file mode 100644 index 0000000..fb57d41 --- /dev/null +++ b/mods/plasmo-voice.pw.toml @@ -0,0 +1,18 @@ +name = "Plasmo Voice" +filename = "plasmovoice-fabric-1.20.1-2.1.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/RTD06Dql/plasmovoice-fabric-1.20.1-2.1.5.jar" +hash-format = "sha512" +hash = "813c5c3325edcb119f4d3ba6f9134e89ece9b6f6805ae2ade4e60a7e6154074fb91787de14fe06d7d555ee6a23cc8f9effbf074f3bf60e17345138769743bf55" + +[option] +optional = true +default = false +description = "Voice Chat" + +[update] +[update.modrinth] +mod-id = "1bZhdhsH" +version = "RTD06Dql" diff --git a/mods/plethora-peripherals.pw.toml b/mods/plethora-peripherals.pw.toml new file mode 100644 index 0000000..fb9db7c --- /dev/null +++ b/mods/plethora-peripherals.pw.toml @@ -0,0 +1,13 @@ +name = "Plethora Peripherals" +filename = "Plethora-Fabric-1.12.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LDfFdCXe/versions/d30CtSG0/Plethora-Fabric-1.12.0.jar" +hash-format = "sha512" +hash = "c8c5963a844619c038917b399e12aa14ffbbab480c6103873e44526188fca29d71d2ff932a4587e2bb463288a2e1431c74681bc617af786d525232042989018b" + +[update] +[update.modrinth] +mod-id = "LDfFdCXe" +version = "d30CtSG0" diff --git a/mods/plushie-buddies.pw.toml b/mods/plushie-buddies.pw.toml new file mode 100644 index 0000000..79c3e9c --- /dev/null +++ b/mods/plushie-buddies.pw.toml @@ -0,0 +1,13 @@ +name = "Plushie Buddies" +filename = "plushie_buddies-0.1.6-hotfix-1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5hoSWfrw/versions/55DZrxXV/plushie_buddies-0.1.6-hotfix-1.20.1.jar" +hash-format = "sha512" +hash = "8b0561c83159e86c25888443d79cf70fe32386d196fd0b8a0a14edcb374bc1b48be2915ad8f8af3a6e2157c528de60a920b874b8fd7a77bdb45da8615d8bd61d" + +[update] +[update.modrinth] +mod-id = "5hoSWfrw" +version = "55DZrxXV" diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml new file mode 100644 index 0000000..1661912 --- /dev/null +++ b/mods/polymorph.pw.toml @@ -0,0 +1,13 @@ +name = "Polymorph" +filename = "polymorph-fabric-0.49.10+1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/tagwiZkJ/versions/oARBy1is/polymorph-fabric-0.49.10%2B1.20.1.jar" +hash-format = "sha512" +hash = "2a4ab72bf6a925445fe4a8513720e26ffd47bda3e14ec5977809b533101e1a385d5a9c73bab3b2d4c6a41421f13eeeb665dab0440c6dfd16ba1a2464c46dfbbe" + +[update] +[update.modrinth] +mod-id = "tagwiZkJ" +version = "oARBy1is" diff --git a/mods/powah.pw.toml b/mods/powah.pw.toml new file mode 100644 index 0000000..6022f5a --- /dev/null +++ b/mods/powah.pw.toml @@ -0,0 +1,13 @@ +name = "Powah!" +filename = "Powah-5.0.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KZO4S4DO/versions/EWDexyqc/Powah-5.0.10.jar" +hash-format = "sha512" +hash = "844d3a5c7502a150046531f9b2bb4327bbb02f8479db00542fc5933f5ae5450ecd45bc8779cac39c430233db6e47d7534cca373c8ea6c9d3349b01922694cbc6" + +[update] +[update.modrinth] +mod-id = "KZO4S4DO" +version = "EWDexyqc" diff --git a/mods/pv-addon-groups.pw.toml b/mods/pv-addon-groups.pw.toml new file mode 100644 index 0000000..3757297 --- /dev/null +++ b/mods/pv-addon-groups.pw.toml @@ -0,0 +1,18 @@ +name = "pv-addon-groups" +filename = "pv-addon-groups-1.1.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/g2HFPeCl/versions/UrbDrJ9B/pv-addon-groups-1.1.0.jar" +hash-format = "sha512" +hash = "a7d1d7b5f4a67753b094b0e6129a3114538fd1fe28517da1c0ee0cf172ebdad06480d809433ad63ce2de0e57d1e0a23f73afbffc35b797fbee24f596e7e6feb2" + +[option] +optional = true +default = false +description = "Voice Chat Groups" + +[update] +[update.modrinth] +mod-id = "g2HFPeCl" +version = "UrbDrJ9B" diff --git a/mods/rechiseled-create.pw.toml b/mods/rechiseled-create.pw.toml new file mode 100644 index 0000000..fd651ab --- /dev/null +++ b/mods/rechiseled-create.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled: Create" +filename = "rechiseledcreate-1.0.2a-fabric-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E6867niZ/versions/R9B3ktWE/rechiseledcreate-1.0.2a-fabric-mc1.20.jar" +hash-format = "sha512" +hash = "224ddba2aaa32904b7749d35e471bb6768b9e5630afe351f5ff3288bd2149f282b609da3d303443603c42b1a56fe59c42758fa394082d46e9c60fd440fa13ea4" + +[update] +[update.modrinth] +mod-id = "E6867niZ" +version = "R9B3ktWE" diff --git a/mods/rechiseled.pw.toml b/mods/rechiseled.pw.toml new file mode 100644 index 0000000..004e373 --- /dev/null +++ b/mods/rechiseled.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled" +filename = "rechiseled-1.1.6-fabric-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B0g2vT6l/versions/UG6Mfv39/rechiseled-1.1.6-fabric-mc1.20.jar" +hash-format = "sha512" +hash = "16f1aec4057408e1dc421a3d26ea93e0054f75c7c945342a98faa5a8374e3e4ce9b0f59905a64046b856a14b3d78d765bcca0e895e07909298c0527b9f5cd3c1" + +[update] +[update.modrinth] +mod-id = "B0g2vT6l" +version = "UG6Mfv39" diff --git a/mods/recipetweaks.pw.toml b/mods/recipetweaks.pw.toml new file mode 100644 index 0000000..e04a16b --- /dev/null +++ b/mods/recipetweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Recipe Tweaks" +filename = "recipetweaks-1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/yfCkCdhj/versions/aLniipU3/recipetweaks-1.2.jar" +hash-format = "sha512" +hash = "e93204564a803dcfaf95a466ff97cd1b62e503dfe3aeb5fe3257d1d482e167b000daf95d3ac7a5cd92822624e2d95203bfcf802910cfc3ca3f1ba45a79a677bf" + +[update] +[update.modrinth] +mod-id = "yfCkCdhj" +version = "aLniipU3" diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..39b46e6 --- /dev/null +++ b/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/Rc9pkPug/reeses_sodium_options-1.7.2%2Bmc1.20.1-build.101.jar" +hash-format = "sha512" +hash = "efb5eab3caea346f9d13ea7c73e856f286bba1c87508c7250deada7bf4e9ad179a12e9861f61145d5c9578d88f740abf19c564f14579aac5da1f46bf6f086977" + +[update] +[update.modrinth] +mod-id = "Bh37bMuy" +version = "Rc9pkPug" diff --git a/mods/resourceful-lib.pw.toml b/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..3b3d541 --- /dev/null +++ b/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-fabric-1.20.1-2.1.29.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/UOdaYbhh/resourcefullib-fabric-1.20.1-2.1.29.jar" +hash-format = "sha512" +hash = "d3fcf5440c9359ee84cdec6ab198a6b2e10e5b1939995d2b12837ffdaa1f82d3caa80b14107cf02380718c65f20672b1faca3a498d2b41d79c79de34b2f7189b" + +[update] +[update.modrinth] +mod-id = "G1hIVOrD" +version = "UOdaYbhh" diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml new file mode 100644 index 0000000..ac44b5c --- /dev/null +++ b/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-fabric-1.20.1-1.0.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/eh4IBlu2/Searchables-fabric-1.20.1-1.0.3.jar" +hash-format = "sha512" +hash = "94a44b9ad58507a28ffb6e1a48b28b23740d4192c5511012b0eb8db33360200232ec84ceba121368fa3e54d1b845458434950ad1f6702d0e8ad5746843480bf3" + +[update] +[update.modrinth] +mod-id = "fuuu3xnx" +version = "eh4IBlu2" diff --git a/mods/shulkerboxtooltip.pw.toml b/mods/shulkerboxtooltip.pw.toml new file mode 100644 index 0000000..0567fdb --- /dev/null +++ b/mods/shulkerboxtooltip.pw.toml @@ -0,0 +1,13 @@ +name = "Shulker Box Tooltip" +filename = "shulkerboxtooltip-fabric-4.0.4+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2M01OLQq/versions/gVxjsEiQ/shulkerboxtooltip-fabric-4.0.4%2B1.20.1.jar" +hash-format = "sha512" +hash = "65cdc8b565e5a7f9a855dd35c7c4b20daae0c6a5822e9a32dabd0f8fd4df6353c9fbd9d1437b83c6f7824e1c65ce466a82f70a7b7ef007bd54afa63718037043" + +[update] +[update.modrinth] +mod-id = "2M01OLQq" +version = "gVxjsEiQ" diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml new file mode 100644 index 0000000..4c91fe3 --- /dev/null +++ b/mods/skinrestorer.pw.toml @@ -0,0 +1,13 @@ +name = "Skin Restorer" +filename = "skinrestorer-2.4.0+1.20-fabric.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ghrZDhGW/versions/oUnTL3Pc/skinrestorer-2.4.0%2B1.20-fabric.jar" +hash-format = "sha512" +hash = "54bff25919f7fe8d0e70980f847f0a24ddaad0be9eff7fa4aed2db24cd1da417f18bcdad6bf124f558b7b346779e6f1be8f95537afb5c53614e6973f430371ad" + +[update] +[update.modrinth] +mod-id = "ghrZDhGW" +version = "oUnTL3Pc" diff --git a/mods/slice-and-dice.pw.toml b/mods/slice-and-dice.pw.toml new file mode 100644 index 0000000..2bad230 --- /dev/null +++ b/mods/slice-and-dice.pw.toml @@ -0,0 +1,13 @@ +name = "Create Slice & Dice" +filename = "sliceanddice-fabric-3.3.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/EzpVcwYV/sliceanddice-fabric-3.3.1.jar" +hash-format = "sha512" +hash = "0afb4988affe98b88122285f956d045f4e345aca25c16dd2c62b0d876f1ff21e0f613f2ab06399634ae32ed196ce888b6c7bb7df06c7e4b4a53713761a0fcc94" + +[update] +[update.modrinth] +mod-id = "GmjmRQ0A" +version = "EzpVcwYV" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..54741df --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.13+mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/OihdIimA/sodium-fabric-0.5.13%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "81c64f9c2d3402dfa43ee54d8f5a054f5243bfb08984e3addcab9fe885073c79c43c1c8c41e8f30b625d26a656f82a8e5f370bbbbf222ff1c08f4b324edb7ea4" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "OihdIimA" diff --git a/mods/storagedrawers.pw.toml b/mods/storagedrawers.pw.toml new file mode 100644 index 0000000..acfdd11 --- /dev/null +++ b/mods/storagedrawers.pw.toml @@ -0,0 +1,13 @@ +name = "Storage Drawers" +filename = "Storage Drawers-fabric-1.20.1-12.10.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/guitPqEi/versions/fl8jolMT/Storage%20Drawers-fabric-1.20.1-12.10.8.jar" +hash-format = "sha512" +hash = "57430e07493941f39602e719ca126d844254d18b13b7c502ca89c0ca534d53b431475e535acb86cbe4510e2b97debcdd30fc4d88d58ea49f87959eff0b990b83" + +[update] +[update.modrinth] +mod-id = "guitPqEi" +version = "fl8jolMT" diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..f608c5b --- /dev/null +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Config Lib" +filename = "supermartijn642configlib-1.1.8a-fabric-mc1.20.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LN9BxssP/versions/Ur02nrUT/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar" +hash-format = "sha512" +hash = "bccd2d3e55a70c7d4c1aedaa9e85d6d0039e982ebdab40bc2aeba4b27a5112859f7a05c342c3c9575ff5d8ced769d1feffb104ecdd4d19cac8afba9ea2017c52" + +[update] +[update.modrinth] +mod-id = "LN9BxssP" +version = "Ur02nrUT" diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..461ebbd --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rOUBggPv/versions/T4PXaNJw/supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar" +hash-format = "sha512" +hash = "6d4fcc83d573e01c4d780d2753e2bfd46031757653d2a4b20d4270fa0359debeaff0c585deca1631903110e3bc4d63e383ff5bfed6218d69af1896c80a65beaa" + +[update] +[update.modrinth] +mod-id = "rOUBggPv" +version = "T4PXaNJw" diff --git a/mods/techreborn.pw.toml b/mods/techreborn.pw.toml new file mode 100644 index 0000000..6dfcee8 --- /dev/null +++ b/mods/techreborn.pw.toml @@ -0,0 +1,13 @@ +name = "Tech Reborn" +filename = "TechReborn-5.8.13.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b5e78d177b97dafed352b7941e6a141e5620bc17" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6664343 +project-id = 233564 diff --git a/mods/terrablender.pw.toml b/mods/terrablender.pw.toml new file mode 100644 index 0000000..d5c5e84 --- /dev/null +++ b/mods/terrablender.pw.toml @@ -0,0 +1,13 @@ +name = "TerraBlender" +filename = "TerraBlender-fabric-1.20.1-3.0.1.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/J1S3aA8i/TerraBlender-fabric-1.20.1-3.0.1.10.jar" +hash-format = "sha512" +hash = "a2d5edbe9df43185e9c83ab426cbcda4b1d0537d9ede8be630d6d650e04d5decf574ef59cbc163913255b57784fa906d26557471fc698e0f27ceee2a1ec41ed9" + +[update] +[update.modrinth] +mod-id = "kkmrDlKT" +version = "J1S3aA8i" diff --git a/mods/terralith.pw.toml b/mods/terralith.pw.toml new file mode 100644 index 0000000..317aa93 --- /dev/null +++ b/mods/terralith.pw.toml @@ -0,0 +1,13 @@ +name = "Terralith" +filename = "Terralith_1.20.x_v2.5.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/WeYhEb5d/Terralith_1.20.x_v2.5.4.jar" +hash-format = "sha512" +hash = "885e171d8b34aae7e142f082d0364285ec5a8e8342f11c60d341f7a94083d5a42c4e30612fe4f9f64d57b484396a3dff3a224e2a2497d4ced8d22f2ad6cd561d" + +[update] +[update.modrinth] +mod-id = "8oi3bsk5" +version = "WeYhEb5d" diff --git a/mods/threatengl.pw.toml b/mods/threatengl.pw.toml new file mode 100644 index 0000000..6741011 --- /dev/null +++ b/mods/threatengl.pw.toml @@ -0,0 +1,13 @@ +name = "ThreatenGL" +filename = "threatengl-fabric-1.3.3-release.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RSFrpoou/versions/ldyjVGuW/threatengl-fabric-1.3.3-release.2.jar" +hash-format = "sha512" +hash = "e2fe12c70517e309aa1ab09bc9fb2fe7fd4b9ec27a0b8cd3742993d30c449d3c09acf46c32166925a6bf00cbac5d34dfe2c7362b505d5eb62e30d571949e32aa" + +[update] +[update.modrinth] +mod-id = "RSFrpoou" +version = "ldyjVGuW" diff --git a/mods/toms-peripherals.pw.toml b/mods/toms-peripherals.pw.toml new file mode 100644 index 0000000..ec04fea --- /dev/null +++ b/mods/toms-peripherals.pw.toml @@ -0,0 +1,13 @@ +name = "Tom's Peripherals" +filename = "toms_peripherals_fabric-1.20.1-1.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ljgxd2P8/versions/45JnCEaJ/toms_peripherals_fabric-1.20.1-1.3.0.jar" +hash-format = "sha512" +hash = "c9e797908349ff400872d1a3d5457c3ac9c141b78c1a780aec91de61d102940f4fa6ff5f91d9ed2800074f5ea711b680ee8d2a8bab3badc2bb79fb97eb7d9602" + +[update] +[update.modrinth] +mod-id = "ljgxd2P8" +version = "45JnCEaJ" diff --git a/minecraft/mods/toneko-fabric-1.3.11.jar b/mods/toneko-fabric-1.3.11.jar similarity index 84% rename from minecraft/mods/toneko-fabric-1.3.11.jar rename to mods/toneko-fabric-1.3.11.jar index a3ca521..7fd1eca 100644 Binary files a/minecraft/mods/toneko-fabric-1.3.11.jar and b/mods/toneko-fabric-1.3.11.jar differ diff --git a/mods/tonekomod.pw.toml b/mods/tonekomod.pw.toml new file mode 100644 index 0000000..9a65b40 --- /dev/null +++ b/mods/tonekomod.pw.toml @@ -0,0 +1,8 @@ +name = "toNekoMod" +filename = "./toneko-fabric-1.3.11.jar" +side = "both" + +[download] +url = "https://codeberg.org/astreaprtcl/linuxcraft/raw/branch/mistress/mods/toneko-fabric-1.3.11.jar" +hash-format = "sha512" +hash = "a681a4f001bb3ed78238de76c59d63c60c58773ccd7f74ccef0ddfc867b8e57ec165ded0dfd545951de5ca98d6b77d8ba70beb642fa7c5331b6b33267f3087ab" diff --git a/mods/trackwork-refabricated.pw.toml b/mods/trackwork-refabricated.pw.toml new file mode 100644 index 0000000..97e7dc4 --- /dev/null +++ b/mods/trackwork-refabricated.pw.toml @@ -0,0 +1,13 @@ +name = "Trackwork Refabricated" +filename = "trackwork-1.1.1b+mc1.20.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mwafJvtx/versions/hcZOKExq/trackwork-1.1.1b%2Bmc1.20.1.jar" +hash-format = "sha512" +hash = "67b77c69c860f442db064ef4a23326333e43f39517e902fffa309a4e54d41201e7818b9691c7ff4686f34602f24a995dc34754ce5ec940680e79c35ccaaf4e15" + +[update] +[update.modrinth] +mod-id = "mwafJvtx" +version = "hcZOKExq" diff --git a/mods/trade-cycling.pw.toml b/mods/trade-cycling.pw.toml new file mode 100644 index 0000000..fb6edab --- /dev/null +++ b/mods/trade-cycling.pw.toml @@ -0,0 +1,13 @@ +name = "Trade Cycling" +filename = "trade-cycling-fabric-1.20.1-1.0.18.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qpPoAL6m/versions/oKfFaQGY/trade-cycling-fabric-1.20.1-1.0.18.jar" +hash-format = "sha512" +hash = "e2b7949a66c6c1adecea8ce5eace8e96758c5d1c20350ff47d9a55f8e69b678debdc778414ee20f0b2444008c26666d4edc15bcc90934fced3191fa9c9db927c" + +[update] +[update.modrinth] +mod-id = "qpPoAL6m" +version = "oKfFaQGY" diff --git a/mods/travelersbackpack.pw.toml b/mods/travelersbackpack.pw.toml new file mode 100644 index 0000000..2ccba55 --- /dev/null +++ b/mods/travelersbackpack.pw.toml @@ -0,0 +1,13 @@ +name = "Traveler's Backpack" +filename = "travelersbackpack-fabric-1.20.1-9.1.37.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rlloIFEV/versions/PO5Zx5TX/travelersbackpack-fabric-1.20.1-9.1.37.jar" +hash-format = "sha512" +hash = "b88f5dcc7e0a064918c5444ea805531129a271dc5002501368156b74aadf99c83fc9a95316221c57263691e6188605485e838a59693ad1c8d29c1393c389a40c" + +[update] +[update.modrinth] +mod-id = "rlloIFEV" +version = "PO5Zx5TX" diff --git a/mods/trinkets.pw.toml b/mods/trinkets.pw.toml new file mode 100644 index 0000000..6fb5475 --- /dev/null +++ b/mods/trinkets.pw.toml @@ -0,0 +1,13 @@ +name = "Trinkets" +filename = "trinkets-3.7.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar" +hash-format = "sha512" +hash = "bedf97c87c5e556416410267108ad358b32806448be24ef8ae1a79ac63b78b48b9c851c00c845b8aedfc7805601385420716b9e65326fdab21340e8ba3cc4274" + +[update] +[update.modrinth] +mod-id = "5aaWibi9" +version = "AHxQGtuC" diff --git a/mods/universal-sawmill.pw.toml b/mods/universal-sawmill.pw.toml new file mode 100644 index 0000000..a159405 --- /dev/null +++ b/mods/universal-sawmill.pw.toml @@ -0,0 +1,13 @@ +name = "Sawmill" +filename = "sawmill-1.20-1.4.8-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WRaRZdTd/versions/xJtx4dMv/sawmill-1.20-1.4.8-fabric.jar" +hash-format = "sha512" +hash = "15605ae49f54e427fc11912c1aa1e5f0f9f87cae151de8a2fb63c5518b7bf73c117a764baccc3f7ba341e68f2b35dcfbb25d4e5cadd691ca07e00274ad4e3526" + +[update] +[update.modrinth] +mod-id = "WRaRZdTd" +version = "xJtx4dMv" diff --git a/mods/valkyrien-skies.pw.toml b/mods/valkyrien-skies.pw.toml new file mode 100644 index 0000000..d320f2b --- /dev/null +++ b/mods/valkyrien-skies.pw.toml @@ -0,0 +1,13 @@ +name = "Valkyrien Skies" +filename = "valkyrienskies-120-2.3.0-beta.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/V5ujR2yw/versions/7BjPc7gi/valkyrienskies-120-2.3.0-beta.7.jar" +hash-format = "sha512" +hash = "54bf38dcb96ae1ad74afca7f6bd40d11c88ef38e0d3d334c39a4767b9bbb27ded6d4fdc3e65d71a0b248ef85bad682b0c62b4f21ed25be6fae8d0bd0b53e3605" + +[update] +[update.modrinth] +mod-id = "V5ujR2yw" +version = "7BjPc7gi" diff --git a/mods/vmod.pw.toml b/mods/vmod.pw.toml new file mode 100644 index 0000000..49507ec --- /dev/null +++ b/mods/vmod.pw.toml @@ -0,0 +1,13 @@ +name = "VMod" +filename = "VMod-Fabric-1.20.1-1.6.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qS1ot7R2/versions/GIAVTPVU/VMod-Fabric-1.20.1-1.6.1.jar" +hash-format = "sha512" +hash = "49234869f6bfbeab13af744cd2578f03c6d053d769b05d2174b580c1ad5200360df9c2b4466ab3eff04dd8e16ae8c870462aa5f388a3a3a5945581026f5b9323" + +[update] +[update.modrinth] +mod-id = "qS1ot7R2" +version = "GIAVTPVU" diff --git a/mods/waygl.pw.toml b/mods/waygl.pw.toml new file mode 100644 index 0000000..d6ef69f --- /dev/null +++ b/mods/waygl.pw.toml @@ -0,0 +1,18 @@ +name = "WayGL" +filename = "waygl-1.1.5+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/XTzhksrl/versions/3CHQaaxS/waygl-1.1.5%2B1.20.jar" +hash-format = "sha512" +hash = "344fb3989a512de67c07ef55e304f50dfd3e2326f955f34e329e713c9a6197be2182c596daedbb266026658cfac5b4f5de1d4a02796ee072b8bc7be739d793d1" + +[option] +optional = true +default = false +description = "Native Wayland Rendering" + +[update] +[update.modrinth] +mod-id = "XTzhksrl" +version = "3CHQaaxS" diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml new file mode 100644 index 0000000..9d77c0b --- /dev/null +++ b/mods/waystones.pw.toml @@ -0,0 +1,13 @@ +name = "Waystones" +filename = "waystones-fabric-1.20.1-14.1.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/Q7vns7oI/waystones-fabric-1.20.1-14.1.13.jar" +hash-format = "sha512" +hash = "8fc675a1f6a6abc97a085aa977529fca6ce97ff4f62687b0c4792132fa04b7566428c9e11d1c8e1ff0c58b76f1ab9b9e3de3ccd0fe840a34c2582dfbb43706d6" + +[update] +[update.modrinth] +mod-id = "LOpKHB2A" +version = "Q7vns7oI" diff --git a/mods/xaeros-map-server-utils.pw.toml b/mods/xaeros-map-server-utils.pw.toml new file mode 100644 index 0000000..6b4f2f6 --- /dev/null +++ b/mods/xaeros-map-server-utils.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Map Server Utils" +filename = "xaeros-map-server-utils-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/YJgkgKMm/versions/SjSSCVdR/xaeros-map-server-utils-1.0.1.jar" +hash-format = "sha512" +hash = "bc69acb2fa3e476c2f5efa21d66c8b0b4195c1ce9bb69d95669f1538dbe069eb1033a4cfd6500c26727f9b7bffec1dabe3d278b76fb7ef1b8f0191b5e9f636b9" + +[update] +[update.modrinth] +mod-id = "YJgkgKMm" +version = "SjSSCVdR" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..7358331 --- /dev/null +++ b/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_25.2.6_Fabric_1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/ePRxT2Wj/Xaeros_Minimap_25.2.6_Fabric_1.20.jar" +hash-format = "sha512" +hash = "eca26f5dda06a5c42a8790261a37e894c650e77aa2b51ca6f201a967dcbc61856971c68db65ffb6295ac2651e12a00d9bac1d8b9133c8e9ce67dfbdd1b786b0e" + +[update] +[update.modrinth] +mod-id = "1bokaNcj" +version = "ePRxT2Wj" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..99de277 --- /dev/null +++ b/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.39.9_Fabric_1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/fQpXYWtL/XaerosWorldMap_1.39.9_Fabric_1.20.jar" +hash-format = "sha512" +hash = "d10acb6ba4fa104372ad98baff2734bd98622ab3396a751a77c204efd349b73bf4044af4c65a62e92cbe14ee073d5424e1985776e4310968037e84543e336705" + +[update] +[update.modrinth] +mod-id = "NcUtCpym" +version = "fQpXYWtL" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..7ce8a8a --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/dvS5DjUA/yet_another_config_lib_v3-3.6.6%2B1.20.1-fabric.jar" +hash-format = "sha512" +hash = "20f282b3cdaec7c83a96840edb756336677c5816ed943145022f1ce1eafac0c9aa7c621939e15abe6f4309626738bc56d3d1b8434f5175d22e7409108630b02b" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "dvS5DjUA" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..201a367 --- /dev/null +++ b/pack.toml @@ -0,0 +1,16 @@ +name = "Linuxcraft" +author = "Astreaprtcl" +version = "v1.15.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "ccf0429cd21b2748ea2dc6c7f4c18aaa9fe960a24655e0556f7c0fae9d21ebee" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.1" + +[options] +acceptable-game-versions = ["1.20.2"] diff --git a/minecraft/servers.dat b/servers.dat similarity index 95% rename from minecraft/servers.dat rename to servers.dat index 75712ed..7412591 100644 Binary files a/minecraft/servers.dat and b/servers.dat differ