diff --git a/.forgejo/workflows/buildcontainer.yml b/.forgejo/workflows/buildcontainer.yml index ffb992c..ba4d1b4 100644 --- a/.forgejo/workflows/buildcontainer.yml +++ b/.forgejo/workflows/buildcontainer.yml @@ -3,13 +3,13 @@ name: Create Buildcontainer on: push: branches: - - "mistress" + - "main" paths: - .forgejo/workflows/buildcontainer.yml - Dockerfile pull_request: branches: - - "mistress" + - "main" paths: - .forgejo/workflows/buildcontainer.yml - Dockerfile @@ -35,7 +35,7 @@ jobs: - name: Build and Push run: | export TAG=codeberg.org/${{ env.GITHUB_REPOSITORY }}/alpine-packwiz - docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} . + docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} build-docker publish: if: github.event_name == 'push' @@ -61,6 +61,6 @@ jobs: - name: Build and Push run: | export TAG=codeberg.org/${{ env.GITHUB_REPOSITORY }}/alpine-packwiz - docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} . + docker build -f Dockerfile -t $TAG:${{ env.GITHUB_SHA }} build-docker 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 index fc12a0f..94b9cc6 100644 --- a/.forgejo/workflows/publish-release.yml +++ b/.forgejo/workflows/publish-release.yml @@ -6,7 +6,7 @@ on: - 'v*' jobs: - build-packs: + build-modrinth: runs-on: docker container: image: codeberg.org/astreaprtcl/linuxcraft/alpine-packwiz:latest @@ -18,34 +18,55 @@ jobs: - 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 }}* + name: Linuxcraft-$GITHUB_REF_NAME.mrpack + path: *.mrpack - publish-artifacts: + build-curseforge: runs-on: docker + container: + image: codeberg.org/astreaprtcl/linuxcraft/alpine-packwiz:latest steps: - name: Checkout the repo uses: actions/checkout@v4 - - name: Get Release Notes - id: releasenotes + - name: Build Package 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 + packwiz cf export + - name: Upload binary artifact + uses: actions/upload-artifact@v3 + with: + name: Linuxcraft-$GITHUB_REF_NAME.zip + path: *.zip + + build-serverpack: + 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 cf export + + - name: Upload binary artifact + uses: actions/upload-artifact@v3 + with: + name: Linuxcraft-$GITHUB_REF_NAME-server.zip + path: *.zip + + publish-artifacts: + runs-on: docker + + steps: - name: Download Binaries uses: actions/download-artifact@v3 with: @@ -65,8 +86,7 @@ jobs: repo: ${{ env.GITHUB_REPOSITORY }} token: ${{ secrets.TOKEN }} release-dir: release - release-notes: ${{ steps.releasenotes.outputs.releasenotes }} tag: "${{ github.ref_name }}" sha: "${{ github.sha }}" + release-notes-assistant: true override: true - hide-archive-link: true diff --git a/.packwizignore b/.packwizignore index 0ecd572..9b54c5b 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,3 +1,2 @@ -.forgejo README.md Dockerfile diff --git a/Brainstorm Modlist.md b/Brainstorm Modlist.md new file mode 100644 index 0000000..053ccc1 --- /dev/null +++ b/Brainstorm Modlist.md @@ -0,0 +1,36 @@ +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 index 7f4ee6b..fca724c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM alpine:latest ENV PATH=$PATH:/root/go/bin -RUN apk add --update go \ - nodejs +RUN apk add --update go RUN go install github.com/packwiz/packwiz@latest diff --git a/README.md b/README.md index ffe1181..4a014ce 100644 --- a/README.md +++ b/README.md @@ -1,173 +1,14 @@ # 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 +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 +## 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 new file mode 100644 index 0000000..4a014ce --- /dev/null +++ b/Readme.md @@ -0,0 +1,14 @@ +# 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 ` diff --git a/index.toml b/index.toml index 7dd1255..8c93768 100644 --- a/index.toml +++ b/index.toml @@ -1,12 +1,20 @@ hash-format = "sha256" +[[files]] +file = ".forgejo/workflows/buildcontainer.yml" +hash = "4c9fb3656fd625321593ea5cfd1a8aa6b288ca95d821925da82333a121f662a5" + +[[files]] +file = ".forgejo/workflows/publish-release.yml" +hash = "3b5150e7bb48477c72361e8c2802477fe25a1e4492678c88eb9bec0b18235dbd" + [[files]] file = "defaultconfigs/mousewheelie.hjson" hash = "eb10190320c9cf49b7b95299c01c4c163736de8d401a14252f8170add0de18f0" [[files]] file = "mods/3dskinlayers.pw.toml" -hash = "1b7cc85221410b6421b92fa4193300d2abda2ce218ca98dda195da83d8979178" +hash = "71d097839d86bcdc476dd12c9d635b3c521f07f71e133357587975d6862eefac" metafile = true [[files]] @@ -14,11 +22,6 @@ 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" @@ -29,11 +32,6 @@ 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" @@ -74,16 +72,6 @@ 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" @@ -91,7 +79,7 @@ metafile = true [[files]] file = "mods/blur-plus.pw.toml" -hash = "660ec4c154fac2cbe956e35c2f93c34ada20251b2c53cee2e71749ab6824ff7f" +hash = "04ddfc50d957ad8cd71306a19b98b3b64d5235bb1c6a694592087ccb1f0c0dfc" metafile = true [[files]] @@ -119,6 +107,11 @@ file = "mods/botarium.pw.toml" hash = "2f57caef93731338be19b1e14065978eb3e14dbfc0c1f9699dfcc2f201e2c23b" metafile = true +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" +metafile = true + [[files]] file = "mods/cardinal-components-api.pw.toml" hash = "127f0a7311e4ecd77c0b96660e0ff873d78d253fffb68db6101eeb414de38bb1" @@ -134,16 +127,6 @@ 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" @@ -159,19 +142,9 @@ 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" +hash = "14f9882a9971cd081d92efc84e615086282598bf6df351ff7fb3d8ed95535e37" metafile = true [[files]] @@ -179,26 +152,6 @@ 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" @@ -214,11 +167,6 @@ 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" @@ -234,41 +182,6 @@ 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" @@ -279,11 +192,6 @@ 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" @@ -344,11 +252,6 @@ 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" @@ -364,11 +267,6 @@ 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" @@ -389,29 +287,9 @@ 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" +hash = "2e9f6742dd59740c24317ee68076a94789d32a1f258a2b770ba72c1c40a4beb2" metafile = true [[files]] @@ -421,12 +299,7 @@ metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "417d734aff1f58cd43b01f3500be44ab2ab3a855cc2a34515b82837eb4e7b82c" -metafile = true - -[[files]] -file = "mods/genshin-instruments.pw.toml" -hash = "cac2cb45a3042f3de23ca69d4922e9e3cec0244d04530974a1d957dff3b3f407" +hash = "486365308053b52809d840574fcf011125a146c2ab51ff8efb0f72c8cc1a759e" metafile = true [[files]] @@ -439,21 +312,11 @@ 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" @@ -464,29 +327,14 @@ 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" +hash = "99efc9e805ce2888680d3cacb9be65733c6d4a8cfcb77e1976205f758db24346" metafile = true [[files]] @@ -524,46 +372,6 @@ 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" @@ -574,11 +382,6 @@ 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" @@ -619,21 +422,11 @@ 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" @@ -644,11 +437,6 @@ 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" @@ -664,11 +452,6 @@ 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" @@ -679,29 +462,9 @@ 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" +hash = "3a1deb0832255cf614dd1b4e3b18327d280a9ac34aa3258f46a3aa5a4e02d92b" metafile = true [[files]] @@ -716,7 +479,7 @@ metafile = true [[files]] file = "mods/pv-addon-groups.pw.toml" -hash = "637949dc0d69920eaf18f5737fcb9a5f26efbeb56d740528a90dc62a9325b0ef" +hash = "43c15115aa3a05912a943f022bb850e72931fe8f4e01c005181dc99a673cb527" metafile = true [[files]] @@ -729,11 +492,6 @@ 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" @@ -804,28 +562,9 @@ 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" +hash = "75836966795e25eb34161c8aedb7016c0af2e44f1139315ead82d1db65f9574f" metafile = true [[files]] @@ -838,24 +577,14 @@ 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" +hash = "b88a843e4d0d8b606d5ee62109b04d64fd5e246749acd70ff0854040a1ef9c30" metafile = true [[files]] diff --git a/instance.cfg b/instance.cfg new file mode 100644 index 0000000..c1466d9 --- /dev/null +++ b/instance.cfg @@ -0,0 +1,79 @@ +[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/defaultconfigs/mousewheelie.hjson b/minecraft/defaultconfigs/mousewheelie.hjson new file mode 100644 index 0000000..98543f7 --- /dev/null +++ b/minecraft/defaultconfigs/mousewheelie.hjson @@ -0,0 +1,8 @@ +{ + scrolling: { + enable: false + } + refill: { + play-sound: false + } +} diff --git a/minecraft/icon.png b/minecraft/icon.png new file mode 100644 index 0000000..c38b853 Binary files /dev/null and b/minecraft/icon.png differ diff --git a/minecraft/mods/.index/addonslib.pw.toml b/minecraft/mods/.index/addonslib.pw.toml new file mode 100644 index 0000000..a3405a5 --- /dev/null +++ b/minecraft/mods/.index/addonslib.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..9134e65 --- /dev/null +++ b/minecraft/mods/.index/ae2.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..6a81690 --- /dev/null +++ b/minecraft/mods/.index/appleskin.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..c0bc549 --- /dev/null +++ b/minecraft/mods/.index/applied-energistics-2-wireless-terminals.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..e691a11 --- /dev/null +++ b/minecraft/mods/.index/architectury-api.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..98fd2e4 --- /dev/null +++ b/minecraft/mods/.index/balm.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..404d982 --- /dev/null +++ b/minecraft/mods/.index/bclib.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..12ecdec --- /dev/null +++ b/minecraft/mods/.index/betterend.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..fe88342 --- /dev/null +++ b/minecraft/mods/.index/betterf3.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..bb496b4 --- /dev/null +++ b/minecraft/mods/.index/biomes-o-plenty.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..9289a50 --- /dev/null +++ b/minecraft/mods/.index/blur-plus.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..de3f431 --- /dev/null +++ b/minecraft/mods/.index/bobby.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..bae4b18 --- /dev/null +++ b/minecraft/mods/.index/botarium.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..8f9ec59 --- /dev/null +++ b/minecraft/mods/.index/c2me-fabric.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..da46430 --- /dev/null +++ b/minecraft/mods/.index/cardinal-components-api.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..dca56e4 --- /dev/null +++ b/minecraft/mods/.index/carry-on.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..38f7574 --- /dev/null +++ b/minecraft/mods/.index/carryon-vs-compat.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..c8431a2 --- /dev/null +++ b/minecraft/mods/.index/cc-tweaked.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..529574c --- /dev/null +++ b/minecraft/mods/.index/cloth-config.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..825c33e --- /dev/null +++ b/minecraft/mods/.index/create-fabric.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..3c62578 --- /dev/null +++ b/minecraft/mods/.index/create-steam-n-rails.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..08ddefd --- /dev/null +++ b/minecraft/mods/.index/createaddition.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..6596a67 --- /dev/null +++ b/minecraft/mods/.index/distanthorizons.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..c1506f9 --- /dev/null +++ b/minecraft/mods/.index/enhanced-cats.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..d81a768 --- /dev/null +++ b/minecraft/mods/.index/estrogen.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..f461b44 --- /dev/null +++ b/minecraft/mods/.index/fabric-api.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..5b8b68a --- /dev/null +++ b/minecraft/mods/.index/fabric-language-kotlin.pw.toml @@ -0,0 +1,55 @@ +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 new file mode 100644 index 0000000..53f3d4b --- /dev/null +++ b/minecraft/mods/.index/farmers-delight-refabricated.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..533b02f --- /dev/null +++ b/minecraft/mods/.index/ferrite-core.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..490a0db --- /dev/null +++ b/minecraft/mods/.index/geckolib.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..10b9b48 --- /dev/null +++ b/minecraft/mods/.index/glitchcore.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..d3e6b57 --- /dev/null +++ b/minecraft/mods/.index/hephaestus.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..86d495c --- /dev/null +++ b/minecraft/mods/.index/indium.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..f0e6a62 --- /dev/null +++ b/minecraft/mods/.index/iris.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..2440a24 --- /dev/null +++ b/minecraft/mods/.index/jade.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..c17ad2e --- /dev/null +++ b/minecraft/mods/.index/kibe.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..f6a2d17 --- /dev/null +++ b/minecraft/mods/.index/krypton.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..664bbac --- /dev/null +++ b/minecraft/mods/.index/lithium.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..ab306b6 --- /dev/null +++ b/minecraft/mods/.index/luckperms.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..f619269 --- /dev/null +++ b/minecraft/mods/.index/macaws-biomes-o-plenty.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..09e9a35 --- /dev/null +++ b/minecraft/mods/.index/macaws-doors.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..333960b --- /dev/null +++ b/minecraft/mods/.index/macaws-fences-and-walls.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..aac5c85 --- /dev/null +++ b/minecraft/mods/.index/macaws-furniture.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..d7a86c3 --- /dev/null +++ b/minecraft/mods/.index/macaws-lights-and-lamps.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..ae36333 --- /dev/null +++ b/minecraft/mods/.index/macaws-trapdoors.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..516d4b1 --- /dev/null +++ b/minecraft/mods/.index/macaws-windows.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..47b3c0a --- /dev/null +++ b/minecraft/mods/.index/modmenu.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..4815b17 --- /dev/null +++ b/minecraft/mods/.index/mouse-tweaks.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..59f5366 --- /dev/null +++ b/minecraft/mods/.index/netherportalfix.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..71dc0f6 --- /dev/null +++ b/minecraft/mods/.index/no-chat-reports.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..687156a --- /dev/null +++ b/minecraft/mods/.index/nullscape.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..b80f18d --- /dev/null +++ b/minecraft/mods/.index/plasmo-voice.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..f32f5fd --- /dev/null +++ b/minecraft/mods/.index/polymorph.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..3cd00a0 --- /dev/null +++ b/minecraft/mods/.index/pv-addon-groups.pw.toml @@ -0,0 +1,36 @@ +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 new file mode 100644 index 0000000..be8b523 --- /dev/null +++ b/minecraft/mods/.index/rei.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..d7e41e7 --- /dev/null +++ b/minecraft/mods/.index/resourceful-lib.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..a2b4b34 --- /dev/null +++ b/minecraft/mods/.index/skinrestorer.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..ff04058 --- /dev/null +++ b/minecraft/mods/.index/slice-and-dice.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..731786c --- /dev/null +++ b/minecraft/mods/.index/sodium.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..ed18de8 --- /dev/null +++ b/minecraft/mods/.index/storagedrawers.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..847b419 --- /dev/null +++ b/minecraft/mods/.index/techreborn.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..47cb85f --- /dev/null +++ b/minecraft/mods/.index/terrablender.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..4c853b1 --- /dev/null +++ b/minecraft/mods/.index/terralith.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..cd09383 --- /dev/null +++ b/minecraft/mods/.index/tonekomod.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..398e053 --- /dev/null +++ b/minecraft/mods/.index/travelersbackpack.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..350517c --- /dev/null +++ b/minecraft/mods/.index/trinkets.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..70080eb --- /dev/null +++ b/minecraft/mods/.index/valkyrien-skies.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..2ec5610 --- /dev/null +++ b/minecraft/mods/.index/waystones.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..8b414d9 --- /dev/null +++ b/minecraft/mods/.index/xaeros-map-server-utils.pw.toml @@ -0,0 +1,46 @@ +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 new file mode 100644 index 0000000..562988e --- /dev/null +++ b/minecraft/mods/.index/xaeros-minimap.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..165ead6 --- /dev/null +++ b/minecraft/mods/.index/xaeros-world-map.pw.toml @@ -0,0 +1,16 @@ +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 new file mode 100644 index 0000000..082991c Binary files /dev/null and b/minecraft/mods/BetterF3-7.0.2-Fabric-1.20.1.jar 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 new file mode 100644 index 0000000..f73d171 Binary files /dev/null and b/minecraft/mods/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar 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 new file mode 100644 index 0000000..aea21dc Binary files /dev/null and b/minecraft/mods/Bookshelf-Fabric-1.20.1-20.2.13.jar 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 new file mode 100644 index 0000000..16b3e32 Binary files /dev/null and b/minecraft/mods/BotanyPots-Fabric-1.20.1-13.0.41.jar 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 new file mode 100644 index 0000000..131814c Binary files /dev/null and b/minecraft/mods/CarryOnVSCompat-Fabric-1.20.1-1.0.0.jar 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 new file mode 100644 index 0000000..debf5e6 Binary files /dev/null and b/minecraft/mods/Controlling-fabric-1.20.1-12.0.2.jar 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 new file mode 100644 index 0000000..e37835d Binary files /dev/null and b/minecraft/mods/CreateFabricREIBugFix-0.1.0-create0.5.1-mc1.20.x.jar 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 new file mode 100644 index 0000000..fc10e84 Binary files /dev/null and b/minecraft/mods/DistantHorizons-fabric-forge-2.3.2-b-1.20.1.jar.disabled differ diff --git a/minecraft/mods/EmiTechReborn-1.0.0.jar b/minecraft/mods/EmiTechReborn-1.0.0.jar new file mode 100644 index 0000000..3eaaa16 Binary files /dev/null and b/minecraft/mods/EmiTechReborn-1.0.0.jar 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 new file mode 100644 index 0000000..10312c9 Binary files /dev/null and b/minecraft/mods/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar 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 new file mode 100644 index 0000000..c51fe9f Binary files /dev/null and b/minecraft/mods/Enhanced Cats-1.20.1-1.20.3-0.8.jar 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 new file mode 100644 index 0000000..3686667 Binary files /dev/null and b/minecraft/mods/Estrogen-4.3.4+1.20.1-fabric.jar 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 new file mode 100644 index 0000000..d527667 Binary files /dev/null and b/minecraft/mods/FarmersDelight-1.20.1-2.4.0+refabricated.jar 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 new file mode 100644 index 0000000..c027bbf Binary files /dev/null and b/minecraft/mods/Female-Gender-Mod-fabric-1.20-3.0.1.jar 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 new file mode 100644 index 0000000..bec237e Binary files /dev/null and b/minecraft/mods/GlitchCore-fabric-1.20.1-0.0.1.1.jar 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 new file mode 100644 index 0000000..a2a971f Binary files /dev/null and b/minecraft/mods/GpuTape-1.18x-1.21x-1.0.5.1.jar 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 new file mode 100644 index 0000000..c46c077 Binary files /dev/null and b/minecraft/mods/Hephaestus-1.20.1-3.6.4.287.jar 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 new file mode 100644 index 0000000..410cd9f Binary files /dev/null and b/minecraft/mods/Jade-1.20-Fabric-11.13.1.jar differ diff --git a/minecraft/mods/LuckPerms-Fabric-5.4.102.jar b/minecraft/mods/LuckPerms-Fabric-5.4.102.jar new file mode 100644 index 0000000..3638f71 Binary files /dev/null and b/minecraft/mods/LuckPerms-Fabric-5.4.102.jar differ diff --git a/minecraft/mods/MouseTweaks-fabric-mc1.20-2.26.jar b/minecraft/mods/MouseTweaks-fabric-mc1.20-2.26.jar new file mode 100644 index 0000000..3fb9d47 Binary files /dev/null and b/minecraft/mods/MouseTweaks-fabric-mc1.20-2.26.jar 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 new file mode 100644 index 0000000..5a3452a Binary files /dev/null and b/minecraft/mods/NoChatReports-FABRIC-1.20.1-v2.2.2.jar 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 new file mode 100644 index 0000000..99d24f1 Binary files /dev/null and b/minecraft/mods/Nullscape_1.20.x_v1.2.8.jar differ diff --git a/minecraft/mods/Powah-5.0.10.jar b/minecraft/mods/Powah-5.0.10.jar new file mode 100644 index 0000000..f5165f8 Binary files /dev/null and b/minecraft/mods/Powah-5.0.10.jar differ diff --git a/minecraft/mods/RoughlyEnoughItems-12.1.785-fabric.jar b/minecraft/mods/RoughlyEnoughItems-12.1.785-fabric.jar new file mode 100644 index 0000000..ea0f52d Binary files /dev/null and b/minecraft/mods/RoughlyEnoughItems-12.1.785-fabric.jar 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 new file mode 100644 index 0000000..5e8812f Binary files /dev/null and b/minecraft/mods/RoughlyEnoughProfessions-fabric-1.20.1-2.0.2.jar 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 new file mode 100644 index 0000000..899d9cc Binary files /dev/null and b/minecraft/mods/Searchables-fabric-1.20.1-1.0.3.jar 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 new file mode 100644 index 0000000..21bd18d Binary files /dev/null and b/minecraft/mods/Steam_Rails-1.6.9+fabric-mc1.20.1.jar 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 new file mode 100644 index 0000000..61e0041 Binary files /dev/null and b/minecraft/mods/Storage Drawers-fabric-1.20.1-12.10.7.jar differ diff --git a/minecraft/mods/TechReborn-5.8.13.jar b/minecraft/mods/TechReborn-5.8.13.jar new file mode 100644 index 0000000..1f8e372 Binary files /dev/null and b/minecraft/mods/TechReborn-5.8.13.jar 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 new file mode 100644 index 0000000..d19ee1c Binary files /dev/null and b/minecraft/mods/TerraBlender-fabric-1.20.1-3.0.1.10.jar 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 new file mode 100644 index 0000000..0f16eff Binary files /dev/null and b/minecraft/mods/Terralith_1.20.x_v2.5.4.jar 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 new file mode 100644 index 0000000..e81c114 Binary files /dev/null and b/minecraft/mods/XaerosWorldMap_1.39.9_Fabric_1.20.jar 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 new file mode 100644 index 0000000..5e261b9 Binary files /dev/null and b/minecraft/mods/Xaeros_Minimap_25.2.6_Fabric_1.20.jar 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 new file mode 100644 index 0000000..a7b3131 Binary files /dev/null and b/minecraft/mods/addonslib-fabric-1.20.1-1.5.jar differ diff --git a/minecraft/mods/ae2-emi-crafting-1.3.1.jar b/minecraft/mods/ae2-emi-crafting-1.3.1.jar new file mode 100644 index 0000000..dbc50db Binary files /dev/null and b/minecraft/mods/ae2-emi-crafting-1.3.1.jar differ diff --git a/minecraft/mods/ae2wtlib-15.2.1-fabric.jar b/minecraft/mods/ae2wtlib-15.2.1-fabric.jar new file mode 100644 index 0000000..bc8a5c2 Binary files /dev/null and b/minecraft/mods/ae2wtlib-15.2.1-fabric.jar 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 new file mode 100644 index 0000000..f34d484 Binary files /dev/null and b/minecraft/mods/appleskin-fabric-mc1.20.1-2.5.1.jar differ diff --git a/minecraft/mods/appliedenergistics2-fabric-15.3.6.jar b/minecraft/mods/appliedenergistics2-fabric-15.3.6.jar new file mode 100644 index 0000000..6eae11a Binary files /dev/null and b/minecraft/mods/appliedenergistics2-fabric-15.3.6.jar differ diff --git a/minecraft/mods/architectury-9.2.14-fabric.jar b/minecraft/mods/architectury-9.2.14-fabric.jar new file mode 100644 index 0000000..8f3f3f9 Binary files /dev/null and b/minecraft/mods/architectury-9.2.14-fabric.jar 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 new file mode 100644 index 0000000..a8503b4 Binary files /dev/null and b/minecraft/mods/balm-fabric-1.20.1-7.3.31.jar differ diff --git a/minecraft/mods/bclib-3.0.14.jar b/minecraft/mods/bclib-3.0.14.jar new file mode 100644 index 0000000..e4b0d5f Binary files /dev/null and b/minecraft/mods/bclib-3.0.14.jar differ diff --git a/minecraft/mods/better-end-4.0.11.jar b/minecraft/mods/better-end-4.0.11.jar new file mode 100644 index 0000000..ab8ac95 Binary files /dev/null and b/minecraft/mods/better-end-4.0.11.jar differ diff --git a/minecraft/mods/blanket-client-tweaks-1.1.4.jar b/minecraft/mods/blanket-client-tweaks-1.1.4.jar new file mode 100644 index 0000000..b6e32b8 Binary files /dev/null and b/minecraft/mods/blanket-client-tweaks-1.1.4.jar differ diff --git a/minecraft/mods/blur-3.1.0.jar b/minecraft/mods/blur-3.1.0.jar new file mode 100644 index 0000000..a508593 Binary files /dev/null and b/minecraft/mods/blur-3.1.0.jar differ diff --git a/minecraft/mods/bobby-5.0.1.jar b/minecraft/mods/bobby-5.0.1.jar new file mode 100644 index 0000000..cbcb2e8 Binary files /dev/null and b/minecraft/mods/bobby-5.0.1.jar 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 new file mode 100644 index 0000000..50ba3ee Binary files /dev/null and b/minecraft/mods/botarium-fabric-1.20.1-2.3.4.jar 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 new file mode 100644 index 0000000..ab0a669 Binary files /dev/null and b/minecraft/mods/c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar differ diff --git a/minecraft/mods/cardinal-components-api-5.2.3.jar b/minecraft/mods/cardinal-components-api-5.2.3.jar new file mode 100644 index 0000000..6c7e3d3 Binary files /dev/null and b/minecraft/mods/cardinal-components-api-5.2.3.jar 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 new file mode 100644 index 0000000..0887c54 Binary files /dev/null and b/minecraft/mods/carryon-fabric-1.20.1-2.1.2.7.jar 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 new file mode 100644 index 0000000..b62d675 Binary files /dev/null and b/minecraft/mods/cc-tweaked-1.20.1-fabric-1.115.1.jar 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 new file mode 100644 index 0000000..3dbcdfa Binary files /dev/null and b/minecraft/mods/chisel-fabric-2.0.0+mc1.20.1.jar differ diff --git a/minecraft/mods/cloth-config-11.1.136-fabric.jar b/minecraft/mods/cloth-config-11.1.136-fabric.jar new file mode 100644 index 0000000..9356329 Binary files /dev/null and b/minecraft/mods/cloth-config-11.1.136-fabric.jar 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 new file mode 100644 index 0000000..7625801 Binary files /dev/null and b/minecraft/mods/configured-fabric-1.20.1-2.2.3.jar 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 new file mode 100644 index 0000000..bf6c75d Binary files /dev/null and b/minecraft/mods/create-fabric-0.5.1-j-build.1631+mc1.20.1.jar 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 new file mode 100644 index 0000000..aeebd9c Binary files /dev/null and b/minecraft/mods/createaddition-fabric+1.20.1-1.2.6.jar 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 new file mode 100644 index 0000000..bf05c13 Binary files /dev/null and b/minecraft/mods/cryonicconfig-fabric-1.0.0+mc1.20.1.jar differ diff --git a/minecraft/mods/ctLibMod-0.1.13.jar b/minecraft/mods/ctLibMod-0.1.13.jar new file mode 100644 index 0000000..94412f9 Binary files /dev/null and b/minecraft/mods/ctLibMod-0.1.13.jar 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 new file mode 100644 index 0000000..d296c83 Binary files /dev/null and b/minecraft/mods/durabilitytooltip-1.1.5-fabric-mc1.20.jar 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 new file mode 100644 index 0000000..a63bd3d Binary files /dev/null and b/minecraft/mods/dynamic-fps-3.9.5+minecraft-1.20.0-fabric.jar 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 new file mode 100644 index 0000000..e17a4f2 Binary files /dev/null and b/minecraft/mods/emi-1.1.22+1.20.1+fabric.jar 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 new file mode 100644 index 0000000..0aab107 Binary files /dev/null and b/minecraft/mods/emi_loot-0.7.6+1.20.1+fabric.jar 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 new file mode 100644 index 0000000..58c59d7 Binary files /dev/null and b/minecraft/mods/emi_ores-1.2+1.20.1+fabric.jar 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 new file mode 100644 index 0000000..756bac9 Binary files /dev/null and b/minecraft/mods/emitrades-fabric-1.2.1+mc1.20.1.jar differ diff --git a/minecraft/mods/emized-botany-pots-1.0.0.jar b/minecraft/mods/emized-botany-pots-1.0.0.jar new file mode 100644 index 0000000..1755c2c Binary files /dev/null and b/minecraft/mods/emized-botany-pots-1.0.0.jar differ diff --git a/minecraft/mods/enhancedblockentities-0.9+1.20.jar b/minecraft/mods/enhancedblockentities-0.9+1.20.jar new file mode 100644 index 0000000..a1cc956 Binary files /dev/null and b/minecraft/mods/enhancedblockentities-0.9+1.20.jar 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 new file mode 100644 index 0000000..66723c5 Binary files /dev/null and b/minecraft/mods/entityculling-fabric-1.8.0-mc1.20.1.jar differ diff --git a/minecraft/mods/eureka-1201-1.5.1-beta.3.jar b/minecraft/mods/eureka-1201-1.5.1-beta.3.jar new file mode 100644 index 0000000..c3473b1 Binary files /dev/null and b/minecraft/mods/eureka-1201-1.5.1-beta.3.jar 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 new file mode 100644 index 0000000..863299a Binary files /dev/null and b/minecraft/mods/extra-mod-integrations-0.4.7+1.20.1.jar 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 new file mode 100644 index 0000000..1951e5f Binary files /dev/null and b/minecraft/mods/fabric-api-0.92.6+1.20.1.jar 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 new file mode 100644 index 0000000..2e177f4 Binary files /dev/null and b/minecraft/mods/fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar 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 new file mode 100644 index 0000000..65f0a5e Binary files /dev/null and b/minecraft/mods/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar differ diff --git a/minecraft/mods/ferritecore-6.0.1-fabric.jar b/minecraft/mods/ferritecore-6.0.1-fabric.jar new file mode 100644 index 0000000..18ef552 Binary files /dev/null and b/minecraft/mods/ferritecore-6.0.1-fabric.jar 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 new file mode 100644 index 0000000..2da27b5 Binary files /dev/null and b/minecraft/mods/fusion-1.2.7-fabric-mc1.20.1.jar 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 new file mode 100644 index 0000000..a778086 Binary files /dev/null and b/minecraft/mods/fzzy_config-0.7.0+1.20.1.jar 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 new file mode 100644 index 0000000..c8fd116 Binary files /dev/null and b/minecraft/mods/geckolib-fabric-1.20.1-4.7.2.jar 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 new file mode 100644 index 0000000..5f5f6cc Binary files /dev/null and b/minecraft/mods/gravestones-1.0.12-1.20.1.jar differ diff --git a/minecraft/mods/harvest-1.3.1.jar b/minecraft/mods/harvest-1.3.1.jar new file mode 100644 index 0000000..75aad86 Binary files /dev/null and b/minecraft/mods/harvest-1.3.1.jar 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 new file mode 100644 index 0000000..4dd6bfc Binary files /dev/null and b/minecraft/mods/indium-1.0.36+mc1.20.1.jar 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 new file mode 100644 index 0000000..056bc09 Binary files /dev/null and b/minecraft/mods/iris-1.7.6+mc1.20.1.jar 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 new file mode 100644 index 0000000..e4bc397 Binary files /dev/null and b/minecraft/mods/jecalculation-fabric-1.20.1-4.0.4.jar 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 new file mode 100644 index 0000000..c37bb33 Binary files /dev/null and b/minecraft/mods/justzoom_fabric_2.1.0_MC_1.20.1.jar 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 new file mode 100644 index 0000000..13c5dad Binary files /dev/null and b/minecraft/mods/kibe-1.10.1-BETA+1.20.jar 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 new file mode 100644 index 0000000..10c31a8 Binary files /dev/null and b/minecraft/mods/konkrete_fabric_1.8.1_MC_1.20.1.jar differ diff --git a/minecraft/mods/krypton-0.2.3.jar b/minecraft/mods/krypton-0.2.3.jar new file mode 100644 index 0000000..0b764c4 Binary files /dev/null and b/minecraft/mods/krypton-0.2.3.jar 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 new file mode 100644 index 0000000..3fd9efd Binary files /dev/null and b/minecraft/mods/lambdynamiclights-4.1.3+1.20.1.jar 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 new file mode 100644 index 0000000..640693d Binary files /dev/null and b/minecraft/mods/lighty-fabric-2.1.3+1.20.1.jar 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 new file mode 100644 index 0000000..5a5f210 Binary files /dev/null and b/minecraft/mods/lithium-fabric-mc1.20.1-0.11.3.jar 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 new file mode 100644 index 0000000..00d6f6d Binary files /dev/null and b/minecraft/mods/mcw-doors-1.1.2-mc1.20.1fabric.jar 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 new file mode 100644 index 0000000..b58cd77 Binary files /dev/null and b/minecraft/mods/mcw-fences-1.2.0-1.20.1fabric.jar 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 new file mode 100644 index 0000000..c64206c Binary files /dev/null and b/minecraft/mods/mcw-furniture-3.3.0-mc1.20.1fabric.jar 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 new file mode 100644 index 0000000..bd00451 Binary files /dev/null and b/minecraft/mods/mcw-lights-1.1.2-mc1.20.1fabric.jar 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 new file mode 100644 index 0000000..0aab566 Binary files /dev/null and b/minecraft/mods/mcw-trapdoors-1.1.4-mc1.20.1fabric.jar 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 new file mode 100644 index 0000000..6de7e87 Binary files /dev/null and b/minecraft/mods/mcw-windows-2.3.0-mc1.20.1fabric.jar 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 new file mode 100644 index 0000000..0128177 Binary files /dev/null and b/minecraft/mods/mcwbiomesoplenty-fabric-1.20.1-1.2.jar 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 new file mode 100644 index 0000000..43556e1 Binary files /dev/null and b/minecraft/mods/memoryleakfix-fabric-1.17+-1.1.5.jar 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 new file mode 100644 index 0000000..02ca289 Binary files /dev/null and b/minecraft/mods/modernfix-fabric-5.23.1+mc1.20.1.jar differ diff --git a/minecraft/mods/modmenu-7.2.2.jar b/minecraft/mods/modmenu-7.2.2.jar new file mode 100644 index 0000000..e565de3 Binary files /dev/null and b/minecraft/mods/modmenu-7.2.2.jar 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 new file mode 100644 index 0000000..61c975d Binary files /dev/null and b/minecraft/mods/mousewheelie-1.13.0+mc1.20.1.jar 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 new file mode 100644 index 0000000..12bde1c Binary files /dev/null and b/minecraft/mods/netherportalfix-fabric-1.20-13.0.2.jar 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 new file mode 100644 index 0000000..73fd58c Binary files /dev/null and b/minecraft/mods/plasmovoice-fabric-1.20.1-2.1.4.jar 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 new file mode 100644 index 0000000..c58badc Binary files /dev/null and b/minecraft/mods/polymorph-fabric-0.49.10+1.20.1.jar differ diff --git a/minecraft/mods/pv-addon-groups-1.1.0.jar b/minecraft/mods/pv-addon-groups-1.1.0.jar new file mode 100644 index 0000000..6d097e8 Binary files /dev/null and b/minecraft/mods/pv-addon-groups-1.1.0.jar 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 new file mode 100644 index 0000000..c716709 Binary files /dev/null and b/minecraft/mods/rechiseled-1.1.6-fabric-mc1.20.jar 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 new file mode 100644 index 0000000..4426f5f Binary files /dev/null and b/minecraft/mods/rechiseledcreate-1.0.2a-fabric-mc1.20.jar 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 new file mode 100644 index 0000000..04f81f9 Binary files /dev/null and b/minecraft/mods/reeses_sodium_options-1.7.2+mc1.20.1-build.101.jar 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 new file mode 100644 index 0000000..8a39e95 Binary files /dev/null and b/minecraft/mods/resourcefullib-fabric-1.20.1-2.1.29.jar 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 new file mode 100644 index 0000000..c9074e1 Binary files /dev/null and b/minecraft/mods/shulkerboxtooltip-fabric-4.0.4+1.20.1.jar 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 new file mode 100644 index 0000000..0a7531f Binary files /dev/null and b/minecraft/mods/skinlayers3d-fabric-1.8.0-mc1.20.1.jar 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 new file mode 100644 index 0000000..c12b33a Binary files /dev/null and b/minecraft/mods/skinrestorer-2.3.4+1.20-fabric.jar differ diff --git a/minecraft/mods/sliceanddice-fabric-3.3.1.jar b/minecraft/mods/sliceanddice-fabric-3.3.1.jar new file mode 100644 index 0000000..3880a55 Binary files /dev/null and b/minecraft/mods/sliceanddice-fabric-3.3.1.jar 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 new file mode 100644 index 0000000..63ea994 Binary files /dev/null and b/minecraft/mods/sodium-fabric-0.5.13+mc1.20.1.jar 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 new file mode 100644 index 0000000..322955f Binary files /dev/null and b/minecraft/mods/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar 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 new file mode 100644 index 0000000..c5fc019 Binary files /dev/null and b/minecraft/mods/supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar 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 new file mode 100644 index 0000000..8af4aef Binary files /dev/null and b/minecraft/mods/threatengl-fabric-1.3.3-release.2.jar differ diff --git a/mods/toneko-fabric-1.3.11.jar b/minecraft/mods/toneko-fabric-1.3.11.jar similarity index 84% rename from mods/toneko-fabric-1.3.11.jar rename to minecraft/mods/toneko-fabric-1.3.11.jar index 7fd1eca..a3ca521 100644 Binary files a/mods/toneko-fabric-1.3.11.jar and b/minecraft/mods/toneko-fabric-1.3.11.jar 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 new file mode 100644 index 0000000..cbd6f15 Binary files /dev/null and b/minecraft/mods/travelersbackpack-fabric-1.20.1-9.1.37.jar differ diff --git a/minecraft/mods/trinkets-3.7.2.jar b/minecraft/mods/trinkets-3.7.2.jar new file mode 100644 index 0000000..d7dfadd Binary files /dev/null and b/minecraft/mods/trinkets-3.7.2.jar 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 new file mode 100644 index 0000000..ad0387d Binary files /dev/null and b/minecraft/mods/valkyrienskies-120-2.3.0-beta.7.jar differ diff --git a/minecraft/mods/waygl-1.1.5+1.20.jar b/minecraft/mods/waygl-1.1.5+1.20.jar new file mode 100644 index 0000000..36c8a24 Binary files /dev/null and b/minecraft/mods/waygl-1.1.5+1.20.jar 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 new file mode 100644 index 0000000..286b5ad Binary files /dev/null and b/minecraft/mods/waystones-fabric-1.20.1-14.1.13.jar 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 new file mode 100644 index 0000000..6ac87e0 Binary files /dev/null and b/minecraft/mods/xaeros-map-server-utils-1.0.1.jar 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 new file mode 100644 index 0000000..e3a4191 Binary files /dev/null and b/minecraft/mods/yet_another_config_lib_v3-3.6.6+1.20.1-fabric.jar differ diff --git a/minecraft/servers.dat b/minecraft/servers.dat new file mode 100644 index 0000000..75712ed Binary files /dev/null and b/minecraft/servers.dat differ diff --git a/mmc-pack.json b/mmc-pack.json new file mode 100644 index 0000000..9e260b9 --- /dev/null +++ b/mmc-pack.json @@ -0,0 +1,51 @@ +{ + "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 new file mode 100644 index 0000000..14552e2 --- /dev/null +++ b/modlist.md @@ -0,0 +1,119 @@ +- [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] +- [VS Eureka Mod](https://modrinth.com/mod/EO8aSHxh) [1\.5\.1\-beta\.3] +- [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 index c7e3678..e0d5b2b 100644 --- a/mods/3dskinlayers.pw.toml +++ b/mods/3dskinlayers.pw.toml @@ -7,11 +7,6 @@ url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/d095tpdB/skinlayers3d-fab hash-format = "sha512" hash = "7ee36f75d6efb9a361985be33525529d9d2cc13554cbe8f882a4c7376d5fd6e2b17b0203b0f6aee6b6464e8ec5031366244fbecddbedb278b47c25a91dd63f7d" -[option] -optional = true -default = false -description = "3D Skinlayers" - [update] [update.modrinth] mod-id = "zV5r3pPn" diff --git a/mods/advanced-backups.pw.toml b/mods/advanced-backups.pw.toml deleted file mode 100644 index cf57df8..0000000 --- a/mods/advanced-backups.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/animal_feeding_trough.pw.toml b/mods/animal_feeding_trough.pw.toml deleted file mode 100644 index f95e485..0000000 --- a/mods/animal_feeding_trough.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/bits-and-chisels.pw.toml b/mods/bits-and-chisels.pw.toml deleted file mode 100644 index 16ee222..0000000 --- a/mods/bits-and-chisels.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 19211b8..0000000 --- a/mods/blahaj.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/blur-plus.pw.toml b/mods/blur-plus.pw.toml index 98dfa05..9cde4cb 100644 --- a/mods/blur-plus.pw.toml +++ b/mods/blur-plus.pw.toml @@ -7,11 +7,6 @@ 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" diff --git a/mods/c2me-fabric.pw.toml b/mods/c2me-fabric.pw.toml new file mode 100644 index 0000000..4b72242 --- /dev/null +++ b/mods/c2me-fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (Fabric)" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar" +hash-format = "sha512" +hash = "359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff" + +[update] +[update.modrinth] +mod-id = "VSNURh3q" +version = "s4WOiNtz" diff --git a/mods/cat-loaf.pw.toml b/mods/cat-loaf.pw.toml deleted file mode 100644 index 0d90f6f..0000000 --- a/mods/cat-loaf.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index a1699e9..0000000 --- a/mods/cat_jam.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/collective.pw.toml b/mods/collective.pw.toml deleted file mode 100644 index 04e7354..0000000 --- a/mods/collective.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 index 6ad32d4..db184ae 100644 --- a/mods/configured.pw.toml +++ b/mods/configured.pw.toml @@ -1,13 +1,13 @@ name = "Configured" -filename = "configured-fabric-1.20.1-2.2.3.jar" -side = "both" +filename = "Configured-mc1.20.4-v1.4.1.jar" +side = "server" [download] -hash-format = "sha1" -hash = "c85adcba2f4cd0252dc8698d00a24b1e283d2cb8" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/HlpEBg3R/versions/LqP2Ofjk/Configured-mc1.20.4-v1.4.1.jar" +hash-format = "sha512" +hash = "ae028ca1dfdfc0203b402a963c72bfed53a73e53555ccfe2b95e6d4a1b4f956d2f4b20f86f1ca8d844f6c925a102c69570291c3433d88502f2f09933f7de2b22" [update] -[update.curseforge] -file-id = 5180902 -project-id = 457570 +[update.modrinth] +mod-id = "HlpEBg3R" +version = "LqP2Ofjk" diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml deleted file mode 100644 index 6b5f5bc..0000000 --- a/mods/continuity.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -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/copycats.pw.toml b/mods/copycats.pw.toml deleted file mode 100644 index 02c4375..0000000 --- a/mods/copycats.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 00f352b..0000000 --- a/mods/cosmetic-armor.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 0d27b92..0000000 --- a/mods/craftable-saddles-by-sumbaii999.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 734f473..0000000 --- a/mods/create-clockwork.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/critters-and-companions.pw.toml b/mods/critters-and-companions.pw.toml deleted file mode 100644 index 35a75fb..0000000 --- a/mods/critters-and-companions.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/deimos.pw.toml b/mods/deimos.pw.toml deleted file mode 100644 index efa0452..0000000 --- a/mods/deimos.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index d27278c..0000000 --- a/mods/deslabification.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 1b9fc9e..0000000 --- a/mods/distanthorizons.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index 7a8e621..0000000 --- a/mods/do-api.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 6132c77..0000000 --- a/mods/double-doors.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 4da0199..0000000 --- a/mods/duckling.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index fcdbff8..0000000 --- a/mods/ducky-periphs.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/easyauth.pw.toml b/mods/easyauth.pw.toml deleted file mode 100644 index 6b3e809..0000000 --- a/mods/easyauth.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/evenmoreinstruments.pw.toml b/mods/evenmoreinstruments.pw.toml deleted file mode 100644 index d09a6c2..0000000 --- a/mods/evenmoreinstruments.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/falling-leaves-fabric.pw.toml b/mods/falling-leaves-fabric.pw.toml deleted file mode 100644 index 95ed91a..0000000 --- a/mods/falling-leaves-fabric.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/figura.pw.toml b/mods/figura.pw.toml deleted file mode 100644 index b582f0c..0000000 --- a/mods/figura.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index a5edae4..0000000 --- a/mods/fixed-anvil-repair-cost.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 2366eee..0000000 --- a/mods/flower-patch.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index a2efce2..0000000 --- a/mods/forge-config-api-port.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 index dc42553..d8c35c1 100644 --- a/mods/fusion-connected-textures.pw.toml +++ b/mods/fusion-connected-textures.pw.toml @@ -1,6 +1,6 @@ name = "Fusion (Connected Textures)" filename = "fusion-1.2.7-fabric-mc1.20.1.jar" -side = "both" +side = "client" [download] url = "https://cdn.modrinth.com/data/p19vrgc2/versions/CwEjk4Dk/fusion-1.2.7-fabric-mc1.20.1.jar" diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index 3dc2724..2c139e8 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,13 +1,13 @@ -name = "GeckoLib" -filename = "geckolib-fabric-1.20.1-4.7.3.jar" +name = "Geckolib" +filename = "geckolib-fabric-1.20.1-4.7.2.jar" side = "both" [download] -hash-format = "sha1" -hash = "a6ed381cf4ad5a2742ec45e96096e285ae9d2b54" -mode = "metadata:curseforge" +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/ezKSGafs/geckolib-fabric-1.20.1-4.7.2.jar" +hash-format = "sha512" +hash = "22e7e59f4c708f927f0e7c17e92491a25bb233ecfc6993b6f01d7f6c1a9fe0e88eb1f0a5f019a1bc1d60095a77b88be903e7e5b0132e214d43c5ba28087f00f7" [update] -[update.curseforge] -file-id = 6789483 -project-id = 388172 +[update.modrinth] +mod-id = "8BmcQJ2H" +version = "ezKSGafs" diff --git a/mods/genshin-instruments.pw.toml b/mods/genshin-instruments.pw.toml deleted file mode 100644 index a81c31b..0000000 --- a/mods/genshin-instruments.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/gravestones-fix.pw.toml b/mods/gravestones-fix.pw.toml deleted file mode 100644 index f82ac00..0000000 --- a/mods/gravestones-fix.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/handcrafted.pw.toml b/mods/handcrafted.pw.toml deleted file mode 100644 index 338aff7..0000000 --- a/mods/handcrafted.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/hex-casting.pw.toml b/mods/hex-casting.pw.toml deleted file mode 100644 index 01e4a68..0000000 --- a/mods/hex-casting.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/inline.pw.toml b/mods/inline.pw.toml deleted file mode 100644 index 435590e..0000000 --- a/mods/inline.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 8d01514..0000000 --- a/mods/interactive.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 index 27084d8..3c5de12 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -7,11 +7,6 @@ url = "https://cdn.modrinth.com/data/YL57xq9U/versions/s5eFLITc/iris-1.7.6%2Bmc1 hash-format = "sha512" hash = "f1337b0441c31269bd3bfcb28647d521326a83e73128c1ac8d065615f8a5a4ca1e8c96a468b356584236ece5b164ec8d8a52b1878064f4e391ecf4f32885e301" -[option] -optional = true -default = false -description = "Shaders" - [update] [update.modrinth] mod-id = "YL57xq9U" diff --git a/mods/lets-do-addon-compat.pw.toml b/mods/lets-do-addon-compat.pw.toml deleted file mode 100644 index b8d6d96..0000000 --- a/mods/lets-do-addon-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 0162c40..0000000 --- a/mods/lets-do-bakery.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 6195834..0000000 --- a/mods/lets-do-beachparty.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 3596248..0000000 --- a/mods/lets-do-brewery.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 7c41157..0000000 --- a/mods/lets-do-emi-compat.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 985d126..0000000 --- a/mods/lets-do-herbalbrews.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index d6b8cb1..0000000 --- a/mods/lets-do-nethervinery.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index fe884bc..0000000 --- a/mods/lets-do-vinery.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/lmft.pw.toml b/mods/lmft.pw.toml deleted file mode 100644 index 9b4b170..0000000 --- a/mods/lmft.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/measurements.pw.toml b/mods/measurements.pw.toml deleted file mode 100644 index 0186bea..0000000 --- a/mods/measurements.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/modern-dynamics.pw.toml b/mods/modern-dynamics.pw.toml deleted file mode 100644 index 8f2ecdd..0000000 --- a/mods/modern-dynamics.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/moonlight.pw.toml b/mods/moonlight.pw.toml deleted file mode 100644 index 50c14f8..0000000 --- a/mods/moonlight.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/nets.pw.toml b/mods/nets.pw.toml deleted file mode 100644 index 8a3704e..0000000 --- a/mods/nets.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/patchouli.pw.toml b/mods/patchouli.pw.toml deleted file mode 100644 index 9f422eb..0000000 --- a/mods/patchouli.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 615c0b4..0000000 --- a/mods/paucal.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 index fb57d41..41ed3b9 100644 --- a/mods/plasmo-voice.pw.toml +++ b/mods/plasmo-voice.pw.toml @@ -7,11 +7,6 @@ url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/RTD06Dql/plasmovoice-fabr hash-format = "sha512" hash = "813c5c3325edcb119f4d3ba6f9134e89ece9b6f6805ae2ade4e60a7e6154074fb91787de14fe06d7d555ee6a23cc8f9effbf074f3bf60e17345138769743bf55" -[option] -optional = true -default = false -description = "Voice Chat" - [update] [update.modrinth] mod-id = "1bZhdhsH" diff --git a/mods/plethora-peripherals.pw.toml b/mods/plethora-peripherals.pw.toml deleted file mode 100644 index fb9db7c..0000000 --- a/mods/plethora-peripherals.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index 79c3e9c..0000000 --- a/mods/plushie-buddies.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/pv-addon-groups.pw.toml b/mods/pv-addon-groups.pw.toml index 3757297..c89faf8 100644 --- a/mods/pv-addon-groups.pw.toml +++ b/mods/pv-addon-groups.pw.toml @@ -7,11 +7,6 @@ url = "https://cdn.modrinth.com/data/g2HFPeCl/versions/UrbDrJ9B/pv-addon-groups- hash-format = "sha512" hash = "a7d1d7b5f4a67753b094b0e6129a3114538fd1fe28517da1c0ee0cf172ebdad06480d809433ad63ce2de0e57d1e0a23f73afbffc35b797fbee24f596e7e6feb2" -[option] -optional = true -default = false -description = "Voice Chat Groups" - [update] [update.modrinth] mod-id = "g2HFPeCl" diff --git a/mods/recipetweaks.pw.toml b/mods/recipetweaks.pw.toml deleted file mode 100644 index e04a16b..0000000 --- a/mods/recipetweaks.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/toms-peripherals.pw.toml b/mods/toms-peripherals.pw.toml deleted file mode 100644 index ec04fea..0000000 --- a/mods/toms-peripherals.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/mods/tonekomod.pw.toml b/mods/tonekomod.pw.toml index 9a65b40..8af39cd 100644 --- a/mods/tonekomod.pw.toml +++ b/mods/tonekomod.pw.toml @@ -1,8 +1,13 @@ name = "toNekoMod" -filename = "./toneko-fabric-1.3.11.jar" +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" +url = "https://cdn.modrinth.com/data/QFxgeSVF/versions/HHf2CSVX/toneko-fabric-1.3.11.jar" hash-format = "sha512" -hash = "a681a4f001bb3ed78238de76c59d63c60c58773ccd7f74ccef0ddfc867b8e57ec165ded0dfd545951de5ca98d6b77d8ba70beb642fa7c5331b6b33267f3087ab" +hash = "59562213e5914edff2f8ee86a562628c20b9eb908988c7111b8385b18eaa873bf7fcf8512f885d4b7b78bfc3b6c564dea4dd82491b00102bc03060627199b90a" + +[update] +[update.modrinth] +mod-id = "QFxgeSVF" +version = "HHf2CSVX" diff --git a/mods/trackwork-refabricated.pw.toml b/mods/trackwork-refabricated.pw.toml deleted file mode 100644 index 97e7dc4..0000000 --- a/mods/trackwork-refabricated.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index fb6edab..0000000 --- a/mods/trade-cycling.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/universal-sawmill.pw.toml b/mods/universal-sawmill.pw.toml deleted file mode 100644 index a159405..0000000 --- a/mods/universal-sawmill.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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/vmod.pw.toml b/mods/vmod.pw.toml deleted file mode 100644 index 49507ec..0000000 --- a/mods/vmod.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -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 index d6ef69f..4329798 100644 --- a/mods/waygl.pw.toml +++ b/mods/waygl.pw.toml @@ -7,11 +7,6 @@ url = "https://cdn.modrinth.com/data/XTzhksrl/versions/3CHQaaxS/waygl-1.1.5%2B1. hash-format = "sha512" hash = "344fb3989a512de67c07ef55e304f50dfd3e2326f955f34e329e713c9a6197be2182c596daedbb266026658cfac5b4f5de1d4a02796ee072b8bc7be739d793d1" -[option] -optional = true -default = false -description = "Native Wayland Rendering" - [update] [update.modrinth] mod-id = "XTzhksrl" diff --git a/pack.toml b/pack.toml index 201a367..bf4ec4b 100644 --- a/pack.toml +++ b/pack.toml @@ -1,16 +1,13 @@ name = "Linuxcraft" author = "Astreaprtcl" -version = "v1.15.0" +version = "1.5.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ccf0429cd21b2748ea2dc6c7f4c18aaa9fe960a24655e0556f7c0fae9d21ebee" +hash = "6e1af9e22c8be716326303613ce15ea3e6a32678f3b46a1e8511d11a2564de0c" [versions] fabric = "0.16.14" minecraft = "1.20.1" - -[options] -acceptable-game-versions = ["1.20.2"]