From 3f572e9b2dd6608026349ea01c7ba4d1630aa301 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 23 Jun 2025 12:12:17 -0400 Subject: [PATCH] init --- config/paucal-common.json5 | 8 + config/quilt-loader-overrides.json | 13 + index.toml | 490 ++++++++++++++++++ mods/amplified-nether-height.pw.toml | 36 ++ mods/antique-atlas-4.pw.toml | 16 + mods/appleskin.pw.toml | 16 + mods/architectury-api.pw.toml | 16 + mods/bellsandwhistles.pw.toml | 16 + mods/botania.pw.toml | 16 + mods/cardinal-components-api.pw.toml | 16 + mods/cc-restitched.pw.toml | 16 + mods/chunk-loaders.pw.toml | 16 + mods/cloth-config.pw.toml | 16 + mods/continuity.pw.toml | 16 + mods/copycats.pw.toml | 16 + mods/create-fabric.pw.toml | 16 + mods/create-steam-n-rails.pw.toml | 16 + mods/createaddition.pw.toml | 16 + mods/ears.pw.toml | 16 + mods/ebe.pw.toml | 16 + mods/emi-create-schematics.pw.toml | 16 + mods/emi-loot.pw.toml | 16 + mods/emi.pw.toml | 16 + mods/emienchants.pw.toml | 16 + mods/ephemera.pw.toml | 16 + mods/fabrication.pw.toml | 13 + mods/ferrite-core.pw.toml | 16 + mods/geckolib.pw.toml | 16 + mods/hex-casting.pw.toml | 16 + mods/hex-research.pw.toml | 13 + mods/hexal.pw.toml | 16 + mods/hexcassettes.pw.toml | 16 + mods/hexcellular.pw.toml | 16 + mods/hexgloop.pw.toml | 16 + mods/hexical.pw.toml | 16 + mods/hexlink.pw.toml | 16 + mods/hextended-staves.pw.toml | 16 + mods/indium.pw.toml | 16 + mods/item-scroller.pw.toml | 16 + mods/jade-addons-fabric.pw.toml | 16 + mods/jade.pw.toml | 16 + mods/jei.pw.toml | 16 + mods/krypton.pw.toml | 16 + mods/lambdynamiclights.pw.toml | 16 + mods/lithium.pw.toml | 16 + mods/malilib.pw.toml | 16 + mods/mediaworks.pw.toml | 16 + mods/memoryleakfix.pw.toml | 32 ++ mods/midnightlib.pw.toml | 16 + mods/modernfix.pw.toml | 16 + mods/modmenu.pw.toml | 16 + mods/moreiotas.pw.toml | 16 + mods/music-moods.pw.toml | 16 + mods/music-notification.pw.toml | 16 + mods/oneironaut.pw.toml | 16 + mods/origins-minus.pw.toml | 16 + mods/origins.pw.toml | 16 + mods/patchouli.pw.toml | 16 + mods/paucal.pw.toml | 16 + mods/pettable.pw.toml | 16 + mods/portable-crafting.pw.toml | 16 + mods/presence-footsteps.pw.toml | 16 + mods/qdresloader.pw.toml | 13 + mods/qkl.pw.toml | 16 + mods/qsl.pw.toml | 16 + mods/reeses-sodium-options.pw.toml | 13 + mods/repurposed-structures-fabric.pw.toml | 16 + mods/simple-durability-tooltip.pw.toml | 48 ++ mods/sodium-extra.pw.toml | 16 + mods/sodium.pw.toml | 16 + mods/sound-physics-remastered.pw.toml | 16 + mods/splashfox.pw.toml | 16 + mods/starlight.pw.toml | 16 + mods/supermartijn642s-config-lib.pw.toml | 16 + mods/supermartijn642s-core-lib.pw.toml | 16 + mods/tinkerers-smithing.pw.toml | 16 + mods/trinkets.pw.toml | 16 + mods/wnboi.pw.toml | 16 + mods/yacl.pw.toml | 16 + mods/yttr.pw.toml | 16 + mods/yungs-api.pw.toml | 16 + mods/yungs-better-desert-temples.pw.toml | 16 + mods/yungs-better-dungeons.pw.toml | 16 + mods/yungs-better-end-island.pw.toml | 16 + mods/yungs-better-jungle-temples.pw.toml | 16 + mods/yungs-better-mineshafts.pw.toml | 16 + mods/yungs-better-nether-fortresses.pw.toml | 16 + mods/yungs-better-ocean-monuments.pw.toml | 16 + mods/yungs-better-strongholds.pw.toml | 16 + mods/yungs-better-witch-huts.pw.toml | 16 + mods/yungs-bridges.pw.toml | 16 + mods/yungs-extras.pw.toml | 16 + mods/zoomify.pw.toml | 16 + pack.toml | 17 + ...tures-better-desert-temples-compat.pw.toml | 13 + ...-structures-better-dungeons-compat.pw.toml | 13 + ...d-structures-better-jungle-temples.pw.toml | 13 + ...ures-better-nether-fortress-compat.pw.toml | 13 + ...ures-better-ocean-monuments-compat.pw.toml | 13 + ...ructures-better-strongholds-compat.pw.toml | 13 + ...tructures-better-witch-huts-compat.pw.toml | 13 + unsup.ini | 7 + 102 files changed, 2122 insertions(+) create mode 100644 config/paucal-common.json5 create mode 100644 config/quilt-loader-overrides.json create mode 100644 index.toml create mode 100644 mods/amplified-nether-height.pw.toml create mode 100644 mods/antique-atlas-4.pw.toml create mode 100644 mods/appleskin.pw.toml create mode 100644 mods/architectury-api.pw.toml create mode 100644 mods/bellsandwhistles.pw.toml create mode 100644 mods/botania.pw.toml create mode 100644 mods/cardinal-components-api.pw.toml create mode 100644 mods/cc-restitched.pw.toml create mode 100644 mods/chunk-loaders.pw.toml create mode 100644 mods/cloth-config.pw.toml create mode 100644 mods/continuity.pw.toml create mode 100644 mods/copycats.pw.toml create mode 100644 mods/create-fabric.pw.toml create mode 100644 mods/create-steam-n-rails.pw.toml create mode 100644 mods/createaddition.pw.toml create mode 100644 mods/ears.pw.toml create mode 100644 mods/ebe.pw.toml create mode 100644 mods/emi-create-schematics.pw.toml create mode 100644 mods/emi-loot.pw.toml create mode 100644 mods/emi.pw.toml create mode 100644 mods/emienchants.pw.toml create mode 100644 mods/ephemera.pw.toml create mode 100644 mods/fabrication.pw.toml create mode 100644 mods/ferrite-core.pw.toml create mode 100644 mods/geckolib.pw.toml create mode 100644 mods/hex-casting.pw.toml create mode 100644 mods/hex-research.pw.toml create mode 100644 mods/hexal.pw.toml create mode 100644 mods/hexcassettes.pw.toml create mode 100644 mods/hexcellular.pw.toml create mode 100644 mods/hexgloop.pw.toml create mode 100644 mods/hexical.pw.toml create mode 100644 mods/hexlink.pw.toml create mode 100644 mods/hextended-staves.pw.toml create mode 100644 mods/indium.pw.toml create mode 100644 mods/item-scroller.pw.toml create mode 100644 mods/jade-addons-fabric.pw.toml create mode 100644 mods/jade.pw.toml create mode 100644 mods/jei.pw.toml create mode 100644 mods/krypton.pw.toml create mode 100644 mods/lambdynamiclights.pw.toml create mode 100644 mods/lithium.pw.toml create mode 100644 mods/malilib.pw.toml create mode 100644 mods/mediaworks.pw.toml create mode 100644 mods/memoryleakfix.pw.toml create mode 100644 mods/midnightlib.pw.toml create mode 100644 mods/modernfix.pw.toml create mode 100644 mods/modmenu.pw.toml create mode 100644 mods/moreiotas.pw.toml create mode 100644 mods/music-moods.pw.toml create mode 100644 mods/music-notification.pw.toml create mode 100644 mods/oneironaut.pw.toml create mode 100644 mods/origins-minus.pw.toml create mode 100644 mods/origins.pw.toml create mode 100644 mods/patchouli.pw.toml create mode 100644 mods/paucal.pw.toml create mode 100644 mods/pettable.pw.toml create mode 100644 mods/portable-crafting.pw.toml create mode 100644 mods/presence-footsteps.pw.toml create mode 100644 mods/qdresloader.pw.toml create mode 100644 mods/qkl.pw.toml create mode 100644 mods/qsl.pw.toml create mode 100644 mods/reeses-sodium-options.pw.toml create mode 100644 mods/repurposed-structures-fabric.pw.toml create mode 100644 mods/simple-durability-tooltip.pw.toml create mode 100644 mods/sodium-extra.pw.toml create mode 100644 mods/sodium.pw.toml create mode 100644 mods/sound-physics-remastered.pw.toml create mode 100644 mods/splashfox.pw.toml create mode 100644 mods/starlight.pw.toml create mode 100644 mods/supermartijn642s-config-lib.pw.toml create mode 100644 mods/supermartijn642s-core-lib.pw.toml create mode 100644 mods/tinkerers-smithing.pw.toml create mode 100644 mods/trinkets.pw.toml create mode 100644 mods/wnboi.pw.toml create mode 100644 mods/yacl.pw.toml create mode 100644 mods/yttr.pw.toml create mode 100644 mods/yungs-api.pw.toml create mode 100644 mods/yungs-better-desert-temples.pw.toml create mode 100644 mods/yungs-better-dungeons.pw.toml create mode 100644 mods/yungs-better-end-island.pw.toml create mode 100644 mods/yungs-better-jungle-temples.pw.toml create mode 100644 mods/yungs-better-mineshafts.pw.toml create mode 100644 mods/yungs-better-nether-fortresses.pw.toml create mode 100644 mods/yungs-better-ocean-monuments.pw.toml create mode 100644 mods/yungs-better-strongholds.pw.toml create mode 100644 mods/yungs-better-witch-huts.pw.toml create mode 100644 mods/yungs-bridges.pw.toml create mode 100644 mods/yungs-extras.pw.toml create mode 100644 mods/zoomify.pw.toml create mode 100644 pack.toml create mode 100644 resources/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml create mode 100644 resources/datapacks/repurposed-structures-better-dungeons-compat.pw.toml create mode 100644 resources/datapacks/repurposed-structures-better-jungle-temples.pw.toml create mode 100644 resources/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml create mode 100644 resources/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml create mode 100644 resources/datapacks/repurposed-structures-better-strongholds-compat.pw.toml create mode 100644 resources/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml create mode 100644 unsup.ini diff --git a/config/paucal-common.json5 b/config/paucal-common.json5 new file mode 100644 index 0000000..e5377af --- /dev/null +++ b/config/paucal-common.json5 @@ -0,0 +1,8 @@ +{ + // Whether to allow patting players with a shift-right-click. + "allowPats": false, + /* Whether to load contributor info from the internet. + If false, no one will appear as a contributor. + */ + "loadContributors": true +} diff --git a/config/quilt-loader-overrides.json b/config/quilt-loader-overrides.json new file mode 100644 index 0000000..8c75b92 --- /dev/null +++ b/config/quilt-loader-overrides.json @@ -0,0 +1,13 @@ +{ + "schema_version": 1, + "overrides": [ + { + "path": "/Steam_Rails-1.6.4+fabric-mc1.19.2.jar", + "depends": [ + { + "remove": "create" + } + ] + } + ] +} diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..e4cedf4 --- /dev/null +++ b/index.toml @@ -0,0 +1,490 @@ +hash-format = "sha256" + +[[files]] +file = "mods/amplified-nether-height.pw.toml" +hash = "a5028813aba92cbc7374ae94608a3864ecb66d20e3b1f79822693c27a2810a26" +metafile = true + +[[files]] +file = "mods/antique-atlas-4.pw.toml" +hash = "49c9158ffb67c7920ce9371e61ba12a554cca46450b51c07b68c88e6e6db19dd" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "3e2dd262398ba69dedd3762b04a9af4642b94e668e477328b289d21904c942f7" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "3320e412b8f154fe30ad9f7ffa0d38ee3ffbb3d97af39c8d5d97bd27218bcbd0" +metafile = true + +[[files]] +file = "mods/bellsandwhistles.pw.toml" +hash = "b2f0dc45121790c6cddf8ca3d0cd743724c52d54346b3d4f3b8a6324b2f00498" +metafile = true + +[[files]] +file = "mods/botania.pw.toml" +hash = "87492959193915f75279dfc97b925a4fe84f6b60727462bf46da381ab962254e" +metafile = true + +[[files]] +file = "mods/cardinal-components-api.pw.toml" +hash = "6c4a39c1915d887b51e3d1800b8f6d3012814a9bc65f75d51c2252faa520922c" +metafile = true + +[[files]] +file = "mods/cc-restitched.pw.toml" +hash = "bd83a3c9267a00a427b64774492d07fdb46d796d5ac0a80ce8ae5b1fbb80707c" +metafile = true + +[[files]] +file = "mods/chunk-loaders.pw.toml" +hash = "131620409ac8af5b255598380ea70270b0702450cdf71837eeef421b29648b66" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "99d2e910b0aad30375c9e6947326d16ed355b0d8f5f582bff13f627734d0fd79" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "2b1c1a34587055d22cd639c645f644b0c179bb6521349998aaa9a133e843377f" +metafile = true + +[[files]] +file = "mods/copycats.pw.toml" +hash = "aad1c49547892f72c2ab671085abc98768f41318d4287da39cef961deb83c0ee" +metafile = true + +[[files]] +file = "mods/create-fabric.pw.toml" +hash = "2c738ac5a4e52d32c1b01481608ef9deae62aac6870fe7b15b89d2388e2f28f0" +metafile = true + +[[files]] +file = "mods/create-steam-n-rails.pw.toml" +hash = "e48499cfe14e42ec6d471eea30d816016989c1dd3de66cd1bc8b1bb9bc992571" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "eca282beb4babe18267220a87a6cf75ec8026cbc64f44182901113985b815140" +metafile = true + +[[files]] +file = "mods/ears.pw.toml" +hash = "4b43c4c1463c47ab6596ca37178c19fc87e2aaacc860ae493979e72b23e5d835" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "e71dedc26303ff7286e2ee6fd88a2c832da841f488bf044ed0c336776522a30c" +metafile = true + +[[files]] +file = "mods/emi-create-schematics.pw.toml" +hash = "355d8ac8ccf05f3635aa879d52ea9b6c4c51121f8b73177195895f39b69fa30b" +metafile = true + +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "b7acd27a24445a38c355e86615d50790f72a769cb9b47c4792c546bab2263e60" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "b78d300c79d9b7ee2c66297a0b6006a65578aa475d66039db83db3889337a1e4" +metafile = true + +[[files]] +file = "mods/emienchants.pw.toml" +hash = "f16a9740f07917437dede22f8f7157d4315b7c3ab5d1560a091aa8680e3b57a4" +metafile = true + +[[files]] +file = "mods/ephemera.pw.toml" +hash = "64afbbf3a998d20976fc95f02efa206dad6180a75d21775b250d8738ed6ee6ea" +metafile = true + +[[files]] +file = "mods/fabrication.pw.toml" +hash = "5952ada1248d7c98a588152a513fda3bf6daf3ca29d3efafd02c891f1a1579d3" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "95be28f61d7c6cc06466d501504bc9a726cd83a44f9d889eed5a3f0f56d946a2" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "94ca79991b83bf3ce29d8a83f9bcc6eaaa9ea5fc6f71535f94512f03155d26a2" +metafile = true + +[[files]] +file = "mods/hex-casting.pw.toml" +hash = "458ea907b58653f95c5dc0d2c0377977118f2a06ea66d26b73b21f3c14dca0d3" +metafile = true + +[[files]] +file = "mods/hex-research.pw.toml" +hash = "17cbb8eef305e969aefdaffa6578136db0bb3c7b743604c57fe376a3dd21837a" +metafile = true + +[[files]] +file = "mods/hexal.pw.toml" +hash = "96ea7162b27033cbd39743cab16165058072c338d7b23607c79780a3186772c5" +metafile = true + +[[files]] +file = "mods/hexcassettes.pw.toml" +hash = "c1da3ee96d90a6b19466001a318b819d34baccba496b1b8c1f3e1215927a6f70" +metafile = true + +[[files]] +file = "mods/hexcellular.pw.toml" +hash = "8d61cdf5f845dd2bb0efd039185f36416cecbf1ac89bc9b13d20be06b9f4d3da" +metafile = true + +[[files]] +file = "mods/hexgloop.pw.toml" +hash = "c648470056ebdc137b6e6590f76fc7ba57fcad387726d20241a7e9051736a24f" +metafile = true + +[[files]] +file = "mods/hexical.pw.toml" +hash = "bcdaba5ebf5d8ea8ba6818f8c301e318bed152f442777b52cc7bc7127b1bf1ab" +metafile = true + +[[files]] +file = "mods/hexlink.pw.toml" +hash = "f2cd13b4ea8cd148cdbe42595e63d68c54991516cfeb518e2a77f799ba37909d" +metafile = true + +[[files]] +file = "mods/hextended-staves.pw.toml" +hash = "64ea78b2b9afbed5530aa28816e46e806fa7636453b77f78518c15c7f43c9c21" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "6fd14ab6699b46e13a4d640cb6ce1446f86ab454d5ab19c2520c62797e82323f" +metafile = true + +[[files]] +file = "mods/item-scroller.pw.toml" +hash = "cc6b49b54c2cc365a0fa65148b6e1752ec1b63d53078aad333e502208269b49f" +metafile = true + +[[files]] +file = "mods/jade-addons-fabric.pw.toml" +hash = "fa872d833264e0e606b3a2982b6feb14d9e3bbd7dd92ebbc281fbd6bf01daf32" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "9728595f63dc7ba552e4a596c13e8487835b180199d0587e1f7c96c8a3c2437e" +metafile = true + +[[files]] +file = "mods/jei.pw.toml" +hash = "a62e20495943e23c84209d0614094cc855b1badd93c91e902e959ecfeaa242d6" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "e5608c5426a07e7acf9987ec8e9c4053230731e0a358422a0187f7720a526a0c" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "562a01a78d5b491308a6bde744d2269ced0f84f0c3a1e54fa64e7143587d47c9" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "9895b243a299145248a1b65be4ada7d41ee3b0c7dfbc1b3c35ff0360f9eb2a7e" +metafile = true + +[[files]] +file = "mods/malilib.pw.toml" +hash = "9eec59e1eff46c7dd26c6324a2ce7840d23e21d8bc61d0b99de58dee482893ee" +metafile = true + +[[files]] +file = "mods/mediaworks.pw.toml" +hash = "6299193af9527f5ee9cd120c84eb18456197fc9c2bf85b14f3070278428d3b53" +metafile = true + +[[files]] +file = "mods/memoryleakfix.pw.toml" +hash = "522a01918e2d824546f35556323927967c8bc70200647766b2de5e18693aef90" +metafile = true + +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "01c7887c4f1ebe8262bdd31d09d4bb5999d9c0077f3f0acd770b8d861bad5de9" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "e2bfa49bbc6ebd0b817dc9bc452ee1186402d95fdf2f8c99e04bd4be6e7576c7" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "fcb1641d459d9a51965817a2e25c972b251a940c6b1f012c42d1ba15f8e30b27" +metafile = true + +[[files]] +file = "mods/moreiotas.pw.toml" +hash = "220bae711421e38af6c7210aee21e01eff18a801418ed4e3ee075e094b782aba" +metafile = true + +[[files]] +file = "mods/music-moods.pw.toml" +hash = "3edb1d9a266dd636a214b349de05246dde5695755783b783cacb4ea7c3c0e417" +metafile = true + +[[files]] +file = "mods/music-notification.pw.toml" +hash = "7a09215658e56ca55005eeceb260326b7a3ae8015e8c7a9aae1a5d10377555d5" +metafile = true + +[[files]] +file = "mods/oneironaut.pw.toml" +hash = "4d2107d6de6ee11fb8d5442c622a8695183b14f581b2f0a15db10b9e9f4c866f" +metafile = true + +[[files]] +file = "mods/origins-minus.pw.toml" +hash = "95651192cf2f190f8c81b2cbc7e217a5201f3f83f6594f52fa038d6af5d5db40" +metafile = true + +[[files]] +file = "mods/origins.pw.toml" +hash = "a0dca0c6e1e581a807abbd0aeb14a0bf1c0e89d6874da1b99e44b76d186a42c6" +metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "abd478d176758fa17e8fc5195a6cab4673d019a5107d8fd72e7a17639dba899a" +metafile = true + +[[files]] +file = "mods/paucal.pw.toml" +hash = "ab81aff29ab618449e625137038ce2d4d78b6e0fc19d3f7f11144b002f293b4f" +metafile = true + +[[files]] +file = "mods/pettable.pw.toml" +hash = "f5ba18e76c4c66481061bcf2a3896c07abb555a18f42451db248bf76d3e039f1" +metafile = true + +[[files]] +file = "mods/portable-crafting.pw.toml" +hash = "5e34abca9eede52b00241e8a8428c0a24d88b6be81431a26caa676a54efd3872" +metafile = true + +[[files]] +file = "mods/presence-footsteps.pw.toml" +hash = "bff8f6952726ccc42025623b3ca5f62cb8dd6b1c8655b85a273c138f87f40f82" +metafile = true + +[[files]] +file = "mods/qdresloader.pw.toml" +hash = "2a25f8a06a6775b736f85817de3e6fc03abc4b34bc8acf26036569499a903dec" +metafile = true + +[[files]] +file = "mods/qkl.pw.toml" +hash = "2f4f7a5c593a25a5ebce29224a731b0ada6825e4ef5609ba6f53d2372db1e4a2" +metafile = true + +[[files]] +file = "mods/qsl.pw.toml" +hash = "cfe6442fcc2670033dd2cd3518d944173d85650eb96db3923aa5227a453bbf13" +metafile = true + +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "809db5839ba485624d5ad0a525bf6acb9f08f5c9014ba2bcfbe51ba157d9acaa" +metafile = true + +[[files]] +file = "mods/repurposed-structures-fabric.pw.toml" +hash = "b46afd073c5519529edd16d1d556e2b46ff1bd8a4c40dc33c4ba5ae06c70a951" +metafile = true + +[[files]] +file = "mods/simple-durability-tooltip.pw.toml" +hash = "aea3b1e54cf76e254c2f82e55783234617f4aeb8e0be55a2e92dcb16833dccca" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "8e0f3e90729c4127aceb6ef2246629501c6c9d7be83f6678c8932aa3f1f89903" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "e8c8b4880c9e390fd75f8018954231c66c87353704732b89af0b218b92579b08" +metafile = true + +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "e4f142d0a928a280e4965e3eac9c301504ea1926de11657ce9adc257ca06bf6b" +metafile = true + +[[files]] +file = "mods/splashfox.pw.toml" +hash = "6ce49675fac097f250b5b436da197d63462c9ab4f59c8d75aa1e7d32ce80da9f" +metafile = true + +[[files]] +file = "mods/starlight.pw.toml" +hash = "95adbf4ddd62d0816fd706f9e082a3dd12a604380ebe371d61c593e91ebc4f8e" +metafile = true + +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "1f1eec6016d11bda1d9ae58a1e4722662b533161c3dcb328aed21cd2e8f0a0f5" +metafile = true + +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "926b93fdfb4e8096a104e491ed4ce30376f4058a4d4839ceb342b6a1299d87d7" +metafile = true + +[[files]] +file = "mods/tinkerers-smithing.pw.toml" +hash = "d48ff429bbf0b09e6d996a8038f9842a7b192f165180744cc63a873d053e3607" +metafile = true + +[[files]] +file = "mods/trinkets.pw.toml" +hash = "1b18ed65647eebe0e586c163a08082861ec51f08b744d6b87c514ce523bafc03" +metafile = true + +[[files]] +file = "mods/wnboi.pw.toml" +hash = "43ec35283ea2a09eea9d8929ea71026abb18aeb19cbbdc88577e107e6c3398af" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "af2bbd73ba19a302e74f68526dcc32480bfce236645a83acb9a3ae30b8498bd7" +metafile = true + +[[files]] +file = "mods/yttr.pw.toml" +hash = "8a658e2db2a2192b76dd739305c0ad336c8a20502012829caea69c69be96339c" +metafile = true + +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "e91d03ba016250d8b828aafa3bc1667b6594e218fb210ccd6e99d7942af5f230" +metafile = true + +[[files]] +file = "mods/yungs-better-desert-temples.pw.toml" +hash = "4e9c5e2695bda7e93b9a385b210faebae565cdefe678bca5a2fa65bd1f7894bc" +metafile = true + +[[files]] +file = "mods/yungs-better-dungeons.pw.toml" +hash = "647b869d42bcb0f385e15b06ed214fd9a280b4be493710e1d5eb40f389ffa560" +metafile = true + +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "4bb77977f143c9387388d50aefde3d20a61fd6d1026ad24220d151e6a7613462" +metafile = true + +[[files]] +file = "mods/yungs-better-jungle-temples.pw.toml" +hash = "27de997265c8d327116ef7ca03cfc870cfefb1d3d5c73d9ae81b0d49b23b43c3" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts.pw.toml" +hash = "e0bbb2292365de4b11f252aa4b5d06fa0da66890b7ea87dfc2d8275d2e7be9a4" +metafile = true + +[[files]] +file = "mods/yungs-better-nether-fortresses.pw.toml" +hash = "e7c395d34b31c149431a36a2d49e36311f23d3e40bbd6b4aa7df1fb05065b801" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments.pw.toml" +hash = "0af3bc46be1dbecc3a7ab05bdc1ea72e6ce9b8506266c4385b0f9f5b66f7c984" +metafile = true + +[[files]] +file = "mods/yungs-better-strongholds.pw.toml" +hash = "5cb704fb7ad9ff50812b6fbfd3abd4568c6daf4f85653e6a15041d87578d350e" +metafile = true + +[[files]] +file = "mods/yungs-better-witch-huts.pw.toml" +hash = "cfdbb43ed393957e3f8a3eb25ddd4a27a2514e5a2a7472ba68fe1ff8f322423f" +metafile = true + +[[files]] +file = "mods/yungs-bridges.pw.toml" +hash = "5f14ecda7ce74d3a03b2fc3ad8a2f0870fbf0dc9bf51fa1e0b4e7d9fab64e973" +metafile = true + +[[files]] +file = "mods/yungs-extras.pw.toml" +hash = "d68d10b27829f7bbd12e0c7c21979fd754add51b566d1c282cd4b6468a16d933" +metafile = true + +[[files]] +file = "mods/zoomify.pw.toml" +hash = "1228c4b5b861932e9fc625772a593b9c5581f2d058f6ddeddf49fe8a2f7c0c15" +metafile = true + +[[files]] +file = "resources/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml" +hash = "a2e0c8229e9363e56bd8c354590722b7f91e9ced35909db493a847c55442a17b" +metafile = true + +[[files]] +file = "resources/datapacks/repurposed-structures-better-dungeons-compat.pw.toml" +hash = "af5bdf94de280c55274c64977c195a6c3254a2f875cb7e5f0be38bebb2b62aa0" +metafile = true + +[[files]] +file = "resources/datapacks/repurposed-structures-better-jungle-temples.pw.toml" +hash = "6f9e498b570a1e12ee372dab3e183918a7e9f5273ae93429214aa2d153bd673a" +metafile = true + +[[files]] +file = "resources/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml" +hash = "fd1a9463742bc4549db784604520ecc731f89d8a6785504c8b25333506449a1d" +metafile = true + +[[files]] +file = "resources/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml" +hash = "85e7ba37e25fe63943454b90fb496f5fdcff7ca63d05210de159e16d973ba2b3" +metafile = true + +[[files]] +file = "resources/datapacks/repurposed-structures-better-strongholds-compat.pw.toml" +hash = "9edf61d943e4cd7997f2efabae8f5d5f2d03362caaa3af142f177b38f5e3d550" +metafile = true + +[[files]] +file = "resources/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml" +hash = "a6bfa947be1995022a2b849852e59e5821baedcd7095f64523efcd13c71d91aa" +metafile = true + +[[files]] +file = "unsup.ini" +hash = "637158f6b83742a94d02dc45efcbafeff18188b435cdcf3774e9af68f7830df6" diff --git a/mods/amplified-nether-height.pw.toml b/mods/amplified-nether-height.pw.toml new file mode 100644 index 0000000..763ff57 --- /dev/null +++ b/mods/amplified-nether-height.pw.toml @@ -0,0 +1,36 @@ +filename = 'amplified-nether-height-1.2+datapack.jar' +name = 'Amplified Nether Height' +side = 'both' +x-prismlauncher-loaders = [ 'neoforge', 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ + '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 = 'b0743c0b7672cdefddf041621d9f3c021372c822e300625dc0dee5f5bf432d50dc42754707302aaacec4ade7c106c93b09c51ce6db90a4a4a6fd66569959d233' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8YzB9eVH/versions/wUxxQFCc/amplified-nether-height-1.2%2Bdatapack.jar' + +[update.modrinth] +mod-id = '8YzB9eVH' +version = 'wUxxQFCc' \ No newline at end of file diff --git a/mods/antique-atlas-4.pw.toml b/mods/antique-atlas-4.pw.toml new file mode 100644 index 0000000..6924422 --- /dev/null +++ b/mods/antique-atlas-4.pw.toml @@ -0,0 +1,16 @@ +filename = 'antique-atlas-1.4.3+1.19.jar' +name = 'Antique Atlas 4' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '40052b9905dfa5681d1545b10fa70e064e18db2b25a167717012b2fc9fbcbb25e1d5d68e0bf7c6eca360f0a356f9c938569fc4e9743e2bc1caaf8940e6c05ff8' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Y5Ve4Ui4/versions/SzzAe6KM/antique-atlas-1.4.3%2B1.19.jar' + +[update.modrinth] +mod-id = 'Y5Ve4Ui4' +version = 'SzzAe6KM' \ No newline at end of file diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..a69bdd3 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,16 @@ +filename = 'appleskin-fabric-mc1.19.2-2.5.1.jar' +name = 'AppleSkin' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a79afba33081be2ac8bf5d0e7e59b321240ccd4d67a84b1a18db9f10d8cdeae2fcf52e1c4898a904e0cc327dbbb8fae832ade3e6704dc3f9c2e50e1f18ab39c9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/EsAfCjCV/versions/tpQpTIMn/appleskin-fabric-mc1.19.2-2.5.1.jar' + +[update.modrinth] +mod-id = 'EsAfCjCV' +version = 'tpQpTIMn' \ No newline at end of file diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..cf10b76 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'architectury-6.6.92-fabric.jar' +name = 'Architectury API' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '85ccfe14d05adf1cbe2575283f55c4cff50cfccbee4745177a487770204e7e4a3ad371947a80370c7fbd61e42ba331a15015383e773ece9f34bc5570bcad81e2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lhGA9TYQ/versions/cde9Su0w/architectury-6.6.92-fabric.jar' + +[update.modrinth] +mod-id = 'lhGA9TYQ' +version = 'cde9Su0w' \ No newline at end of file diff --git a/mods/bellsandwhistles.pw.toml b/mods/bellsandwhistles.pw.toml new file mode 100644 index 0000000..43ba067 --- /dev/null +++ b/mods/bellsandwhistles.pw.toml @@ -0,0 +1,16 @@ +filename = 'bellsandwhistles-0.4.4+1.19.2-12.jar' +name = 'Create: Bells & Whistles' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8766cdc896fb4774d88a823e1a5d900b9e3fc211770071567f5fc4df318def2acebaec79132c730a2d16bff0898391c141dcb6068eebf1bec442762563cab983' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/gJ5afkVv/versions/aP2tFPwc/bellsandwhistles-0.4.4%2B1.19.2-12.jar' + +[update.modrinth] +mod-id = 'gJ5afkVv' +version = 'aP2tFPwc' \ No newline at end of file diff --git a/mods/botania.pw.toml b/mods/botania.pw.toml new file mode 100644 index 0000000..ff28531 --- /dev/null +++ b/mods/botania.pw.toml @@ -0,0 +1,16 @@ +filename = 'Botania-1.19.2-440.2-FABRIC.jar' +name = 'Botania' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '7aeed03bd09e29db8f43d458a130739d0e3903cd422b9682fa1cba6b0d9f72cc771a3b9418b132fad4b9eb592aeb4a8b4c0da23dc2dc955dcc0ff3958d03949e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/pfjLUfGv/versions/rY2B5H93/Botania-1.19.2-440.2-FABRIC.jar' + +[update.modrinth] +mod-id = 'pfjLUfGv' +version = 'rY2B5H93' \ No newline at end of file diff --git a/mods/cardinal-components-api.pw.toml b/mods/cardinal-components-api.pw.toml new file mode 100644 index 0000000..da79259 --- /dev/null +++ b/mods/cardinal-components-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'cardinal-components-api-5.0.2.jar' +name = 'Cardinal Components API' +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '812059d9cedda727f8835aad8bb8e336e82bbf0263f74d365b8254c90912fce80b50a0c3a2b85513b71a9391ea35e9ecc00cf2e9b592f187f4b36e56c7496afd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/K01OU20C/versions/tPfCTMiZ/cardinal-components-api-5.0.2.jar' + +[update.modrinth] +mod-id = 'K01OU20C' +version = 'tPfCTMiZ' \ No newline at end of file diff --git a/mods/cc-restitched.pw.toml b/mods/cc-restitched.pw.toml new file mode 100644 index 0000000..ce35969 --- /dev/null +++ b/mods/cc-restitched.pw.toml @@ -0,0 +1,16 @@ +filename = 'cc-restitched-1.101.2.jar' +name = 'CC: Restitched' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c1c3b80489ce7341135c06dadf9a9f344ad4ef5165699aa56364e7cb4d585b0b02a3407a3bb7f3884b0cd33655362e04c247c2c0b7dbfc9faa69d3564ce3f30a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/eldBwa5V/versions/1.101.2%2B1.19.1/cc-restitched-1.101.2.jar' + +[update.modrinth] +mod-id = 'eldBwa5V' +version = '3S6HU7nl' \ No newline at end of file diff --git a/mods/chunk-loaders.pw.toml b/mods/chunk-loaders.pw.toml new file mode 100644 index 0000000..67cc250 --- /dev/null +++ b/mods/chunk-loaders.pw.toml @@ -0,0 +1,16 @@ +filename = 'chunkloaders-1.2.8a-fabric-mc1.19.2.jar' +name = 'Chunk Loaders' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '16a237e09ce8ee1fcac2f9c4e8b0cee0af098ef65d3f1cae6ba2108b6677d13f3a7d766084a256e74d8f71a3d6a76b585ff0987772d0b075fb1abd52be9f1a7b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/t1VgucWo/versions/Npx0lXO9/chunkloaders-1.2.8a-fabric-mc1.19.2.jar' + +[update.modrinth] +mod-id = 't1VgucWo' +version = 'Npx0lXO9' \ No newline at end of file diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..20ec2e9 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,16 @@ +filename = 'cloth-config-8.2.88-fabric.jar' +name = 'Cloth Config API' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6a135c608dadaf5dcc07601cbca456170025e39b8adec43915e08fc140ab5b3f0fb19e3123994e30cec88770a444265a1251289422cda2944c9a17007e58065c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/9s6osm5g/versions/EXrxCjl6/cloth-config-8.2.88-fabric.jar' + +[update.modrinth] +mod-id = '9s6osm5g' +version = 'EXrxCjl6' \ No newline at end of file diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml new file mode 100644 index 0000000..503989b --- /dev/null +++ b/mods/continuity.pw.toml @@ -0,0 +1,16 @@ +filename = 'continuity-2.0.2+1.19.jar' +name = 'Continuity' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '99693423eed317d82298735b71b2f43d94ccc3dcdfcce39c4b629c3691053eca1322e1fa9bcca0135195dcaefbc946b4cee2d4caec1bbf3745527bad38592c01' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1IjD5062/versions/Ql3Ho9eR/continuity-2.0.2%2B1.19.jar' + +[update.modrinth] +mod-id = '1IjD5062' +version = 'Ql3Ho9eR' \ No newline at end of file diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml new file mode 100644 index 0000000..93ef715 --- /dev/null +++ b/mods/copycats.pw.toml @@ -0,0 +1,16 @@ +filename = 'copycats-2.2.2+mc.1.19.2-fabric.jar' +name = 'Create: Copycats+' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '86812686675ef9844b53e88bed882642c11c9c81abf2bc2f90d75cb2082c3fec88c8b10affbea775989a837cd25e03dfc3985c854f6666198f1555e7c72d7172' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/UT2M39wf/versions/2i0xjpG2/copycats-2.2.2%2Bmc.1.19.2-fabric.jar' + +[update.modrinth] +mod-id = 'UT2M39wf' +version = '2i0xjpG2' \ No newline at end of file diff --git a/mods/create-fabric.pw.toml b/mods/create-fabric.pw.toml new file mode 100644 index 0000000..cb5cdeb --- /dev/null +++ b/mods/create-fabric.pw.toml @@ -0,0 +1,16 @@ +filename = 'create-fabric-0.5.1-i-build.1630+mc1.19.2.jar' +name = 'Create Fabric' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'a56d9a9f0028baaab81f4139f9c56cf82c7951deee94e3945ec7aec397ecf7fb679826ae6749d5d59dc2080cf301cd6ee07cfd8012af73f6da45f28186f032c0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Xbc0uyRg/versions/XMiAOQvM/create-fabric-0.5.1-i-build.1630%2Bmc1.19.2.jar' + +[update.modrinth] +mod-id = 'Xbc0uyRg' +version = 'XMiAOQvM' \ No newline at end of file diff --git a/mods/create-steam-n-rails.pw.toml b/mods/create-steam-n-rails.pw.toml new file mode 100644 index 0000000..6c74133 --- /dev/null +++ b/mods/create-steam-n-rails.pw.toml @@ -0,0 +1,16 @@ +filename = 'Steam_Rails-1.6.4+fabric-mc1.19.2.jar' +name = "Create: Steam 'n' Rails" +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '94f52d336b4ab88be07dfd9b6f89cd6afb52cd3bddee12316c536b440579b958c90f74c476e293314ee215c0e226405d719b19b68febff0dcebf01da3ab4889b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZzjhlDgM/versions/2UUvBSK9/Steam_Rails-1.6.4%2Bfabric-mc1.19.2.jar' + +[update.modrinth] +mod-id = 'ZzjhlDgM' +version = '2UUvBSK9' \ No newline at end of file diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..6dd5e1d --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,16 @@ +filename = 'createaddition-fabric+1.19.2-1.2.3.jar' +name = 'Create Crafts & Additions' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'ea0f97fb970d3b0b5864129109af48b65c0ce72fc20abdb36086e0455714e48c07e94680b524fd9f1bb7c890ffd51bfceb1a19b9bb231e31dd3f82796bb1c5e2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/kU1G12Nn/versions/sAZf2bij/createaddition-fabric%2B1.19.2-1.2.3.jar' + +[update.modrinth] +mod-id = 'kU1G12Nn' +version = 'sAZf2bij' \ No newline at end of file diff --git a/mods/ears.pw.toml b/mods/ears.pw.toml new file mode 100644 index 0000000..81f1954 --- /dev/null +++ b/mods/ears.pw.toml @@ -0,0 +1,16 @@ +filename = 'ears-fabric-1.19-1.4.7.jar' +name = 'Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e50448afe36d03c22881aa9c51328aae7b410bbeb56e5bbb9bd3eaf1fb9312062b3e6d6113e335cafdaa43bedfa03c46355ce5ecf722ec8b98a90461c04a45fa' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/mfzaZK3Z/versions/NUe2jWfv/ears-fabric-1.19-1.4.7.jar' + +[update.modrinth] +mod-id = 'mfzaZK3Z' +version = 'NUe2jWfv' \ No newline at end of file diff --git a/mods/ebe.pw.toml b/mods/ebe.pw.toml new file mode 100644 index 0000000..d4237c6 --- /dev/null +++ b/mods/ebe.pw.toml @@ -0,0 +1,16 @@ +filename = 'enhancedblockentities-0.7.2+1.19.2.jar' +name = 'Enhanced Block Entities' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3c6fe6479de6d8c9735164eb62ecb55ecb9de0cc7405cda34c125f5356428c90a37bed8ae66e0b89acb1df957a670ce55f3d0024c76ebd075f81315f055b0a14' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/OVuFYfre/versions/fZx04xgT/enhancedblockentities-0.7.2%2B1.19.2.jar' + +[update.modrinth] +mod-id = 'OVuFYfre' +version = 'fZx04xgT' \ No newline at end of file diff --git a/mods/emi-create-schematics.pw.toml b/mods/emi-create-schematics.pw.toml new file mode 100644 index 0000000..654b594 --- /dev/null +++ b/mods/emi-create-schematics.pw.toml @@ -0,0 +1,16 @@ +filename = 'EMI Create Schematics [1.0.1 Fabric 1.19.2].jar' +name = 'EMI: Create Schematics' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '033f3dd7e3111c5aa95a00b536cf0c21826defd709c8a492ab62e27d81931778176929df7c374202ce05dd7553c5f520be3c7285cc6dfc7fd6d4a7b3fd2f1062' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/5bgqgixq/versions/2PJ6uyUh/EMI Create Schematics %5B1.0.1 Fabric 1.19.2%5D.jar' + +[update.modrinth] +mod-id = '5bgqgixq' +version = '2PJ6uyUh' \ No newline at end of file diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..b8ed576 --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,16 @@ +filename = 'emi_loot-0.6.6+1.19.jar' +name = 'EMI Loot' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8c163a102b634e1675e09fe4443943deca2d1e120aafa59d517711060ca7e82cd2c0110f24ede6682ce0904f95cd8a0419e32656d0b9b782415e5b7f7af8db26' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qbbO7Jns/versions/95aOKine/emi_loot-0.6.6%2B1.19.jar' + +[update.modrinth] +mod-id = 'qbbO7Jns' +version = '95aOKine' \ No newline at end of file diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..c18f5da --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,16 @@ +filename = 'emi-1.1.22+1.19.2+fabric.jar' +name = 'EMI' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3f810b8ad61e20a2cab36abb0e5d48b9008be33344237adad7bcca6aa0774952c33c16e951415261faa63c61adb722f2a7b9feb15397bfa50e52ad03b233c749' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fRiHVvU7/versions/dv1JsP00/emi-1.1.22%2B1.19.2%2Bfabric.jar' + +[update.modrinth] +mod-id = 'fRiHVvU7' +version = 'dv1JsP00' \ No newline at end of file diff --git a/mods/emienchants.pw.toml b/mods/emienchants.pw.toml new file mode 100644 index 0000000..ad26177 --- /dev/null +++ b/mods/emienchants.pw.toml @@ -0,0 +1,16 @@ +filename = 'EMIEnchants-fabric-1.19.2-1.0.0.jar' +name = 'EMI Enchants' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'dc6893a1c02e9d2dce23fb100a5c767d52a659607728cf950f2bcf92e88f6b8a78d2334910945cc189bfa812dfa1a08fbf45970efc7d5bd099dbc9661ffc8178' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/11hKNQb2/versions/HF0Lee4G/EMIEnchants-fabric-1.19.2-1.0.0.jar' + +[update.modrinth] +mod-id = '11hKNQb2' +version = 'HF0Lee4G' \ No newline at end of file diff --git a/mods/ephemera.pw.toml b/mods/ephemera.pw.toml new file mode 100644 index 0000000..6d2024e --- /dev/null +++ b/mods/ephemera.pw.toml @@ -0,0 +1,16 @@ +filename = 'ephemera-fabric-1.19.2-0.2.1.jar' +name = 'Ephemera' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '491f050aa34d53facb89076753c939226567eae364fc37d98cdd9dfeb66797601ab0c5de9e8c30caedbccc4458b7949c8d8868062384e1cacbb961653096dc70' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/yMW33ga1/versions/nBB2TgEW/ephemera-fabric-1.19.2-0.2.1.jar' + +[update.modrinth] +mod-id = 'yMW33ga1' +version = 'nBB2TgEW' \ No newline at end of file diff --git a/mods/fabrication.pw.toml b/mods/fabrication.pw.toml new file mode 100644 index 0000000..adbef42 --- /dev/null +++ b/mods/fabrication.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrication" +filename = "fabrication-3.6.1+1.19.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1ba3f63994a5b1d2cd2dbc37bf40a78c77a67403" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6522700 +project-id = 414445 diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..988953a --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,16 @@ +filename = 'ferritecore-5.0.3-fabric.jar' +name = 'FerriteCore' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'efbea36712322c71aee547ebc71b3644947e40bfa01d721fce5d5ba2db4aa6867e6a76f43d46e33ae8a2672f300bfc5b96510e164b1dd09cfae9cba0a195252d' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/uXXizFIs/versions/kwjHqfz7/ferritecore-5.0.3-fabric.jar' + +[update.modrinth] +mod-id = 'uXXizFIs' +version = 'kwjHqfz7' \ No newline at end of file diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..d044625 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,16 @@ +filename = 'geckolib-fabric-1.19-3.1.40.jar' +name = 'Geckolib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '43a0e6da036b14ad288de5727b69209c09dec40144a8b0b4a2f2970c10679f6095f1db0f5e15fcf9e80e41b5bf276a574a5971118b3c3b4ac5d2b4517d330a2b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8BmcQJ2H/versions/ATPZfRS1/geckolib-fabric-1.19-3.1.40.jar' + +[update.modrinth] +mod-id = '8BmcQJ2H' +version = 'ATPZfRS1' \ No newline at end of file diff --git a/mods/hex-casting.pw.toml b/mods/hex-casting.pw.toml new file mode 100644 index 0000000..7cb7aa9 --- /dev/null +++ b/mods/hex-casting.pw.toml @@ -0,0 +1,16 @@ +filename = 'hexcasting-fabric-1.19.2-0.10.3.jar' +name = 'Hex Casting' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '10d265ad3b20f35c2adc6cb4744fb12d931c2358caa743d53d2e2fb84b325f98562e47ba884451aabd01bf449301ff17ff56d576e754648a10ee5a49ec722d52' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/nTW3yKrm/versions/IbghSN93/hexcasting-fabric-1.19.2-0.10.3.jar' + +[update.modrinth] +mod-id = 'nTW3yKrm' +version = 'IbghSN93' \ No newline at end of file diff --git a/mods/hex-research.pw.toml b/mods/hex-research.pw.toml new file mode 100644 index 0000000..08f243e --- /dev/null +++ b/mods/hex-research.pw.toml @@ -0,0 +1,13 @@ +name = "Hex Research" +filename = "hexresearch-fabric-1.19.2-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IwDgJLXt/versions/dLhix67M/hexresearch-fabric-1.19.2-1.0.1.jar" +hash-format = "sha512" +hash = "77f836ec8d7197eaefb3a17d656113330c7096c4ce4a252a87e0acbcd2467a04b61ce9d0373c62129cd5a8b0dffcc765e5d858fcdcf33cb5c73a3872fa4425e4" + +[update] +[update.modrinth] +mod-id = "IwDgJLXt" +version = "dLhix67M" diff --git a/mods/hexal.pw.toml b/mods/hexal.pw.toml new file mode 100644 index 0000000..ad5d7e1 --- /dev/null +++ b/mods/hexal.pw.toml @@ -0,0 +1,16 @@ +filename = 'hexal-fabric-1.19.2-0.2.19.jar' +name = 'Hexal' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '70b45b82dc7a569bba365f69ac8245e3db8197e7353151614838b29161a680d32867acfad208b213be050bd39d315675fc4ea88203e6ec8ec1923e21a7225bbf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/aBVJ6Q36/versions/m7Bxvj56/hexal-fabric-1.19.2-0.2.19.jar' + +[update.modrinth] +mod-id = 'aBVJ6Q36' +version = 'm7Bxvj56' \ No newline at end of file diff --git a/mods/hexcassettes.pw.toml b/mods/hexcassettes.pw.toml new file mode 100644 index 0000000..2d93516 --- /dev/null +++ b/mods/hexcassettes.pw.toml @@ -0,0 +1,16 @@ +filename = 'hexcassettes-1.1.1.jar' +name = 'Hexcassettes' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0adfb56405c516b3202c5b3173f52ba2babe60414230dfc7588a87776252f7e3b6a4ec06462559eb00887e1648a2e6291eff5d999370b57f2051d54449ffc9f0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Y7OyTnxi/versions/RD8VwX3U/hexcassettes-1.1.1.jar' + +[update.modrinth] +mod-id = 'Y7OyTnxi' +version = 'RD8VwX3U' \ No newline at end of file diff --git a/mods/hexcellular.pw.toml b/mods/hexcellular.pw.toml new file mode 100644 index 0000000..db02c96 --- /dev/null +++ b/mods/hexcellular.pw.toml @@ -0,0 +1,16 @@ +filename = 'hexcellular-1.0.2.jar' +name = 'Hexcellular' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '580c4d2dea49f03f14dfe8cb36029b2218110bf1ca03d01c329f819f2ae23acc4335ea9c1f83035aac688176887ff0366aee9620e73706c3fac0e1225c513bc2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/mN6t9Bt4/versions/RHLcNclH/hexcellular-1.0.2.jar' + +[update.modrinth] +mod-id = 'mN6t9Bt4' +version = 'RHLcNclH' \ No newline at end of file diff --git a/mods/hexgloop.pw.toml b/mods/hexgloop.pw.toml new file mode 100644 index 0000000..e73922c --- /dev/null +++ b/mods/hexgloop.pw.toml @@ -0,0 +1,16 @@ +filename = 'hexgloop-1.19.2-0.2.0-fabric.jar' +name = 'Hex Gloop' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '70788a307011fd55e9b9d7de5506a3dc4e33c6ede8048ac8303c01e33a40ca578113d249e916cf2b2d5e8923810fcf561cb17b9d1ec882e3b8aea17b0556b6b4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ryfyOhoP/versions/hvRNXDrp/hexgloop-1.19.2-0.2.0-fabric.jar' + +[update.modrinth] +mod-id = 'ryfyOhoP' +version = 'hvRNXDrp' \ No newline at end of file diff --git a/mods/hexical.pw.toml b/mods/hexical.pw.toml new file mode 100644 index 0000000..dc61c42 --- /dev/null +++ b/mods/hexical.pw.toml @@ -0,0 +1,16 @@ +filename = 'hexical-1.4.1.jar' +name = 'Hexical' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '19288f89182dfdde3717f36ebf4fffbd1dff97da4d3a203a17075da30774bf15fdb36bcb0f269a86a55d07e251fce95a50fea5fbe990cddb064977eca3c44e53' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/xWqLqLJ4/versions/PndVwNCw/hexical-1.4.1.jar' + +[update.modrinth] +mod-id = 'xWqLqLJ4' +version = 'PndVwNCw' \ No newline at end of file diff --git a/mods/hexlink.pw.toml b/mods/hexlink.pw.toml new file mode 100644 index 0000000..5b1caae --- /dev/null +++ b/mods/hexlink.pw.toml @@ -0,0 +1,16 @@ +filename = 'hexlink-2.3.4.jar' +name = 'Hexlink' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2', '1.19.3', '1.19.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b4b00163d48ecca79c4c4dc14a1c7954cbba37eb041caaa14beddca9f9721efcf822c9231f4653bd0b9cacd3115afecd15264573316156c7967ba264d9277170' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1xOBKCjv/versions/8M1dfBq6/hexlink-2.3.4.jar' + +[update.modrinth] +mod-id = '1xOBKCjv' +version = '8M1dfBq6' \ No newline at end of file diff --git a/mods/hextended-staves.pw.toml b/mods/hextended-staves.pw.toml new file mode 100644 index 0000000..533dc56 --- /dev/null +++ b/mods/hextended-staves.pw.toml @@ -0,0 +1,16 @@ +filename = 'lanishextendedstaves-fabric-1.19.2-0.2.0.jar' +name = 'Hextended Staves' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f2ed0116b8f69f70dd8d736fc48526e105204aeba5b99a304cf6ea9cf2c360e16eef155fdf6a628228e933b2c3195062958ad8b32dfe44be89fde49b989e2467' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/mvESKiJR/versions/Ri7kSYJL/lanishextendedstaves-fabric-1.19.2-0.2.0.jar' + +[update.modrinth] +mod-id = 'mvESKiJR' +version = 'Ri7kSYJL' \ No newline at end of file diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml new file mode 100644 index 0000000..0aa80e3 --- /dev/null +++ b/mods/indium.pw.toml @@ -0,0 +1,16 @@ +filename = 'indium-1.0.9+mc1.19.2.jar' +name = 'Indium' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '037ffe399b279f7d4d823769035da1879fa9925a1b8d959f1dd04ad6c1ed7186d61a6a5234b0c1d653dd8fcb3f1e2ecf106758149c3f20c518e1af66e729333a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Orvt0mRa/versions/yTfou6df/indium-1.0.9%2Bmc1.19.2.jar' + +[update.modrinth] +mod-id = 'Orvt0mRa' +version = 'yTfou6df' \ No newline at end of file diff --git a/mods/item-scroller.pw.toml b/mods/item-scroller.pw.toml new file mode 100644 index 0000000..d9cacf4 --- /dev/null +++ b/mods/item-scroller.pw.toml @@ -0,0 +1,16 @@ +filename = 'itemscroller-fabric-1.19.2-0.17.1.jar' +name = 'Item Scroller' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '760333eb3415a6f0143638b915b2366cc24a9c1641f5c84ec37fb8cd358b74ea8a10e01281181d2f17539fee5d2e1207b7b5851bfd51f6764fd09d0de5a2b993' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/JygyCSA4/versions/3839VGk9/itemscroller-fabric-1.19.2-0.17.1.jar' + +[update.modrinth] +mod-id = 'JygyCSA4' +version = '3839VGk9' \ No newline at end of file diff --git a/mods/jade-addons-fabric.pw.toml b/mods/jade-addons-fabric.pw.toml new file mode 100644 index 0000000..da1e626 --- /dev/null +++ b/mods/jade-addons-fabric.pw.toml @@ -0,0 +1,16 @@ +filename = 'JadeAddons-1.19.2-fabric-3.2.1.jar' +name = 'Jade Addons (Fabric)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f0c3fcff35080aea8d2f0b0777091f4b176a8f3c0f0deeedadfee3d78e9cde919b7b8a59d35f85686dc92cbf4404c349e939af5050e7076ac98893090c8465ee' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fThnVRli/versions/qZFtD8kO/JadeAddons-1.19.2-fabric-3.2.1.jar' + +[update.modrinth] +mod-id = 'fThnVRli' +version = 'qZFtD8kO' \ No newline at end of file diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml new file mode 100644 index 0000000..06635f0 --- /dev/null +++ b/mods/jade.pw.toml @@ -0,0 +1,16 @@ +filename = 'Jade-1.19.1-fabric-8.7.3.jar' +name = 'Jade 🔍' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '78cfef5dfca89b2ffef1b2c98640425fdd97479d2d15020cd0b4992756a60351b65b32c877f310b11eb437233b233364c6fe4d995ca104c6487b04a395b77897' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/nvQzSEkH/versions/ZASePpsm/Jade-1.19.1-fabric-8.7.3.jar' + +[update.modrinth] +mod-id = 'nvQzSEkH' +version = 'ZASePpsm' \ No newline at end of file diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..15420b1 --- /dev/null +++ b/mods/jei.pw.toml @@ -0,0 +1,16 @@ +filename = 'jei-1.19.2-fabric-11.8.1.1034.jar' +name = 'Just Enough Items' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '5acda896d7845f30cc4c597731b8fa61e6e192478e2af3a96b9510e3e4124984ebf6914ec6e151ccf3d99ac7784ba0f59c82575c315c81ac62c9af0955906cae' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/u6dRKJwZ/versions/UvRoQ1ez/jei-1.19.2-fabric-11.8.1.1034.jar' + +[update.modrinth] +mod-id = 'u6dRKJwZ' +version = 'UvRoQ1ez' \ No newline at end of file diff --git a/mods/krypton.pw.toml b/mods/krypton.pw.toml new file mode 100644 index 0000000..ccb36ca --- /dev/null +++ b/mods/krypton.pw.toml @@ -0,0 +1,16 @@ +filename = 'krypton-0.2.1.jar' +name = 'Krypton' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2', '1.19.3' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4dec2caf697fd5152f38b8ec774e32f83c2148c9f9ac06afb129fa434f24384751628e7ab700f783aec54a1cf50e650f32c6391fc8d4585f5789bc55e5e91d91' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fQEb0iXm/versions/0.2.1/krypton-0.2.1.jar' + +[update.modrinth] +mod-id = 'fQEb0iXm' +version = 'vx0mZa04' \ No newline at end of file diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml new file mode 100644 index 0000000..9d19e23 --- /dev/null +++ b/mods/lambdynamiclights.pw.toml @@ -0,0 +1,16 @@ +filename = 'lambdynamiclights-2.2.0+1.19.2.jar' +name = 'LambDynamicLights' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '394fe331deaf0d3f52254fffbbd9a71d230dc0c7a594d493048f62e406f1fd51bdb11034eab538e25d55245a038486059a603ad522d1606467f63aaf0a926ae1' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/yBW8D80W/versions/YQkZSlfq/lambdynamiclights-2.2.0%2B1.19.2.jar' + +[update.modrinth] +mod-id = 'yBW8D80W' +version = 'YQkZSlfq' \ No newline at end of file diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..ea77e21 --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,16 @@ +filename = 'lithium-fabric-mc1.19.2-0.11.1.jar' +name = 'Lithium' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '64646e098839d6c5caa47bbc4ece187986567273b1adcb87d2a85bcaa084859b6cc5484ecced545a583fe1e693f69f0184857f0f0074e64c2da436668d34e3b7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/gvQqBUqZ/versions/m6sVgAi6/lithium-fabric-mc1.19.2-0.11.1.jar' + +[update.modrinth] +mod-id = 'gvQqBUqZ' +version = 'm6sVgAi6' \ No newline at end of file diff --git a/mods/malilib.pw.toml b/mods/malilib.pw.toml new file mode 100644 index 0000000..d57fdd3 --- /dev/null +++ b/mods/malilib.pw.toml @@ -0,0 +1,16 @@ +filename = 'malilib-fabric-1.19.2-0.13.0.jar' +name = 'MaLiLib' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '86ba0b260f845325a23f03140bc1ee0ebc1478ed6a9692ace22fafa9685b7c86ed789c618777131a6e3f50335df08c53b225d6f33a7cb246802df1c8c583bf8b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/GcWjdA9I/versions/M3rtbAPE/malilib-fabric-1.19.2-0.13.0.jar' + +[update.modrinth] +mod-id = 'GcWjdA9I' +version = 'M3rtbAPE' \ No newline at end of file diff --git a/mods/mediaworks.pw.toml b/mods/mediaworks.pw.toml new file mode 100644 index 0000000..c64dd3a --- /dev/null +++ b/mods/mediaworks.pw.toml @@ -0,0 +1,16 @@ +filename = 'mediaworks-fabric-1.19.2-1.0.8.jar' +name = 'Mediaworks' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4c8183657b701eb50ca03af5e6e5aec4e874e68a9ebe26ceeadf81e9274c14857c6f7b44c2f6035d7bfd660569d8b519e8c10fcbf6be319f4b6031443effe502' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/2kZJcMa9/versions/JIIEej9O/mediaworks-fabric-1.19.2-1.0.8.jar' + +[update.modrinth] +mod-id = '2kZJcMa9' +version = 'JIIEej9O' \ No newline at end of file diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml new file mode 100644 index 0000000..755be19 --- /dev/null +++ b/mods/memoryleakfix.pw.toml @@ -0,0 +1,32 @@ +filename = 'memoryleakfix-fabric-1.17+-1.1.5.jar' +name = 'Memory Leak Fix' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ + '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' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a7bf7429340d076f4b30602bc714280c3f5cb8e814e76e89296c8155e3355b33304a148e9218378a3383127e95b7ba47402506c687f1d58609704fe8cc60ab93' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/NRjRiSSD/versions/5xvCCRjJ/memoryleakfix-fabric-1.17%2B-1.1.5.jar' + +[update.modrinth] +mod-id = 'NRjRiSSD' +version = '5xvCCRjJ' \ No newline at end of file diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..1a37d5a --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,16 @@ +filename = 'midnightlib-quilt-1.0.0-patch1.jar' +name = 'MidnightLib' +side = 'both' +x-prismlauncher-loaders = [ 'quilt' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c6ca94a860ddef65fa48e3ac49bb38ae7d62994b191d1f97f291c9b88b488abba194aa99c8e3e96d2f48c399378f0665ed3016e080a4bcfedfb6ef28fc6f14b4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/codAaoxh/versions/hxPiYWhh/midnightlib-quilt-1.0.0-patch1.jar' + +[update.modrinth] +mod-id = 'codAaoxh' +version = 'hxPiYWhh' \ No newline at end of file diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..bc958bd --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,16 @@ +filename = 'modernfix-fabric-5.18.1+mc1.19.2.jar' +name = 'ModernFix' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '76eb06ce95b90b4c0fa05d50c1956d0b0ab55a02d8cca6baa5c056c0ee906cbe82f2253b73bbd5b99dc331b9fb1e5f2d870c9cfd070992244bc5b23a2944afd9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/nmDcB62a/versions/e9jrKKyY/modernfix-fabric-5.18.1%2Bmc1.19.2.jar' + +[update.modrinth] +mod-id = 'nmDcB62a' +version = 'e9jrKKyY' \ No newline at end of file diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..30d7497 --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,16 @@ +filename = 'modmenu-4.2.0-beta.2.jar' +name = 'Mod Menu' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '38abddc67502e3f6b08962e13777278d3e88c3ac4d22584636362fb828bd36a0f4313747cc3023afbc9d958ca7dccad13527299b05ea492f80bb6fef8d364726' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/mOgUt4GM/versions/gSoPJyVn/modmenu-4.2.0-beta.2.jar' + +[update.modrinth] +mod-id = 'mOgUt4GM' +version = 'gSoPJyVn' \ No newline at end of file diff --git a/mods/moreiotas.pw.toml b/mods/moreiotas.pw.toml new file mode 100644 index 0000000..63bd43d --- /dev/null +++ b/mods/moreiotas.pw.toml @@ -0,0 +1,16 @@ +filename = 'moreiotas-fabric-1.19.2-0.0.4.jar' +name = 'MoreIotas' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '733d8f40daed90269f29a695b78f8a19bd04c80f86d927f265045863b8c88d9c865d3d35038a58ffb828ec07e0ecdca8db16acf8dbd3d864e774d130ed298349' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Jmt7p37B/versions/O6fSYKPz/moreiotas-fabric-1.19.2-0.0.4.jar' + +[update.modrinth] +mod-id = 'Jmt7p37B' +version = 'O6fSYKPz' \ No newline at end of file diff --git a/mods/music-moods.pw.toml b/mods/music-moods.pw.toml new file mode 100644 index 0000000..5893582 --- /dev/null +++ b/mods/music-moods.pw.toml @@ -0,0 +1,16 @@ +filename = 'music-moods-0.6.0+mc.1.19.2.jar' +name = 'Music Moods' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'bc4a79b87e88ae6da39168f765c12a4230d0634bb9b09a4840b02ac407c1079ad41b1d0f6dd93897c4a9d6815f0fe7da24daf93f466ae6a1735b29ee86b52eea' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/z23qey0b/versions/x8oJFdW1/music-moods-0.6.0%2Bmc.1.19.2.jar' + +[update.modrinth] +mod-id = 'z23qey0b' +version = 'x8oJFdW1' \ No newline at end of file diff --git a/mods/music-notification.pw.toml b/mods/music-notification.pw.toml new file mode 100644 index 0000000..3538ac7 --- /dev/null +++ b/mods/music-notification.pw.toml @@ -0,0 +1,16 @@ +filename = 'MusicClient-mc1.19.2-1.0.0.jar' +name = 'Music Notification' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cfb414dd27daefa68702167795bb2f64bb2fc09a4cf4aa304747a60cdb8dea5d80ec1d5dda4a5f62ee45fe58f41fdc2bfee5ee4a934b43b36794f8926d06a054' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/A4YQgwzz/versions/LIArjRfI/MusicClient-mc1.19.2-1.0.0.jar' + +[update.modrinth] +mod-id = 'A4YQgwzz' +version = 'LIArjRfI' \ No newline at end of file diff --git a/mods/oneironaut.pw.toml b/mods/oneironaut.pw.toml new file mode 100644 index 0000000..2e77646 --- /dev/null +++ b/mods/oneironaut.pw.toml @@ -0,0 +1,16 @@ +filename = 'oneironaut-fabric-1.19.2-0.4.0.jar' +name = 'Oneironaut' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cfd8e642be762063bee21547dc0ba23c206645ee59bd29c1e83db8d5935805ad17c90becd05cc4f5b2861cbd265113226bc389f216369d7ac398b0b0672cae71' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HfBEa4fW/versions/OpQwZiTO/oneironaut-fabric-1.19.2-0.4.0.jar' + +[update.modrinth] +mod-id = 'HfBEa4fW' +version = 'OpQwZiTO' \ No newline at end of file diff --git a/mods/origins-minus.pw.toml b/mods/origins-minus.pw.toml new file mode 100644 index 0000000..3be9f68 --- /dev/null +++ b/mods/origins-minus.pw.toml @@ -0,0 +1,16 @@ +filename = 'origins-minus-2.4.0+1.19.jar' +name = 'Origins Minus' +side = 'both' +x-prismlauncher-loaders = [ 'forge', 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3e123354f0350c904692cfd9e6f5079d5689d2c75e4c96ae535f7f522f6c3d17cb90c5f4399076a3668daa5744784bb28fc18716f92b0108ae50287e0c516924' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/gbOL9is1/versions/YFbxDh7u/origins-minus-2.4.0%2B1.19.jar' + +[update.modrinth] +mod-id = 'gbOL9is1' +version = 'YFbxDh7u' \ No newline at end of file diff --git a/mods/origins.pw.toml b/mods/origins.pw.toml new file mode 100644 index 0000000..9282371 --- /dev/null +++ b/mods/origins.pw.toml @@ -0,0 +1,16 @@ +filename = 'Origins-1.19.2-1.7.1.jar' +name = 'Origins' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '06596867e425635a53a233423f1fbe4d9cb002b5019029e3f56ecc40ae205d7036c1c278dedfd794fecdae6304b716e46251dce548c8a7d2af75f4e6a64c03e7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/3BeIrqZR/versions/FxSutbg1/Origins-1.19.2-1.7.1.jar' + +[update.modrinth] +mod-id = '3BeIrqZR' +version = 'FxSutbg1' \ No newline at end of file diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..bf9685f --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,16 @@ +filename = 'Patchouli-1.19.2-77-FABRIC.jar' +name = 'Patchouli' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '499e5d558964c482aef0cd29affa12749c494b13859bf6471fc8d691b3e97f5ce3b5defc83f4ea9161f0532ec88da6049748136d60b44428a5cc8312d8cee066' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/nU0bVIaL/versions/NorgAU8F/Patchouli-1.19.2-77-FABRIC.jar' + +[update.modrinth] +mod-id = 'nU0bVIaL' +version = 'NorgAU8F' \ No newline at end of file diff --git a/mods/paucal.pw.toml b/mods/paucal.pw.toml new file mode 100644 index 0000000..85ae8de --- /dev/null +++ b/mods/paucal.pw.toml @@ -0,0 +1,16 @@ +filename = 'paucal-fabric-1.19.2-0.5.0.jar' +name = 'PAUCAL' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'e0fb8955f7c36aa3d5cd6f847b8ba0176ed4f7202750a40d65f41f58daaafb02f92705756b1319f6edb923594bd6edf01ba4246330499dbf75dd06f142a07fd9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/TZo2wHFe/versions/zrxHAQQ7/paucal-fabric-1.19.2-0.5.0.jar' + +[update.modrinth] +mod-id = 'TZo2wHFe' +version = 'zrxHAQQ7' \ No newline at end of file diff --git a/mods/pettable.pw.toml b/mods/pettable.pw.toml new file mode 100644 index 0000000..341d1a5 --- /dev/null +++ b/mods/pettable.pw.toml @@ -0,0 +1,16 @@ +filename = 'pettable-1.3.1.jar' +name = 'Pettable' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '55f3b60b28f32848a90fe58295fc09e910922b67062bb73fe3693b3150f98e9346aa526f36b95917751cab4c974d11c9ea20e3ef6bbb83209193dae84ee6c376' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/PFVwk20g/versions/vpf3FPme/pettable-1.3.1.jar' + +[update.modrinth] +mod-id = 'PFVwk20g' +version = 'vpf3FPme' \ No newline at end of file diff --git a/mods/portable-crafting.pw.toml b/mods/portable-crafting.pw.toml new file mode 100644 index 0000000..7e9c6e5 --- /dev/null +++ b/mods/portable-crafting.pw.toml @@ -0,0 +1,16 @@ +filename = 'portable-crafting-3.0.3+1.19.jar' +name = 'Portable Crafting' +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '50f9ab0a4c35958f5a6b7bf0dfb384144cd7d8e298df1db4330855fe383cd48ef6ce78a3be3673f7f6aa9c706653c2ae36fa3b7dc2e05c9bb1c90eb018359eab' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qmVRzDCY/versions/52Vyvzz5/portable-crafting-3.0.3%2B1.19.jar' + +[update.modrinth] +mod-id = 'qmVRzDCY' +version = '52Vyvzz5' \ No newline at end of file diff --git a/mods/presence-footsteps.pw.toml b/mods/presence-footsteps.pw.toml new file mode 100644 index 0000000..0825bc9 --- /dev/null +++ b/mods/presence-footsteps.pw.toml @@ -0,0 +1,16 @@ +filename = 'PresenceFootsteps-1.6.4.jar' +name = 'Presence Footsteps' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '0bd6fbc394920839802827639e5073a86948d8db48553c334969ab35c7239610b1f0c4de703f0b1fbf15859db9630fae7ef9f12fb367bf87ad8890f4fa5c5d6f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rcTfTZr3/versions/3fEb2K4u/PresenceFootsteps-1.6.4.jar' + +[update.modrinth] +mod-id = 'rcTfTZr3' +version = '3fEb2K4u' \ No newline at end of file diff --git a/mods/qdresloader.pw.toml b/mods/qdresloader.pw.toml new file mode 100644 index 0000000..3f9212d --- /dev/null +++ b/mods/qdresloader.pw.toml @@ -0,0 +1,13 @@ +name = "QDResLoader" +filename = "QDResLoader-2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8bvlUrBx/versions/MXv6K6PA/QDResLoader-2.0.jar" +hash-format = "sha512" +hash = "150ba6386a274cb2179c6836bf36f1436053645e6ecd25105b44b1d84ed103dca706ea8e106b0d9eb76acc83d721d69951b35bca347f8ab1a6308751f1de97ae" + +[update] +[update.modrinth] +mod-id = "8bvlUrBx" +version = "MXv6K6PA" diff --git a/mods/qkl.pw.toml b/mods/qkl.pw.toml new file mode 100644 index 0000000..a2b7c1f --- /dev/null +++ b/mods/qkl.pw.toml @@ -0,0 +1,16 @@ +filename = 'quilt-kotlin-libraries-1.0.2+kt.1.8.0+flk.1.9.0.jar' +name = 'Quilt Kotlin Libraries (QKL)' +side = 'both' +x-prismlauncher-loaders = [ 'quilt' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '808b9edb0ee7fa7cb97bf696ea09d5c8b1b2e6254bf95a63ac507b4f02ca674dabd50b0d9f1343f90f723bf28bc53e71c50ff02418fc5b6d31265399caf399f6' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lwVhp9o5/versions/4Ag1YF4s/quilt-kotlin-libraries-1.0.2%2Bkt.1.8.0%2Bflk.1.9.0.jar' + +[update.modrinth] +mod-id = 'lwVhp9o5' +version = '4Ag1YF4s' \ No newline at end of file diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml new file mode 100644 index 0000000..5fdc0d3 --- /dev/null +++ b/mods/qsl.pw.toml @@ -0,0 +1,16 @@ +filename = 'qfapi-4.0.0-beta.30_qsl-3.0.0-beta.29_fapi-0.77.0_mc-1.19.2.jar' +name = 'Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)' +side = 'both' +x-prismlauncher-loaders = [ 'quilt' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '05b0255ec818007b4c43ab285f5f2b71842ce379d71e946fd0726cb40fbdfea1b24f25736d193b28af8e4ab95adc97bf491ca0f3907f7b6b0e6e06b5c688ff1e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qvIfYCYJ/versions/aaucrsnr/qfapi-4.0.0-beta.30_qsl-3.0.0-beta.29_fapi-0.77.0_mc-1.19.2.jar' + +[update.modrinth] +mod-id = 'qvIfYCYJ' +version = 'aaucrsnr' \ No newline at end of file diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..51e2884 --- /dev/null +++ b/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses_sodium_options-1.6.4+mc1.19.2-build.93.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/uCsFu5xs/reeses_sodium_options-1.6.4%2Bmc1.19.2-build.93.jar" +hash-format = "sha512" +hash = "a42fba6c31a4cf223992e4d39d3c0197e7a05bc2d14af68383a8c10b78cd87f108d067e2b93e54ea48bc56bff69b5ca86606992d2e6fef9237f34e78078c71ad" + +[update] +[update.modrinth] +mod-id = "Bh37bMuy" +version = "uCsFu5xs" diff --git a/mods/repurposed-structures-fabric.pw.toml b/mods/repurposed-structures-fabric.pw.toml new file mode 100644 index 0000000..bddb4fc --- /dev/null +++ b/mods/repurposed-structures-fabric.pw.toml @@ -0,0 +1,16 @@ +filename = 'repurposed_structures_quilt-6.3.29+1.19.2.jar' +name = 'Repurposed Structures - Quilt/Fabric' +side = 'server' +x-prismlauncher-loaders = [ 'quilt' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '47390d3f33204fd418acfdb8e7579ab2c59ad4acc2e64c026adbee94b98ef4aac034aa72c76df9d6c16136f649e7dbad33f7f0ec12ec3a887c060956c4c6d03b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/muf0XoRe/versions/TajvjPIp/repurposed_structures_quilt-6.3.29%2B1.19.2.jar' + +[update.modrinth] +mod-id = 'muf0XoRe' +version = 'TajvjPIp' \ No newline at end of file diff --git a/mods/simple-durability-tooltip.pw.toml b/mods/simple-durability-tooltip.pw.toml new file mode 100644 index 0000000..3771b91 --- /dev/null +++ b/mods/simple-durability-tooltip.pw.toml @@ -0,0 +1,48 @@ +filename = 'simple_durability_tooltip-2.0.0.jar' +name = 'Simple Durability Tooltip' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', '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' +] +x-prismlauncher-release-type = 'release' + +[download] +hash = '25b7a4b888cb549d45d454e67138c9ff1ae6d1551d73c6a2e5e3f6d3a3164b3058bb279474bf6c7554bb0dbd69e099ede31a8f4f397c95b12b7808c3a6918a68' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/os6PebrN/versions/8oRkUVb7/simple_durability_tooltip-2.0.0.jar' + +[update.modrinth] +mod-id = 'os6PebrN' +version = '8oRkUVb7' \ No newline at end of file diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..37ea939 --- /dev/null +++ b/mods/sodium-extra.pw.toml @@ -0,0 +1,16 @@ +filename = 'sodium-extra-0.4.16+mc1.19.2-build.90.jar' +name = 'Sodium Extra' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cda3631f43cecbe32590740ccd08be4d4616b8f43f275a777f7995ebf92ca06cead4d98c928208943d0baa778f43a8bdfb52fc9a6f39911a76d6acac699267b5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/PtjYWJkn/versions/MTxUvPFz/sodium-extra-0.4.16%2Bmc1.19.2-build.90.jar' + +[update.modrinth] +mod-id = 'PtjYWJkn' +version = 'MTxUvPFz' \ No newline at end of file diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..de6dbb9 --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,16 @@ +filename = 'sodium-fabric-mc1.19.2-0.4.4+build.18.jar' +name = 'Sodium' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8fbe5ada5c45efd56596bcf0c5d93d7a7264f60263289626e9d2b0ba3b3ccc914af2d9f856596a724df675804e9766a3d890d1731957fe960c58a45f0533b34e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/AANobbMI/versions/rAfhHfow/sodium-fabric-mc1.19.2-0.4.4%2Bbuild.18.jar' + +[update.modrinth] +mod-id = 'AANobbMI' +version = 'rAfhHfow' \ No newline at end of file diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..56d3309 --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,16 @@ +filename = 'sound-physics-remastered-fabric-1.19.2-1.4.5.jar' +name = 'Sound Physics Remastered' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'c1a975c8685b3b7cc1afe890d6f80469b41420c8651e8c7d90879dc5b657b42625a67ffa9469b3ddd4ec0ae76b8efd9184d7adaa34fce11e81d1e2406fe8659a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qyVF9oeo/versions/D7fOLtmp/sound-physics-remastered-fabric-1.19.2-1.4.5.jar' + +[update.modrinth] +mod-id = 'qyVF9oeo' +version = 'D7fOLtmp' \ No newline at end of file diff --git a/mods/splashfox.pw.toml b/mods/splashfox.pw.toml new file mode 100644 index 0000000..dff24a4 --- /dev/null +++ b/mods/splashfox.pw.toml @@ -0,0 +1,16 @@ +filename = 'splashfox-1.1.0.jar' +name = 'SplashFox' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2', '1.19.3', '1.19.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '86b99545d40f62962ca1c6160ea8ffa50fbcb635141b626dc0d1dbec16d4c96593da30745874ec9f718fac304893a795c5be3c0ba67b319a09ae7c5a08389916' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/a59NK2Js/versions/G2euUYGf/splashfox-1.1.0.jar' + +[update.modrinth] +mod-id = 'a59NK2Js' +version = 'G2euUYGf' \ No newline at end of file diff --git a/mods/starlight.pw.toml b/mods/starlight.pw.toml new file mode 100644 index 0000000..842cdcd --- /dev/null +++ b/mods/starlight.pw.toml @@ -0,0 +1,16 @@ +filename = 'starlight-1.1.1+fabric.ae22326.jar' +name = 'Starlight (Fabric)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2', '1.19.3', '1.19.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '68f81298c35eaaef9ad5999033b8caf886f3c583ae1edc25793bdd8c2cbf5dce6549aa8d969c55796bd8b0d411ea8df2cd0aaeb9f43adf0691776f97cebe1f9f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/H8CaAYZC/versions/1.1.1%2B1.19/starlight-1.1.1%2Bfabric.ae22326.jar' + +[update.modrinth] +mod-id = 'H8CaAYZC' +version = 'qH1xCwoC' \ No newline at end of file diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..53af26b --- /dev/null +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'supermartijn642configlib-1.1.8a-fabric-mc1.19.jar' +name = "SuperMartijn642's Config Lib" +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2', '1.19.3', '1.19.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '664efef7e765d54d467ec4e6baf810bda977116c68170ba1ba5ce0f188f217c91b5e85733ea232700cb370512e0bcdebecb22e6e607d6f9dfe62b8a46e6fcb1a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/LN9BxssP/versions/5MbF108J/supermartijn642configlib-1.1.8a-fabric-mc1.19.jar' + +[update.modrinth] +mod-id = 'LN9BxssP' +version = '5MbF108J' \ No newline at end of file diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..32f3f00 --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'supermartijn642corelib-1.1.18a-fabric-mc1.19.2.jar' +name = "SuperMartijn642's Core Lib" +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cdf8ba58f2944c3264dd7ef120211cd35f270eab4348532880a3a9a685a1baea180121eec8843ec775ce01fc4a04b841d78068671a6b97d804d96ac290ca70aa' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rOUBggPv/versions/AbbdjL85/supermartijn642corelib-1.1.18a-fabric-mc1.19.2.jar' + +[update.modrinth] +mod-id = 'rOUBggPv' +version = 'AbbdjL85' \ No newline at end of file diff --git a/mods/tinkerers-smithing.pw.toml b/mods/tinkerers-smithing.pw.toml new file mode 100644 index 0000000..cc7912e --- /dev/null +++ b/mods/tinkerers-smithing.pw.toml @@ -0,0 +1,16 @@ +filename = 'tinkerers-smithing-2.7.0+1.19.jar' +name = "Tinkerer's Smithing" +side = 'server' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '02f0665814cad0576f27c93a793d837a5b6c39e0e6f2493f318b6a0747821537ccad96a5518378031969bcbf5fb380fd5cfb80dd21f1c3bf35c18999b6569398' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/RhVpNN5O/versions/g3QErNyJ/tinkerers-smithing-2.7.0%2B1.19.jar' + +[update.modrinth] +mod-id = 'RhVpNN5O' +version = 'g3QErNyJ' \ No newline at end of file diff --git a/mods/trinkets.pw.toml b/mods/trinkets.pw.toml new file mode 100644 index 0000000..5684bee --- /dev/null +++ b/mods/trinkets.pw.toml @@ -0,0 +1,16 @@ +filename = 'trinkets-3.4.2.jar' +name = 'Trinkets' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '857009331f23a8fa3c64aadd23efc0de0b7710a0ec0c4bedb504550959784dd614a6fe4ddd4c19940e751bd7395ea7fb2951b7dccf2cbdf675fe3f2143b85cdc' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/5aaWibi9/versions/OLwsMJv4/trinkets-3.4.2.jar' + +[update.modrinth] +mod-id = '5aaWibi9' +version = 'OLwsMJv4' \ No newline at end of file diff --git a/mods/wnboi.pw.toml b/mods/wnboi.pw.toml new file mode 100644 index 0000000..8370bd8 --- /dev/null +++ b/mods/wnboi.pw.toml @@ -0,0 +1,16 @@ +filename = 'wnboi-0.0.4-fabric.jar' +name = 'Why Not Be One Item' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9da799aea5cd5b5be29671654719f61360271afd063cbcb8ee47b98e381b55c5fecb153c3f552cf2e095a28fe20570f59ca584547ded610fcc1764f26b8239be' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/L8iJY5PM/versions/iZuEejyK/wnboi-0.0.4-fabric.jar' + +[update.modrinth] +mod-id = 'L8iJY5PM' +version = 'iZuEejyK' \ No newline at end of file diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..ee73716 --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,16 @@ +filename = 'yet-another-config-lib-fabric-2.5.0+1.19.4.jar' +name = 'YetAnotherConfigLib (YACL)' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '970693359b9933d8499e7e35b0318d4f3b29994af53feef376ccde98ec9a20deb02de036ccc1f54b916bc564f2cfc0c70170ae82bc57fab9d10428ed4464d508' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1eAoo2KR/versions/NZpUvhBc/yet-another-config-lib-fabric-2.5.0%2B1.19.4.jar' + +[update.modrinth] +mod-id = '1eAoo2KR' +version = 'NZpUvhBc' \ No newline at end of file diff --git a/mods/yttr.pw.toml b/mods/yttr.pw.toml new file mode 100644 index 0000000..3af5cbd --- /dev/null +++ b/mods/yttr.pw.toml @@ -0,0 +1,16 @@ +filename = 'yttr-7.699+1.19.2.jar' +name = 'Yttr' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '66db1324ac4ab299bce7afab19d270a901b805e47d35731cfc2bcfb6da184d1dffeed9b6b2c0a76ea6d42219c82269477c5eb8e2df27c0d10b2fcfcc8fb909e4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZCLrWdGm/versions/OYiTUvXc/yttr-7.699%2B1.19.2.jar' + +[update.modrinth] +mod-id = 'ZCLrWdGm' +version = 'OYiTUvXc' \ No newline at end of file diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml new file mode 100644 index 0000000..11baf74 --- /dev/null +++ b/mods/yungs-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsApi-1.19.2-Fabric-3.8.10.jar' +name = "YUNG's API" +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '253b045ca271620c129f3655629a1ea966f3b3625469a41f2c22e2db69f31ceaaa8bb121e602eb40fd3866bdf3f64c1fcb27f97c7b6a11ce86e3b15d7735c963' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Ua7DFN59/versions/pxmQWPn7/YungsApi-1.19.2-Fabric-3.8.10.jar' + +[update.modrinth] +mod-id = 'Ua7DFN59' +version = 'pxmQWPn7' \ No newline at end of file diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml new file mode 100644 index 0000000..85133db --- /dev/null +++ b/mods/yungs-better-desert-temples.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterDesertTemples-1.19.2-Fabric-2.2.2.jar' +name = "YUNG's Better Desert Temples" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cfa254accc57676ff5175efd7dc61619af1d40719a6bde5932012d18a0edf603bb500f3b64e89d1ee5a96ed8904eaaa6334a0ac43b789d0862717d7c5bdf87e5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/XNlO7sBv/versions/fPGcJ7Ts/YungsBetterDesertTemples-1.19.2-Fabric-2.2.2.jar' + +[update.modrinth] +mod-id = 'XNlO7sBv' +version = 'fPGcJ7Ts' \ No newline at end of file diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml new file mode 100644 index 0000000..71e1acb --- /dev/null +++ b/mods/yungs-better-dungeons.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterDungeons-1.19.2-Fabric-3.2.1.jar' +name = "YUNG's Better Dungeons" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b58ec8addc5d94fb551e90f461c428a65339617baba0691e23e740481cc40723599a37f59b7ef244b8859a786372ceacdd2ca2a0919e0eebb788a2e10a86553c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/o1C1Dkj5/versions/XOk0yK9M/YungsBetterDungeons-1.19.2-Fabric-3.2.1.jar' + +[update.modrinth] +mod-id = 'o1C1Dkj5' +version = 'XOk0yK9M' \ No newline at end of file diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..0e0e28e --- /dev/null +++ b/mods/yungs-better-end-island.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterEndIsland-1.19.2-Fabric-1.0.jar' +name = "YUNG's Better End Island" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cb79c362c2e3c774fca12f52b7502f42fef89ffc5190f668475d15cbd521ee6068cf73638fe36e4cd45540368376dad334fcc760d6babb52387ebaa9ae10ef0b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/2BwBOmBQ/versions/61MlZk1C/YungsBetterEndIsland-1.19.2-Fabric-1.0.jar' + +[update.modrinth] +mod-id = '2BwBOmBQ' +version = '61MlZk1C' \ No newline at end of file diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml new file mode 100644 index 0000000..a3d1ee0 --- /dev/null +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterJungleTemples-1.19.2-Fabric-1.0.1.jar' +name = "YUNG's Better Jungle Temples" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '8aa3169d1ede229bd914ec962f7f89b72b880b751bec62433c7a1cab473c0bba34f365fa064ae2ee40433e5045909f53f8fa4d8b5fb88ca145affb3f9b1e9672' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/z9Ve58Ih/versions/nlCwNeL7/YungsBetterJungleTemples-1.19.2-Fabric-1.0.1.jar' + +[update.modrinth] +mod-id = 'z9Ve58Ih' +version = 'nlCwNeL7' \ No newline at end of file diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml new file mode 100644 index 0000000..67155be --- /dev/null +++ b/mods/yungs-better-mineshafts.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterMineshafts-1.19.2-Fabric-3.2.1.jar' +name = "YUNG's Better Mineshafts" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '87488eb5fac355f44180b08c79c2fda8c55dc92797eeec6a596f6d1462fbd4c321ffb61dba964816fba259c675dc4546fd0898e10755581640f4267abcb06acd' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HjmxVlSr/versions/vlpZvDsy/YungsBetterMineshafts-1.19.2-Fabric-3.2.1.jar' + +[update.modrinth] +mod-id = 'HjmxVlSr' +version = 'vlpZvDsy' \ No newline at end of file diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml new file mode 100644 index 0000000..ac36592 --- /dev/null +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterNetherFortresses-1.19.2-Fabric-1.0.6.jar' +name = "YUNG's Better Nether Fortresses" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b8fc08da9ec672029d94512559dd4700d0ee702b6dbc41b4d4c0657bb2582d491f0aa41767efbe928913c3bd35c15fc91665ae00fe698998ebfe33ac5c7c9a29' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Z2mXHnxP/versions/W4uRBVaV/YungsBetterNetherFortresses-1.19.2-Fabric-1.0.6.jar' + +[update.modrinth] +mod-id = 'Z2mXHnxP' +version = 'W4uRBVaV' \ No newline at end of file diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..446dae5 --- /dev/null +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterOceanMonuments-1.19.2-Fabric-2.1.1.jar' +name = "YUNG's Better Ocean Monuments" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd40afa192f5317c56ed1d79ee309869cc0555d9903f75dc8eae45e1733e51039d770114a972c9751590202f5774b0aa8e4c6009ccbe2836b7810b41231ad0132' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/3dT9sgt4/versions/Sn8cPXAH/YungsBetterOceanMonuments-1.19.2-Fabric-2.1.1.jar' + +[update.modrinth] +mod-id = '3dT9sgt4' +version = 'Sn8cPXAH' \ No newline at end of file diff --git a/mods/yungs-better-strongholds.pw.toml b/mods/yungs-better-strongholds.pw.toml new file mode 100644 index 0000000..7d379c0 --- /dev/null +++ b/mods/yungs-better-strongholds.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterStrongholds-1.19.2-Fabric-3.2.0.jar' +name = "YUNG's Better Strongholds" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a974ced35995e894c2592a7ca7f5ff54d21b0f18e5e709961c1748f3a91a086927d5bdacd6cc4ce884952505f506086d1b54507869e343fb857fdd96069e1503' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/kidLKymU/versions/KZDwDgOz/YungsBetterStrongholds-1.19.2-Fabric-3.2.0.jar' + +[update.modrinth] +mod-id = 'kidLKymU' +version = 'KZDwDgOz' \ No newline at end of file diff --git a/mods/yungs-better-witch-huts.pw.toml b/mods/yungs-better-witch-huts.pw.toml new file mode 100644 index 0000000..20f169d --- /dev/null +++ b/mods/yungs-better-witch-huts.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBetterWitchHuts-1.19.2-Fabric-2.1.0.jar' +name = "YUNG's Better Witch Huts" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '35a274c63ce27212d3cd49e6f8f5f2945c7d9f2693e211781e2764862b817bf1fdae70e56f063398b1fb1c33ca4031aed0c2318a04870247fec9f058c74a865b' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/t5FRdP87/versions/aGIYJrqz/YungsBetterWitchHuts-1.19.2-Fabric-2.1.0.jar' + +[update.modrinth] +mod-id = 't5FRdP87' +version = 'aGIYJrqz' \ No newline at end of file diff --git a/mods/yungs-bridges.pw.toml b/mods/yungs-bridges.pw.toml new file mode 100644 index 0000000..40a43ef --- /dev/null +++ b/mods/yungs-bridges.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsBridges-1.19.2-Fabric-3.1.0.jar' +name = "YUNG's Bridges" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'a8d9886d661720e7e429c8c58b2e141e457b8eeb2dc72d3392394fa72f57538d058e3900cd6a594ee4ab3216dcf16227eaa01fd717f59ecea6e9b3b6cf2c658c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Ht4BfYp6/versions/42BwR2A5/YungsBridges-1.19.2-Fabric-3.1.0.jar' + +[update.modrinth] +mod-id = 'Ht4BfYp6' +version = '42BwR2A5' \ No newline at end of file diff --git a/mods/yungs-extras.pw.toml b/mods/yungs-extras.pw.toml new file mode 100644 index 0000000..67b29c5 --- /dev/null +++ b/mods/yungs-extras.pw.toml @@ -0,0 +1,16 @@ +filename = 'YungsExtras-1.19.2-Fabric-3.1.0.jar' +name = "YUNG's Extras" +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '36bf12dd0ff4b6dedbba6af153d5be662bba7155a954826c573bd9c4dcee6327edc82344b875846ce58fc1206eb574967e13884de4ec99899e00c0c046512a7c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZYgyPyfq/versions/oODh25Uv/YungsExtras-1.19.2-Fabric-3.1.0.jar' + +[update.modrinth] +mod-id = 'ZYgyPyfq' +version = 'oODh25Uv' \ No newline at end of file diff --git a/mods/zoomify.pw.toml b/mods/zoomify.pw.toml new file mode 100644 index 0000000..c6835d6 --- /dev/null +++ b/mods/zoomify.pw.toml @@ -0,0 +1,16 @@ +filename = 'Zoomify-2.9.0.jar' +name = 'Zoomify' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2', '1.19.3' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '01f1fcdab10eb48bd4cee7cc7bca5d74aca6af5cc770ac2d3ddad5210ec7a5475cdd5bab36bb69397a51d350ec4391774679f24480407628037d2d65d11e1ea0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/w7ThoJFB/versions/f017okM4/Zoomify-2.9.0.jar' + +[update.modrinth] +mod-id = 'w7ThoJFB' +version = 'f017okM4' \ No newline at end of file diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..b626fbc --- /dev/null +++ b/pack.toml @@ -0,0 +1,17 @@ +name = "Aquamidoge" +author = "Infinidoge" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "d5819abaa1dc5a8d60d10e582bb10a9c58cc7a82fb3a9fb1968e5c677cb2684b" + +[versions] +minecraft = "1.19.2" +quilt = "0.28.1" + +[options] +datapack-folder = "./resources/datapacks" +resourcepack-folder = "./resources/resourcepacks" diff --git a/resources/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml b/resources/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml new file mode 100644 index 0000000..f93b34f --- /dev/null +++ b/resources/datapacks/repurposed-structures-better-desert-temples-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Desert Temples Compat" +filename = "Repurposed_Structures-Better_Desert_Temples_v7.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/mKaYfrOy/versions/E3gUs71c/Repurposed_Structures-Better_Desert_Temples_v7.zip" +hash-format = "sha512" +hash = "0f005d6f98e066291471aa81f33c794f538dc10b58c9f3d26d3f3f7e274d7c0ce1d7053379116aac61595e503d2fe92f9e22317772885777426047ac1d8f9fc0" + +[update] +[update.modrinth] +mod-id = "mKaYfrOy" +version = "E3gUs71c" diff --git a/resources/datapacks/repurposed-structures-better-dungeons-compat.pw.toml b/resources/datapacks/repurposed-structures-better-dungeons-compat.pw.toml new file mode 100644 index 0000000..99864bb --- /dev/null +++ b/resources/datapacks/repurposed-structures-better-dungeons-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Dungeons Compat" +filename = "Repurposed_Structures-Better_Dungeons_v4.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qUbxpIPN/versions/cV8xLA2R/Repurposed_Structures-Better_Dungeons_v4.zip" +hash-format = "sha512" +hash = "30e90cacf68557bbb9195c146f581044a8a7fc0a01600ad67c8063e7b47f2a41b2c048898dde436b188e11e49a8a47088b97df9d6d3e411118b0799c14dfa2ba" + +[update] +[update.modrinth] +mod-id = "qUbxpIPN" +version = "cV8xLA2R" diff --git a/resources/datapacks/repurposed-structures-better-jungle-temples.pw.toml b/resources/datapacks/repurposed-structures-better-jungle-temples.pw.toml new file mode 100644 index 0000000..ad5a442 --- /dev/null +++ b/resources/datapacks/repurposed-structures-better-jungle-temples.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Jungle Temples Compat" +filename = "Repurposed_Structures-Better_Jungle_Temples_v1_4.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gAvG8ZeC/versions/P4jQGtsm/Repurposed_Structures-Better_Jungle_Temples_v1_4.zip" +hash-format = "sha512" +hash = "fef0a81689f12b9993a6b87e76f4db54924f85af5a336aeb8d86a31a3dc41b515aa61a4193f7e657657078e3965c04bb9f587defa5629d16f456ba00d2e4efc8" + +[update] +[update.modrinth] +mod-id = "gAvG8ZeC" +version = "P4jQGtsm" diff --git a/resources/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml b/resources/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml new file mode 100644 index 0000000..367f000 --- /dev/null +++ b/resources/datapacks/repurposed-structures-better-nether-fortress-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Nether Fortress Compat" +filename = "Repurposed_Structures-Better_Nether_Fortress_v5.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/7vT7Bwz9/versions/jckvwCXz/Repurposed_Structures-Better_Nether_Fortress_v5.zip" +hash-format = "sha512" +hash = "e3731fc724064bc8c6a255f769c42eb446d48994cc9c7cd078b934ba8e96a5e1bb958688f2abc14b63c32c24adfd240a391fe1f19af8b501866ed481fb8b06ee" + +[update] +[update.modrinth] +mod-id = "7vT7Bwz9" +version = "jckvwCXz" diff --git a/resources/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml b/resources/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml new file mode 100644 index 0000000..596cdf6 --- /dev/null +++ b/resources/datapacks/repurposed-structures-better-ocean-monuments-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Ocean Monuments Compat" +filename = "Repurposed_Structures-Better_Monuments_v5.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WQ8xE11Z/versions/vLnAtWrY/Repurposed_Structures-Better_Monuments_v5.zip" +hash-format = "sha512" +hash = "ea6e1dede277fecc6b38b1caa5a0fc5c61b9105f6b71f659ed774fa4f1fc75787f5a80e292036213318c20cbdf07b754dc11bc4579d32d8aecf60999b73f3f59" + +[update] +[update.modrinth] +mod-id = "WQ8xE11Z" +version = "vLnAtWrY" diff --git a/resources/datapacks/repurposed-structures-better-strongholds-compat.pw.toml b/resources/datapacks/repurposed-structures-better-strongholds-compat.pw.toml new file mode 100644 index 0000000..c73bc99 --- /dev/null +++ b/resources/datapacks/repurposed-structures-better-strongholds-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Strongholds Compat" +filename = "Repurposed_Structures-Better_Strongholds_v4.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uJ0YMl4f/versions/y1QnaqJL/Repurposed_Structures-Better_Strongholds_v4.zip" +hash-format = "sha512" +hash = "77bc95f75be82a4a158b7612622ed5da442fc544536e56944d560ef2a9c4005627c3a1c746db743546e0e6533098032ab597cc61badf52e8a38ca99759f65180" + +[update] +[update.modrinth] +mod-id = "uJ0YMl4f" +version = "y1QnaqJL" diff --git a/resources/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml b/resources/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml new file mode 100644 index 0000000..210277e --- /dev/null +++ b/resources/datapacks/repurposed-structures-better-witch-huts-compat.pw.toml @@ -0,0 +1,13 @@ +name = "Repurposed Structures - Better Witch Huts Compat" +filename = "Repurposed_Structures-Better_Witch_Huts_v3_With_Original_Witch_Huts.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ePaZVJM4/versions/MsXvVp9H/Repurposed_Structures-Better_Witch_Huts_v3_With_Original_Witch_Huts.zip" +hash-format = "sha512" +hash = "733255366d3b08d860a709c303db6e5c237545c638ef9b7405ecb390dfc53589be8db4ae9e1a5d07674849f28ae9cb22f45260b4d5e858192f8044edda5e66af" + +[update] +[update.modrinth] +mod-id = "ePaZVJM4" +version = "MsXvVp9H" diff --git a/unsup.ini b/unsup.ini new file mode 100644 index 0000000..e9349d1 --- /dev/null +++ b/unsup.ini @@ -0,0 +1,7 @@ +version=1 +preset=minecraft + +source_format=packwiz +source=https://git.inx.moe/Infinidoge/aquamidoge/raw/branch/master/pack.toml + +modpack_name=Aquamidoge