commit c29bbbc3786ce1e16e291ecb76aef20a7dbf8dc8 Author: Hexugory Date: Wed Sep 17 15:06:35 2025 -0500 in its current form diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2edc408 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcf7a55 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Exclude exported CurseForge zip files +/*.zip + +# Exclude exported Modrinth modpacks +*.mrpack + +# Exclude packwiz binary +packwiz.exe \ No newline at end of file diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..16fdb98 --- /dev/null +++ b/.packwizignore @@ -0,0 +1,7 @@ +# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports +# See https://git-scm.com/docs/gitignore + +# Exclude README +/README.md + +/static/* \ No newline at end of file diff --git a/config/connector.json b/config/connector.json new file mode 100644 index 0000000..cc0ecfe --- /dev/null +++ b/config/connector.json @@ -0,0 +1,9 @@ +{ + "version": 1, + "hiddenMods": ["craftgr"], + "globalModAliases": { + "cloth_config": "cloth-config2", + "playeranimator": "player-animator" + }, + "enableMixinSafeguard": true +} \ No newline at end of file diff --git a/config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json b/config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json new file mode 100644 index 0000000..3f7c6e8 --- /dev/null +++ b/config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#c:ores" + ] +} \ No newline at end of file diff --git a/config/paxi/datapacks/UltimineWhitelist/pack.mcmeta b/config/paxi/datapacks/UltimineWhitelist/pack.mcmeta new file mode 100644 index 0000000..296cdd6 --- /dev/null +++ b/config/paxi/datapacks/UltimineWhitelist/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Adds a whitelist to FTB Ultimine", + "pack_format": 81 + } +} \ No newline at end of file diff --git a/config/paxi/datapacks/true-ending.pw.toml b/config/paxi/datapacks/true-ending.pw.toml new file mode 100644 index 0000000..86d7e36 --- /dev/null +++ b/config/paxi/datapacks/true-ending.pw.toml @@ -0,0 +1,13 @@ +name = "True Ending - Ender Dragon Overhaul" +filename = "true-ending-v1.1.2d.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MCnBYP0b/versions/ynFyyU6J/true-ending-v1.1.2d.zip" +hash-format = "sha512" +hash = "9989c4998d6f152ff81c823d60ea82e81a4347af3d9e07db8c935f85f3bb951b781b0f85ecaa4f87c44723599de21acaf64577f90eebd6828170b786e580f440" + +[update] +[update.modrinth] +mod-id = "MCnBYP0b" +version = "ynFyyU6J" diff --git a/config/paxi/resourcepacks/tender-dragon.pw.toml b/config/paxi/resourcepacks/tender-dragon.pw.toml new file mode 100644 index 0000000..f9b7161 --- /dev/null +++ b/config/paxi/resourcepacks/tender-dragon.pw.toml @@ -0,0 +1,13 @@ +name = "Tender Dragon" +filename = "Tender Dragon v1.4.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/gSsi9zDt/versions/jPqcliNW/Tender%20Dragon%20v1.4.zip" +hash-format = "sha512" +hash = "da4853f5fcbcd2371a1725439859660e95cfda8352f11286e7436608b4060da64e17e913304d6ff81ff6e62ee86ea0c4c7769ed0e1503be5fc8eb6a58c39cc4a" + +[update] +[update.modrinth] +mod-id = "gSsi9zDt" +version = "jPqcliNW" diff --git a/config/paxi/resourcepacks/true-ending-ender-dragon-music.pw.toml b/config/paxi/resourcepacks/true-ending-ender-dragon-music.pw.toml new file mode 100644 index 0000000..f639565 --- /dev/null +++ b/config/paxi/resourcepacks/true-ending-ender-dragon-music.pw.toml @@ -0,0 +1,13 @@ +name = "True Ending: Ender Dragon Music" +filename = "true-ending-dragon-music-v1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZltblCOt/versions/fAatoFaQ/true-ending-dragon-music-v1.zip" +hash-format = "sha512" +hash = "30358e1b4df6830fde5551ea5117280c3c1c40898a24d838a1798a87d47b982e3852e9d7fe9777dc64af454c3d579ff4e2bed8bdd51be156dae305e91abeb1ab" + +[update] +[update.modrinth] +mod-id = "ZltblCOt" +version = "fAatoFaQ" diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..5b54c4f --- /dev/null +++ b/index.toml @@ -0,0 +1,408 @@ +hash-format = "sha256" + +[[files]] +file = "config/connector.json" +hash = "89c88c900b7c8e46b05f0281a8fd2ffc5db77ea5559a86df248a45da25a30d8c" + +[[files]] +file = "config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json" +hash = "99064bbc8948a29d75c9324b7930049028fca3adce5ee2163308aa0902e71147" + +[[files]] +file = "config/paxi/datapacks/UltimineWhitelist/pack.mcmeta" +hash = "f2e470e7c82f0b4d9a756f373a01dd01f80eab79143f547804eb6f535daf1a86" + +[[files]] +file = "config/paxi/datapacks/true-ending.pw.toml" +hash = "82ff304ca30f125cc33378ccdc35564941a8910240266ee7107dbfbac428e755" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/tender-dragon.pw.toml" +hash = "4fdf2b54709fcd540eb68c7b156efaa04457ff98a19eebe7494667bb53c173aa" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/true-ending-ender-dragon-music.pw.toml" +hash = "03453353d86c9067926e50b89cd89ee443ef76a1d31826e87ab081bd2eb0dc80" +metafile = true + +[[files]] +file = "mods/accessories-compat-layer.pw.toml" +hash = "2c8be2c046fe31711c51943ce3eecb5b5d5d2784316f6aa1076a6821255b479f" +metafile = true + +[[files]] +file = "mods/accessories.pw.toml" +hash = "edd2f7290d09235b0a6a844b2d55c0bff8ec807ebbb8dd0b8c9ed4170d015a7b" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "3213c881d019cd8f952f738c10d5a950ee52ff0084750b81f656a58a4a78515d" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "6d3a1c92eee4dd671253c41ec000ae48064a33c45263d6adce5cad466395169d" +metafile = true + +[[files]] +file = "mods/autumnity.pw.toml" +hash = "5684ca149889a704c30a4f4b39901ca3e4cefe22360525a4f6b8d72b8bedb903" +metafile = true + +[[files]] +file = "mods/blueprint.pw.toml" +hash = "f45bde04c8cc141077ebea59194d9dd9327917223206c70346589bd4cd466254" +metafile = true + +[[files]] +file = "mods/brandons-core.pw.toml" +hash = "b8d10c1a11fdb88d5034644e675285f8c6770441659514ed1e757cfb6c3810b5" +metafile = true + +[[files]] +file = "mods/chloride.pw.toml" +hash = "fea72fc60fc9ff83090ede284a8fe65090cb2fed2fd4f697de5ebe6071ff5b41" +metafile = true + +[[files]] +file = "mods/cicada.pw.toml" +hash = "c390e2533e854690085d2a455d192e22817532f8e1400f498f4312ee5dfdda50" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "75181b55e0407d1fca1e2f346c6501f919f5109545990ddfb66db9cd1b771f8a" +metafile = true + +[[files]] +file = "mods/codechicken-lib.pw.toml" +hash = "1051d322f24322868b767199c0e6803bbc1c1c013c506f858eda02007c8fbc47" +metafile = true + +[[files]] +file = "mods/combat-nouveau.pw.toml" +hash = "2082be01a5a634d36b3141d1fa19ccbf0bf7fb2a4aa1dc726b6dfe26de0b091d" +metafile = true + +[[files]] +file = "mods/connector-extras.pw.toml" +hash = "52e2cb54ee2933bf00e9b7886f47938a2dce1bf998293be2b38552083ffa5f9a" +metafile = true + +[[files]] +file = "mods/connector.pw.toml" +hash = "1cfa183bba77b45e4ae2abea9449c5f4f33b1af56e8b87166525fc56216daba4" +metafile = true + +[[files]] +file = "mods/craftgr.pw.toml" +hash = "21b09697b70bdce5b91b30f4d27b5a8892e49a0823ac3da8d8d91b3ea96f6f15" +metafile = true + +[[files]] +file = "mods/create-rustic-structures.pw.toml" +hash = "1933027982a0a225ae7495a675ade0eb3bd71b3da69747a923bf2464251515ee" +metafile = true + +[[files]] +file = "mods/create-tfmg.pw.toml" +hash = "3cda443ff58efc9182facd56754d1ad7a3974b8daf2cf743f13b3caf12a1eb58" +metafile = true + +[[files]] +file = "mods/create.pw.toml" +hash = "7f25446123f66f57e7cc8e148155a3da39d85b31963c663b5b9be77fc1bacbe6" +metafile = true + +[[files]] +file = "mods/curios.pw.toml" +hash = "36debf7653e95a855b4fedacc19027cf2e01960fc0b6d55ef2ffbffbcb455690" +metafile = true + +[[files]] +file = "mods/draconic-evolution.pw.toml" +hash = "31bfa09da73687f6b58bdaab078f98d6663cc2c9fb5b32ece71613d15e3d78fb" +metafile = true + +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "bbf03bec2bd4927ace16eef106c45b0f3ec53c48d5f43119520123ad98f3fdf1" +metafile = true + +[[files]] +file = "mods/emi-ores.pw.toml" +hash = "0b921f73d5b1ad6615740956567d6cb06950f5520f094dbb7a045bb4bd5ba309" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "d3c9b48d7caa2ed964e5d1a4dab1da5655c63f0a7e4a59231c4369be7ffc30e1" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "6b5fa0d3a684cf6cf33f1399c2b4bdbee34dbe362548808315b488ac172e2ada" +metafile = true + +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "f48d8d1f04f68dc8e6cac4ed4768790fa7ab35ee23c2aaed5391d862c6043eab" +metafile = true + +[[files]] +file = "mods/euphoria-patches.pw.toml" +hash = "bfd7106ec48a0ebea40640b1d65177ef82eb79a110fa4be0074a865fb485900e" +metafile = true + +[[files]] +file = "mods/exposure.pw.toml" +hash = "10ec5a4494ad86a474216b089765476bbb53b2c66cbcaac7ed2a2f400c2dcc91" +metafile = true + +[[files]] +file = "mods/farmers-delight.pw.toml" +hash = "44abae510395f12f9ea97b8296b2f72e25f18b9f3f2cc0ee42c0d9afd73fe0b3" +metafile = true + +[[files]] +file = "mods/forgified-fabric-api.pw.toml" +hash = "5b34f5aff5000de94ed9e132315bad7288a72a9cbb8f902df2799a579433b7af" +metafile = true + +[[files]] +file = "mods/ftb-library-forge.pw.toml" +hash = "3e4cbcc386934c6e4fe0c21db8634c0031cb22f18efd11930ec656be02b4899f" +metafile = true + +[[files]] +file = "mods/ftb-ultimine-forge.pw.toml" +hash = "126fad7c3a79c14ab4bbc27547d31005afd9a9cf0e2670c35b43f386b2e54c66" +metafile = true + +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "e00b467d81fc5f35bf7432bc3b5d371281b0719eeae4377854a5f8ca33968190" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "0f4baadff512e8a9ca8bb1beb36b3fac771f9d6e28de73b39da50548ac6c1ae8" +metafile = true + +[[files]] +file = "mods/geore.pw.toml" +hash = "92fd62946dd06fc16ada530866428e07e27b0a368a237d5ebd7ccf88d5afad4d" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "f67aa60c765593a8c70f78296a460349c6aef5f4a16d173eae02e8803b545ad4" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "e7d3f7e0472ba9a3ef946fa5defcb157e4126636e603c2306d4ad6065936d5e2" +metafile = true + +[[files]] +file = "mods/just-dire-things.pw.toml" +hash = "96b303d3ae60fa5fbfcb1a11b8400c1b455d20362b56f3bc08c6bbb263bb06c8" +metafile = true + +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "1a9ec5beaba1be3151b8710db2bfab90c2063a4dafaf2720336852245a145cc4" +metafile = true + +[[files]] +file = "mods/lavender.pw.toml" +hash = "7dc27df21d8bd6b4e5387592063817c7de24a7e3ce8c90bb6bf3a9e22199d5e5" +metafile = true + +[[files]] +file = "mods/lighty.pw.toml" +hash = "5ce96ac040fca257f41959be41ad80ba790102dc91cccd8c09e81eed19fa6478" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "b8ce87d9a7164676e68e69e9e6706cd6e9123b1fe740612b1ba39b43ce8675ef" +metafile = true + +[[files]] +file = "mods/modonomicon.pw.toml" +hash = "0b9153f74bbb1f69639e95267f548169cbcbb8d4a3812fa27ef1aa8b248abe56" +metafile = true + +[[files]] +file = "mods/moonlight.pw.toml" +hash = "b1dc177000d771f2e14d7a836422e8342ff861027670dd4e01dd2704df86a2db" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "b3e831b3e4d6ddbf23806b0fec6087eca264af1ebc04e747c89024972aaa8607" +metafile = true + +[[files]] +file = "mods/owo-lib.pw.toml" +hash = "46831c04077a06df823bcd0f254833a90a9a9ccc78f5069f4b4c27fa301ac0cf" +metafile = true + +[[files]] +file = "mods/pastel-mod.pw.toml" +hash = "53f6bd232f7f504d99d060e111a28513c401a4372d1a946d10f7ab54c5d6a618" +metafile = true + +[[files]] +file = "mods/patchouli.pw.toml" +hash = "04ba8a8c91a6c25c42321493a2d233762bb01169fac5fd834e434887cdbf8596" +metafile = true + +[[files]] +file = "mods/paxi.pw.toml" +hash = "215d597764d5c5db89e700fc3495b72dc0a7f09c975de19dc8c580bde3469a5e" +metafile = true + +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "989b2aeb18f4004fb9b7932951de4b38ffa0fc6bf5360ac32ffe9af08391d04d" +metafile = true + +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "09306b955060349986ccf6a6d2a67f1e019fa172a7dc690dd6007f81c966309a" +metafile = true + +[[files]] +file = "mods/screenshot-viewer.pw.toml" +hash = "7218a06fa27c0bfaa0e6f7db00842b1de5d45aa2a3573bc76cb11930a075d76b" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "e9e41de110073bcf95c37c661aeaee6611916ce452a91ab0ab46526833aeb447" +metafile = true + +[[files]] +file = "mods/sodium-dynamic-lights.pw.toml" +hash = "c1e526d3d17cb3563e596d45c7567ed1fe60c31bdc3457f7a747ef8150bd3c1b" +metafile = true + +[[files]] +file = "mods/sodium-options-api.pw.toml" +hash = "d193173f0f5dfb4a921d44e29e8d5cee656dd3a40872939069715bb482b66fc9" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "0281ed9713f3141bdac363056a791845510e14761ea65b4b2813cf96d664b20a" +metafile = true + +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "e694dc59f9c19e8cb6cfd15e5d640d75b91236d27c2641f1c3a28e1389b4d594" +metafile = true + +[[files]] +file = "mods/spark.pw.toml" +hash = "593fa7b30ab016aa45be07bd6bef3a9f160ed0f24689850d60bf84995d69b843" +metafile = true + +[[files]] +file = "mods/spice-of-life-carrot-edition.pw.toml" +hash = "8fc5de8af644504673af794edc678ffa7b508c39ad30f69736744b282d55ad50" +metafile = true + +[[files]] +file = "mods/superb-warfare.pw.toml" +hash = "b6ca00a912eb06d3f4ff27e27503401ee1398e4fe04737959b1580f19bf9db23" +metafile = true + +[[files]] +file = "mods/supplementaries.pw.toml" +hash = "bea4ad70e686667b7e038de2e61b1a1f971d755c12117c9cc0dd1defc8ffb769" +metafile = true + +[[files]] +file = "mods/the-twilight-forest.pw.toml" +hash = "bbd1d4b8b1562f98c9247a29de80b0ba5447dda5b549a8b4ee732c38925b784b" +metafile = true + +[[files]] +file = "mods/tmrv.pw.toml" +hash = "cf627ec0600bbd92d94d80971f82391d4f671c4b3b2014233e53aa7d645a5d07" +metafile = true + +[[files]] +file = "mods/touhou-little-maid.pw.toml" +hash = "5de2412941804657c8a96d6a497feac2f02f0da3587de990b9b4f010cf420fff" +metafile = true + +[[files]] +file = "mods/trickster.pw.toml" +hash = "6a6a033c60c2aab3c52d11d0f8ad55f81e3156f1a3f11ca1e1a84fb9d3081844" +metafile = true + +[[files]] +file = "mods/vampires-need-umbrellas.pw.toml" +hash = "5044244197219c2d0dcca141c78c0dd1837d27954e1a4ebb05aa60a59bb87bf9" +metafile = true + +[[files]] +file = "mods/vampirism.pw.toml" +hash = "ea33f2992f926328a65b14d4d3c5f2518064b7f3e73dd02abd4ca85eafbe1352" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "9d76c3683cfea5c5976823a000eacc9944db9f097894356d2a029cf36642ffa4" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "9b8940ac83dde84cfc59860c6544a4b1194e635786c26bd47dc15eee79e63598" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "aa9070a0e763f00f0d0b325e9bb980e53faabe9854bae25f2e542a7b81b7492e" +metafile = true + +[[files]] +file = "mods/yes-steve-model.pw.toml" +hash = "9d6f6abf456fc9fa7e39a13babcd5c3c202b0f3516adc6a1d1156ee17f801aa6" +metafile = true + +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "d9c0c9209bac0b693af2a7c1e47ffb28d366bad19c91df31dc6d345fa75250a1" +metafile = true + +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "03d964cba45be30fbcbef52f89f3953185737f55c8934d12e199b67194c2b368" +metafile = true + +[[files]] +file = "shaderpacks/bsl-shaders.pw.toml" +hash = "d30923bf5cfb4988a372508cb461d8077609d79a38d0b170785804c7ad15f16e" +metafile = true + +[[files]] +file = "shaderpacks/complementary-reimagined.pw.toml" +hash = "3385e33cb8e2cbf402562dcb68669cc2905fec01b4be9fe27a516010c5aaff87" +metafile = true + +[[files]] +file = "shaderpacks/complementary-unbound.pw.toml" +hash = "9025311f42fe8ab581987962c9c6b3ec5a50f5afc803e9d867dc580cb0b66190" +metafile = true + +[[files]] +file = "shaderpacks/makeup-ultra-fast-shaders.pw.toml" +hash = "98146b3c9311635f180bfd250781986b88516f930ee652fcbd234788b64ba3b6" +metafile = true diff --git a/mods/accessories-compat-layer.pw.toml b/mods/accessories-compat-layer.pw.toml new file mode 100644 index 0000000..976720b --- /dev/null +++ b/mods/accessories-compat-layer.pw.toml @@ -0,0 +1,13 @@ +name = "Accessories Compatibility Layer" +filename = "accessories_compat_layer-neoforge-0.1.8+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ySnjMzLg/versions/IpqL5Ixl/accessories_compat_layer-neoforge-0.1.8%2B1.21.1.jar" +hash-format = "sha512" +hash = "f0d9890f3c8a6b2cf66be9db6ce91e5ed4da6556cb775e5071d0e10244f3ed0f826ffaae3aabd5f0cbb9c206a841fe14045c19a807e0c586f0e21c7baa63db69" + +[update] +[update.modrinth] +mod-id = "ySnjMzLg" +version = "IpqL5Ixl" diff --git a/mods/accessories.pw.toml b/mods/accessories.pw.toml new file mode 100644 index 0000000..f33c36b --- /dev/null +++ b/mods/accessories.pw.toml @@ -0,0 +1,13 @@ +name = "Accessories" +filename = "accessories-neoforge-1.1.0-beta.50+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/YPE1dBF6/accessories-neoforge-1.1.0-beta.50%2B1.21.1.jar" +hash-format = "sha512" +hash = "1e645c6323c17e217ebf7b9fb59598427900e40828fe653395d2c021292a56e0d66a8dec8f5b626eba1b7baaf9c66f08b841b8d5b320a769ed8b0dbec7fce191" + +[update] +[update.modrinth] +mod-id = "jtmvUHXj" +version = "YPE1dBF6" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..23f5126 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-neoforge-mc1.21-3.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/kztxpjAA/appleskin-neoforge-mc1.21-3.0.7.jar" +hash-format = "sha512" +hash = "03a94fe4143250b8e80abe97770918ba0af1265110bb73c25444674f9cdf86164464332a913cbac29af82d8ed02dce6ef19bbb62fced92620817a7ec1e761b71" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "kztxpjAA" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..f32c4a4 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-13.0.8-neoforge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6ca11d3cc136bf69bb8f4d56982481eb85b5100b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5786327 +project-id = 419699 diff --git a/mods/autumnity.pw.toml b/mods/autumnity.pw.toml new file mode 100644 index 0000000..bca3660 --- /dev/null +++ b/mods/autumnity.pw.toml @@ -0,0 +1,13 @@ +name = "Autumnity" +filename = "autumnity-1.21.1-6.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cRh6MJ6n/versions/go7fstWf/autumnity-1.21.1-6.0.0.jar" +hash-format = "sha512" +hash = "14f76391ef32f3b906805332cc6f8d41c1f5f714b33f601a45fb9c4febbed37597bcf029073db52d6e1d98994605a9a14cf8d576fc8987cae3947d78cccf7d26" + +[update] +[update.modrinth] +mod-id = "cRh6MJ6n" +version = "go7fstWf" diff --git a/mods/blueprint.pw.toml b/mods/blueprint.pw.toml new file mode 100644 index 0000000..63f3d61 --- /dev/null +++ b/mods/blueprint.pw.toml @@ -0,0 +1,13 @@ +name = "Blueprint" +filename = "blueprint-1.21.1-8.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VsM5EDoI/versions/MQD1gpYp/blueprint-1.21.1-8.0.6.jar" +hash-format = "sha512" +hash = "f920b10ce4b0c06f4c0022138f78d4571b72f9d536bfc2bb6f2369c61e149b23bf6b832fdafeb4ee1d692bf0226834992b1891edc8417f14cb6fa2971515bebe" + +[update] +[update.modrinth] +mod-id = "VsM5EDoI" +version = "MQD1gpYp" diff --git a/mods/brandons-core.pw.toml b/mods/brandons-core.pw.toml new file mode 100644 index 0000000..32497cb --- /dev/null +++ b/mods/brandons-core.pw.toml @@ -0,0 +1,13 @@ +name = "Brandons Core" +filename = "BrandonsCore-1.21.1-3.2.1.307.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iFDWVIFV/versions/fiRrbwua/BrandonsCore-1.21.1-3.2.1.307.jar" +hash-format = "sha512" +hash = "900849c189a64f118b158388c38c5250182442ce1d0d4f9a94b6fbd39a810b062c16a21b6780b0dbeb4b6e93a67079beb4ce1f79af0040a0d8181d86f63bdaac" + +[update] +[update.modrinth] +mod-id = "iFDWVIFV" +version = "fiRrbwua" diff --git a/mods/chloride.pw.toml b/mods/chloride.pw.toml new file mode 100644 index 0000000..194274b --- /dev/null +++ b/mods/chloride.pw.toml @@ -0,0 +1,13 @@ +name = "Chloride (Embeddium++/Sodium++)" +filename = "chloride-NEOFORGE-mc1.21.1-v1.7.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yD9qW65f/versions/nPvLHMwb/chloride-NEOFORGE-mc1.21.1-v1.7.2.jar" +hash-format = "sha512" +hash = "f10b5e0b5349158ee29fe26a1fb0c7752d15c0d51c4e3a4943ddf416312c235173eb50e287d17bbd202063bba3d95ee93131ef76b27fc50cb59791cf3fa1c3c3" + +[update] +[update.modrinth] +mod-id = "yD9qW65f" +version = "nPvLHMwb" diff --git a/mods/cicada.pw.toml b/mods/cicada.pw.toml new file mode 100644 index 0000000..2196e40 --- /dev/null +++ b/mods/cicada.pw.toml @@ -0,0 +1,13 @@ +name = "CICADA" +filename = "cicada-lib-0.14.2+1.21-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IwCkru1D/versions/WShXU7Bd/cicada-lib-0.14.2%2B1.21-1.21.1.jar" +hash-format = "sha512" +hash = "6d13e270ee3b7243968c26efc0655f3d34395ce88cda2176a31cdd6b34fb1bc550a2003b7c4698589de96298a14b1288c5224581ce307fce0300af7e94d4b46a" + +[update] +[update.modrinth] +mod-id = "IwCkru1D" +version = "WShXU7Bd" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..2dac164 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-15.0.140-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar" +hash-format = "sha512" +hash = "aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "izKINKFg" diff --git a/mods/codechicken-lib.pw.toml b/mods/codechicken-lib.pw.toml new file mode 100644 index 0000000..e27f009 --- /dev/null +++ b/mods/codechicken-lib.pw.toml @@ -0,0 +1,13 @@ +name = "CodeChicken Lib" +filename = "CodeChickenLib-1.21.1-4.6.1.524.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2gq0ALnz/versions/bX3ALK0X/CodeChickenLib-1.21.1-4.6.1.524.jar" +hash-format = "sha512" +hash = "c31e42c27bf1b9ee98f74833303f8c264ca45db77147db70f4e2a643c40aab3a57ac4b53f997e609760a294d28de3d0f8168cd9fa1cca201ba5eb7da2e96fd4b" + +[update] +[update.modrinth] +mod-id = "2gq0ALnz" +version = "bX3ALK0X" diff --git a/mods/combat-nouveau.pw.toml b/mods/combat-nouveau.pw.toml new file mode 100644 index 0000000..e5ad9bd --- /dev/null +++ b/mods/combat-nouveau.pw.toml @@ -0,0 +1,13 @@ +name = "Combat Nouveau" +filename = "CombatNouveau-v21.1.1-1.21.1-NeoForge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Iv3kcKZn/versions/O72HWWUK/CombatNouveau-v21.1.1-1.21.1-NeoForge.jar" +hash-format = "sha512" +hash = "479135a0e3c000a50987e70ac6bf4d660c70733d8a5ec0c828d6a8b45dfd1a130ce23fa6955f7bda647760450028a2634adab40a16d5b720ab06ed0aac3e3e15" + +[update] +[update.modrinth] +mod-id = "Iv3kcKZn" +version = "O72HWWUK" diff --git a/mods/connector-extras.pw.toml b/mods/connector-extras.pw.toml new file mode 100644 index 0000000..b8ae233 --- /dev/null +++ b/mods/connector-extras.pw.toml @@ -0,0 +1,13 @@ +name = "Connector Extras" +filename = "ConnectorExtras-1.12.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/dgLCqZyo/ConnectorExtras-1.12.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "ff9fc5d48a81e820c8c26b8a045e0ab7a3b0e9b5eaee7369b2eadb3f93d7eb423255073dfc327d131cb667df93be066560f3704b4cc8a12b07486b98a12bad1d" + +[update] +[update.modrinth] +mod-id = "FYpiwiBR" +version = "dgLCqZyo" diff --git a/mods/connector.pw.toml b/mods/connector.pw.toml new file mode 100644 index 0000000..9e07ba1 --- /dev/null +++ b/mods/connector.pw.toml @@ -0,0 +1,13 @@ +name = "Sinytra Connector" +filename = "connector-2.0.0-beta.9+1.21.1-full.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u58R1TMW/versions/leZwcwvX/connector-2.0.0-beta.9%2B1.21.1-full.jar" +hash-format = "sha512" +hash = "0f2288aea82b4c734860ff900844154e63f1bf33b16a980604f49ca4e5f980ca5a473eda8b39c001152502f52e16c034c8c840ab37169cfcaceba2aeb7056f5d" + +[update] +[update.modrinth] +mod-id = "u58R1TMW" +version = "leZwcwvX" diff --git a/mods/craftgr.pw.toml b/mods/craftgr.pw.toml new file mode 100644 index 0000000..7165012 --- /dev/null +++ b/mods/craftgr.pw.toml @@ -0,0 +1,18 @@ +name = "CraftGR" +filename = "craftgr-1.8.1-mc1.21-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lKYr4L6w/versions/o2TcgK8U/craftgr-1.8.1-mc1.21-neoforge.jar" +hash-format = "sha512" +hash = "3986589809a407c541e6223a5db1f92bc5cc767fbcd7049353ac68ae9996ba3e576cc437734bb6b3fa42d899cde4bbe4ef655339321b324a4b757971e7655adf" + +[update] +[update.modrinth] +mod-id = "lKYr4L6w" +version = "o2TcgK8U" + +[option] +optional = true +description = "Shoutout to LunarSpotlight" +default = true diff --git a/mods/create-rustic-structures.pw.toml b/mods/create-rustic-structures.pw.toml new file mode 100644 index 0000000..fc4ea9b --- /dev/null +++ b/mods/create-rustic-structures.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Rustic Structures [Forge/Fabric/NeoForge]" +filename = "create_rustic_structures-1.0.0-neoforge-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lmbZMkEZ/versions/WeXjf3zz/create_rustic_structures-1.0.0-neoforge-1.21.1.jar" +hash-format = "sha512" +hash = "bea3c97f747032abaec7469ac1dd87992349a0f754050de119c4b1912ef8dcc35c8c81cb60288ed75425027d2dfecca671fc6f3b51383c18a6d0416b84ddf7c3" + +[update] +[update.modrinth] +mod-id = "lmbZMkEZ" +version = "WeXjf3zz" diff --git a/mods/create-tfmg.pw.toml b/mods/create-tfmg.pw.toml new file mode 100644 index 0000000..4db3a4a --- /dev/null +++ b/mods/create-tfmg.pw.toml @@ -0,0 +1,13 @@ +name = "Create: The Factory Must Grow" +filename = "tfmg-1.0.2f.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/USgVjXsk/versions/NT4maYyo/tfmg-1.0.2f.jar" +hash-format = "sha512" +hash = "9c321afe91d53ffcfb25069e181121cf96ff6092268a04c3fc75dc9ad67fc3e1bf22e9273f973248298cd9e335c50d9419f2c6e4222e7c2c4f82f8b6eb561ee6" + +[update] +[update.modrinth] +mod-id = "USgVjXsk" +version = "NT4maYyo" diff --git a/mods/create.pw.toml b/mods/create.pw.toml new file mode 100644 index 0000000..2213297 --- /dev/null +++ b/mods/create.pw.toml @@ -0,0 +1,13 @@ +name = "Create" +filename = "create-1.21.1-6.0.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LNytGWDc/versions/tS7ygzAE/create-1.21.1-6.0.6.jar" +hash-format = "sha512" +hash = "a65723abb0439ab5bb9dfae0b66db33a7c41422d015be7524912033b6cb39a1ef3a247b4b842981131cd541d141cc257d761b6de4e8837960a98b43054049228" + +[update] +[update.modrinth] +mod-id = "LNytGWDc" +version = "tS7ygzAE" diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml new file mode 100644 index 0000000..5e5f3a9 --- /dev/null +++ b/mods/curios.pw.toml @@ -0,0 +1,13 @@ +name = "Curios API" +filename = "curios-neoforge-9.5.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/yohfFbgD/curios-neoforge-9.5.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "5981a267686b744e7e3c227f78cbcd5267c14ac6979a28e814695f4589273998563147207fef4a5cdb7cdbdc39797cd95d9e4abadb55869f18e02a38d0654ae5" + +[update] +[update.modrinth] +mod-id = "vvuO3ImH" +version = "yohfFbgD" diff --git a/mods/draconic-evolution.pw.toml b/mods/draconic-evolution.pw.toml new file mode 100644 index 0000000..275be6d --- /dev/null +++ b/mods/draconic-evolution.pw.toml @@ -0,0 +1,13 @@ +name = "Draconic Evolution" +filename = "Draconic-Evolution-1.21.1-3.1.3.627.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nBqivi8H/versions/Dbp9EmsO/Draconic-Evolution-1.21.1-3.1.3.627.jar" +hash-format = "sha512" +hash = "6d66b57d71dedc614cff173f5f539d7b31e2819911b00544a8a5ae178de20f9a4d54c15bd9cc09df8ee883991ce088abf79a40251e8cf02677df98158a7c65f7" + +[update] +[update.modrinth] +mod-id = "nBqivi8H" +version = "Dbp9EmsO" diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..591505a --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Loot" +filename = "emi_loot-0.7.6+1.21+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/ZCSyd1co/emi_loot-0.7.6%2B1.21%2Bneoforge.jar" +hash-format = "sha512" +hash = "273dce3dc8746c664f95cd97f2afc8f32684dd107c69daacd40c514574207d856a9edf6133cb1529cf7c50d6fbc16f30028a9ecb8137162d29f52567cdc4c564" + +[update] +[update.modrinth] +mod-id = "qbbO7Jns" +version = "ZCSyd1co" diff --git a/mods/emi-ores.pw.toml b/mods/emi-ores.pw.toml new file mode 100644 index 0000000..2f1a7ec --- /dev/null +++ b/mods/emi-ores.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Ores" +filename = "emi_ores-1.2+1.21.1+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sG4TqDb8/versions/1jY6MIrK/emi_ores-1.2%2B1.21.1%2Bneoforge.jar" +hash-format = "sha512" +hash = "7b01dd29400802a18e3f23bcc2057e12070d28529bf358306758b462d69ab0532aa392a4b683cb0f5cf1a20f09e5f0d965f90923e72fb2fd6476f63a55a210a7" + +[update] +[update.modrinth] +mod-id = "sG4TqDb8" +version = "1jY6MIrK" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..3027eba --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.22+1.21.1+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/ouSj7NfF/emi-1.1.22%2B1.21.1%2Bneoforge.jar" +hash-format = "sha512" +hash = "6b4f2b93ccd40bbbf3d1f368a9d92b43777543c44243a76ed4010bd563a7f9658decdd58a3d79a3cdc04a288bf98e327a1cce93a5a9d2b8840306578fe633bca" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "ouSj7NfF" diff --git a/mods/entity-model-features.pw.toml b/mods/entity-model-features.pw.toml new file mode 100644 index 0000000..bed90f5 --- /dev/null +++ b/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features" +filename = "entity_model_features_1.21-neoforge-3.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/qexsPT1y/entity_model_features_1.21-neoforge-3.0.1.jar" +hash-format = "sha512" +hash = "78de8b97383ef2a656d32f5ee435aacdb7e1e8df97e9817468de0afbea21d3142545799e03370443af6db40e51fac97cd8feaaf0385046bb905cfa808752617a" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "qexsPT1y" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml new file mode 100644 index 0000000..8f7f6e6 --- /dev/null +++ b/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features" +filename = "entity_texture_features_1.21-neoforge-7.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/4qRHVcko/entity_texture_features_1.21-neoforge-7.0.2.jar" +hash-format = "sha512" +hash = "ab2d7089f1b800b81d23124acea73aee759c642ef3aec6158538326405d6a7139317b40fa22441792177fdd99e2e915a17ecf6ce419f00f38c624bcd6c4942e6" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "4qRHVcko" diff --git a/mods/euphoria-patches.pw.toml b/mods/euphoria-patches.pw.toml new file mode 100644 index 0000000..b9a1159 --- /dev/null +++ b/mods/euphoria-patches.pw.toml @@ -0,0 +1,13 @@ +name = "Euphoria Patches" +filename = "EuphoriaPatcher-1.6.8-r5.5.1-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4H6sumDB/versions/EAY2vGXU/EuphoriaPatcher-1.6.8-r5.5.1-neoforge.jar" +hash-format = "sha512" +hash = "254305ec1365778cd469f3678b87dda5d175a22f10e830b62a21cb89a9012d56cfb182be1aedddc7130efef58fa99556740810316465b0c43e8b045ff1a276fe" + +[update] +[update.modrinth] +mod-id = "4H6sumDB" +version = "EAY2vGXU" diff --git a/mods/exposure.pw.toml b/mods/exposure.pw.toml new file mode 100644 index 0000000..94e7316 --- /dev/null +++ b/mods/exposure.pw.toml @@ -0,0 +1,13 @@ +name = "Exposure" +filename = "exposure-neoforge-1.21.1-1.9.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hB899VmG/versions/wPQspUDc/exposure-neoforge-1.21.1-1.9.10.jar" +hash-format = "sha512" +hash = "1f24226ce4dce073335a2598d3b63bc3aec72f7d0933e4d215060c3b25eca3b240a7063ee4c623a4d6cb1d6d2cfc33560fbed3f17eb7c21c2ca0f0b07615c86b" + +[update] +[update.modrinth] +mod-id = "hB899VmG" +version = "wPQspUDc" diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml new file mode 100644 index 0000000..edcf2ea --- /dev/null +++ b/mods/farmers-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight" +filename = "FarmersDelight-1.21.1-1.2.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/R2OftAxM/versions/opCbq7uB/FarmersDelight-1.21.1-1.2.9.jar" +hash-format = "sha512" +hash = "00a7db6776e6aa305aa7511c267866b43cf044c154f3825d344ef2685758049486a84a2f1f19920e3cd663ad7971fda326c9a501f8352abe506a170dc05f7104" + +[update] +[update.modrinth] +mod-id = "R2OftAxM" +version = "opCbq7uB" diff --git a/mods/forgified-fabric-api.pw.toml b/mods/forgified-fabric-api.pw.toml new file mode 100644 index 0000000..061c356 --- /dev/null +++ b/mods/forgified-fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Forgified Fabric API" +filename = "forgified-fabric-api-0.115.6+2.1.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/vQbH2z4u/forgified-fabric-api-0.115.6%2B2.1.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "f3709a29e3289f550f7ffb5a7c2b83d0952321ad3645ccb15eba3c2db8282da491e146d29aac0f6af8a17c2edaa499f5aa9816b471b35e7093abd9dc1eebb209" + +[update] +[update.modrinth] +mod-id = "Aqlf1Shp" +version = "vQbH2z4u" diff --git a/mods/ftb-library-forge.pw.toml b/mods/ftb-library-forge.pw.toml new file mode 100644 index 0000000..37635fa --- /dev/null +++ b/mods/ftb-library-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Library (Forge)" +filename = "ftb-library-neoforge-2101.1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b0c85924518c2cbcd5c973bafb8c3874147282fb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6975628 +project-id = 404465 diff --git a/mods/ftb-ultimine-forge.pw.toml b/mods/ftb-ultimine-forge.pw.toml new file mode 100644 index 0000000..9c3f0df --- /dev/null +++ b/mods/ftb-ultimine-forge.pw.toml @@ -0,0 +1,13 @@ +name = "FTB Ultimine (Forge)" +filename = "ftb-ultimine-neoforge-2101.1.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "72253077abc87162987fd2c724a143a7da9bb15f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6930900 +project-id = 386134 diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..4ee7fc6 --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.7.2+1.21+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/ZWbJxzBB/fzzy_config-0.7.2%2B1.21%2Bneoforge.jar" +hash-format = "sha512" +hash = "ae1d5c32323066cdf018cf714362181adcea37cdc0408914e1598963b0457ad3001f5da599006e1a434a838324859d622f5cc438998ec334cab173efd3b64f00" + +[update] +[update.modrinth] +mod-id = "hYykXjDp" +version = "ZWbJxzBB" diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..e1a1dab --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "Geckolib" +filename = "geckolib-neoforge-1.21.1-4.7.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/18qeSgOb/geckolib-neoforge-1.21.1-4.7.7.jar" +hash-format = "sha512" +hash = "4ad5e086bfe25150268e3cce9d1ee8e1aaa37b843fc4cd9b117d195c9a2141e14941debfd63dbac7f803bdc6994d3e038891fd502f70ae530af76280e4913331" + +[update] +[update.modrinth] +mod-id = "8BmcQJ2H" +version = "18qeSgOb" diff --git a/mods/geore.pw.toml b/mods/geore.pw.toml new file mode 100644 index 0000000..5e8569b --- /dev/null +++ b/mods/geore.pw.toml @@ -0,0 +1,13 @@ +name = "GeOre" +filename = "GeOre-1.21.1-6.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Xw6zG9hl/versions/Z9olGQ6p/GeOre-1.21.1-6.1.2.jar" +hash-format = "sha512" +hash = "5e5ac5449dd2bfdc0f64452828ab2a0838967d072be130e641716505a725e128a27837ee23fb1a5ad3414bce59a20e3ce4913b7027570cc7d437afc709cff2c5" + +[update] +[update.modrinth] +mod-id = "Xw6zG9hl" +version = "Z9olGQ6p" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml new file mode 100644 index 0000000..cb7be00 --- /dev/null +++ b/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-neoforge-1.8.12+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/t3ruzodq/iris-neoforge-1.8.12%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "57b8026a3c3c433cf6123d63dc6ce7e11f6d480a72926370db1fc7f2b06059bc16a753ecd7e7af659c19e90b592103196b0e89585ce4f0744a4ca433f59bcf1a" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "t3ruzodq" diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml new file mode 100644 index 0000000..453b928 --- /dev/null +++ b/mods/jade.pw.toml @@ -0,0 +1,13 @@ +name = "Jade 🔍" +filename = "Jade-1.21.1-NeoForge-15.10.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/43sRR8f6/Jade-1.21.1-NeoForge-15.10.3.jar" +hash-format = "sha512" +hash = "351926187c564d1f2bae2f084c77f80fe850dc90837153ef01506c049f16b02307196ed383ae25cd334530106aa741b12dd90f5e1b205439fde2b74d09274bc0" + +[update] +[update.modrinth] +mod-id = "nvQzSEkH" +version = "43sRR8f6" diff --git a/mods/just-dire-things.pw.toml b/mods/just-dire-things.pw.toml new file mode 100644 index 0000000..9a87349 --- /dev/null +++ b/mods/just-dire-things.pw.toml @@ -0,0 +1,13 @@ +name = "Just Dire Things" +filename = "justdirethings-1.5.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "476a0ecb7551248b97c65ba1311a6ca2ebf245f4" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6369120 +project-id = 1002348 diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml new file mode 100644 index 0000000..3bfef0b --- /dev/null +++ b/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-5.10.0-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ordsPcFz/versions/pp2cY80Q/kotlinforforge-5.10.0-all.jar" +hash-format = "sha512" +hash = "0c7a23c6b8017c9a24694bc6c0dbcb3d9b4ec630ae2ff965c0ee478ca881ad70f4755388678430b0175c3abe18c66fcbc25ed9be6f600bcdc083743eaecbfc35" + +[update] +[update.modrinth] +mod-id = "ordsPcFz" +version = "pp2cY80Q" diff --git a/mods/lavender.pw.toml b/mods/lavender.pw.toml new file mode 100644 index 0000000..6281576 --- /dev/null +++ b/mods/lavender.pw.toml @@ -0,0 +1,13 @@ +name = "Lavender" +filename = "lavender-0.1.15+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/D5h9NKNI/versions/gdB0WW0x/lavender-0.1.15%2B1.21.jar" +hash-format = "sha512" +hash = "5fe79ac7b8c150de305b317884d32b16c5d89c3b284f0d7ea4f2ded07e44750ac6a6e1b91993706700da0bf69329552a09e7476f6ed0d7911f7d425cb187c060" + +[update] +[update.modrinth] +mod-id = "D5h9NKNI" +version = "gdB0WW0x" diff --git a/mods/lighty.pw.toml b/mods/lighty.pw.toml new file mode 100644 index 0000000..96e5cd8 --- /dev/null +++ b/mods/lighty.pw.toml @@ -0,0 +1,13 @@ +name = "Lighty" +filename = "lighty-neoforge-3.0.0-beta.8+1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yjvKidNM/versions/Ua5CgydL/lighty-neoforge-3.0.0-beta.8%2B1.21.1.jar" +hash-format = "sha512" +hash = "0d6637b3d37031b0cfca95358be406de1b6dd06c9ff22d62efd139e08d7a524cfa6392a6a94874d1c8416a7e732bc583649ff90b1536fc2bfa0a617d5362233e" + +[update] +[update.modrinth] +mod-id = "yjvKidNM" +version = "Ua5CgydL" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..db62501 --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-neoforge-0.15.0+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/xYxpXTIt/lithium-neoforge-0.15.0%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "34c0250ab119e7d83eb069433315883a572cd197d025dcc043c5f7e399c1e350addd79aed756da0bda87cc76add1a8747c5f69293ec2b9278b0348a1c15cdb32" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "xYxpXTIt" diff --git a/mods/modonomicon.pw.toml b/mods/modonomicon.pw.toml new file mode 100644 index 0000000..d9feb5b --- /dev/null +++ b/mods/modonomicon.pw.toml @@ -0,0 +1,13 @@ +name = "Modonomicon" +filename = "modonomicon-1.21.1-neoforge-1.115.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/692GClaE/versions/50id46pU/modonomicon-1.21.1-neoforge-1.115.1.jar" +hash-format = "sha512" +hash = "86b6e2a48724f825accd7bc89af75ee57ad85f9796098e1c567892ff585d89b17bf9d079f9ba71a8d726a16ab63ea12754925092669502bb41e1c1e4d2c12308" + +[update] +[update.modrinth] +mod-id = "692GClaE" +version = "50id46pU" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml new file mode 100644 index 0000000..352a14e --- /dev/null +++ b/mods/moonlight.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.21-2.23.7-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/ONHqZQl3/moonlight-1.21-2.23.7-neoforge.jar" +hash-format = "sha512" +hash = "252258396c483c9f962c1287be8c4f798ca3c212e3db53c883cf7849de42ac7677ca912b4746f75f958aaab4845793010607f613f12fa49f20d2ea663c73b6b0" + +[update] +[update.modrinth] +mod-id = "twkfQtEc" +version = "ONHqZQl3" diff --git a/mods/noisium.pw.toml b/mods/noisium.pw.toml new file mode 100644 index 0000000..0f5aaf8 --- /dev/null +++ b/mods/noisium.pw.toml @@ -0,0 +1,13 @@ +name = "Noisium" +filename = "noisium-neoforge-2.3.0+mc1.21-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/nJBE6tif/noisium-neoforge-2.3.0%2Bmc1.21-1.21.1.jar" +hash-format = "sha512" +hash = "b50c37d2f69d51742d4407d272cea525b428784d2a39338d34b692937320495cd77d47b2d2321b3976713447028f50823e9ba44ca618900eba4ced907985ec84" + +[update] +[update.modrinth] +mod-id = "KuNKN7d2" +version = "nJBE6tif" diff --git a/mods/owo-lib.pw.toml b/mods/owo-lib.pw.toml new file mode 100644 index 0000000..e0124c1 --- /dev/null +++ b/mods/owo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "oωo (owo-lib)" +filename = "owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/NMCHU6DZ/owo-lib-neoforge-0.12.15.5-beta.1%2B1.21.jar" +hash-format = "sha512" +hash = "4de5c5d52139244b8c5260d641087664d992624b822599a32e03c08eb133be854a2f413667dbca1e55772445b04a70210c17b3bc13e3c88e425e7d928104b9fa" + +[update] +[update.modrinth] +mod-id = "ccKDOlHs" +version = "NMCHU6DZ" diff --git a/mods/pastel-mod.pw.toml b/mods/pastel-mod.pw.toml new file mode 100644 index 0000000..c7ddf70 --- /dev/null +++ b/mods/pastel-mod.pw.toml @@ -0,0 +1,13 @@ +name = "Pastel" +filename = "Pastel-1.1.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5lr6fnw0/versions/ffYIwdv3/Pastel-1.1.4.1.jar" +hash-format = "sha512" +hash = "ff32ae8c6b2fb6e08672711ca7e886d0e3c97bbe7647d871bd62f79a4fe3f4eec7f14caf1a645e7ccbc5f6ab733a48ee120dc3215b79fe6f320f9d2a9b3fca5e" + +[update] +[update.modrinth] +mod-id = "5lr6fnw0" +version = "ffYIwdv3" diff --git a/mods/patchouli.pw.toml b/mods/patchouli.pw.toml new file mode 100644 index 0000000..ef31fad --- /dev/null +++ b/mods/patchouli.pw.toml @@ -0,0 +1,13 @@ +name = "Patchouli" +filename = "Patchouli-1.21.1-92-NEOFORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nU0bVIaL/versions/h6hKI2ob/Patchouli-1.21.1-92-NEOFORGE.jar" +hash-format = "sha512" +hash = "36cad2a2e5839fd4ee99165c4f275d1c3c0c71ed130413485e43f8506e7d2c3de2e2dbad40f90262378c6c6c5148140a473b0f7acd806e1a4bfede9c9a04600f" + +[update] +[update.modrinth] +mod-id = "nU0bVIaL" +version = "h6hKI2ob" diff --git a/mods/paxi.pw.toml b/mods/paxi.pw.toml new file mode 100644 index 0000000..2b0f018 --- /dev/null +++ b/mods/paxi.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi" +filename = "Paxi-1.21.1-NeoForge-5.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/CLZfFbCx/Paxi-1.21.1-NeoForge-5.1.3.jar" +hash-format = "sha512" +hash = "ed6a33eb9a4ac6ce4dd0cd03a45aba6068536121ab89cd4040d8c53964d59a7a8ceaee2f3bae13a3df3813eaf8d4fc4f82883e28ac4577b53aa26b750a181699" + +[update] +[update.modrinth] +mod-id = "CU0PAyzb" +version = "CLZfFbCx" diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..2db6236 --- /dev/null +++ b/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzles Lib" +filename = "PuzzlesLib-v21.1.38-1.21.1-NeoForge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/wzY6RY3b/PuzzlesLib-v21.1.38-1.21.1-NeoForge.jar" +hash-format = "sha512" +hash = "37fef6e0895122df2b842a98c043415bbcd9c2f17f04e5d734f2c390ca0c10bf0b9460272fc7bafbd36de36d06887b632e09e12d6b54c37b77c0b1e6bfd8f8cc" + +[update] +[update.modrinth] +mod-id = "QAGBst4M" +version = "wzY6RY3b" diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..8d69bd9 --- /dev/null +++ b/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/xAiCe6w8/reeses-sodium-options-neoforge-1.8.3%2Bmc1.21.4.jar" +hash-format = "sha512" +hash = "d66b5d30e1bb8316cb75d52ba8485c6c1cfb0d03624288f39c1826b92de9da9c3d79351be9d7303ca3226176255921f35063139da118c755cf9a709186129744" + +[update] +[update.modrinth] +mod-id = "Bh37bMuy" +version = "xAiCe6w8" diff --git a/mods/screenshot-viewer.pw.toml b/mods/screenshot-viewer.pw.toml new file mode 100644 index 0000000..2395473 --- /dev/null +++ b/mods/screenshot-viewer.pw.toml @@ -0,0 +1,13 @@ +name = "Screenshot Viewer" +filename = "screenshot_viewer-1.3.4-neoforge-mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/laNoi025/versions/efjk3jeu/screenshot_viewer-1.3.4-neoforge-mc1.21.1.jar" +hash-format = "sha512" +hash = "3aa3959a518a0a5eeede72ba699d9b1974486736b8c0c6c5a624ca286f4f73dce5cea80a3e207b7e96dfe22a65a803aa5e240beb535f343459757cc474836029" + +[update] +[update.modrinth] +mod-id = "laNoi025" +version = "efjk3jeu" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..6b93f3b --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-neoforge-1.21.1-2.6.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/dpS4V7MI/voicechat-neoforge-1.21.1-2.6.3.jar" +hash-format = "sha512" +hash = "98c94a7c6d3674ca1d31f1f5e92e447d2c7880629f9a8c7c10dad146a8ae3f2e080e81fef7f4e5c2ee011e0f28d2bea034a61e16a4bd4c2a0cab0bace5152262" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "dpS4V7MI" diff --git a/mods/sodium-dynamic-lights.pw.toml b/mods/sodium-dynamic-lights.pw.toml new file mode 100644 index 0000000..4a5c7aa --- /dev/null +++ b/mods/sodium-dynamic-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Dynamic Lights" +filename = "sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/XI0WLXdn/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar" +hash-format = "sha512" +hash = "ec19a81cf2dfde255990a457d8f6d7375df53cb94190dce71c4bfe5d5263f4862027ce4aa0af20cb11d56c7c031d5e149b3bdf95bec6343e5bd4552450b14c0a" + +[update] +[update.modrinth] +mod-id = "PxQSWIcD" +version = "XI0WLXdn" diff --git a/mods/sodium-options-api.pw.toml b/mods/sodium-options-api.pw.toml new file mode 100644 index 0000000..b034e9e --- /dev/null +++ b/mods/sodium-options-api.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Options API" +filename = "sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Es5v4eyq/versions/lrsX3TMS/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar" +hash-format = "sha512" +hash = "f2f022183f300961d7d0503461daa59e3e606c32f189f1cb3307edaf765986c541929205b7bf6f40c4c88319696e9d863c1bf711bd441dc9b7081c198ddb445b" + +[update] +[update.modrinth] +mod-id = "Es5v4eyq" +version = "lrsX3TMS" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..b2530b8 --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-neoforge-0.6.13+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/Pb3OXVqC/sodium-neoforge-0.6.13%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "ce58f34d05d96c0a109a5cea23c741f6bdb2e6be31fc087c5989274cefca5f10ba0c08c62083cf554a51f2c7667bf46e4164383f675c844e77633aef2659996b" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "Pb3OXVqC" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..afb759c --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,18 @@ +name = "Sound Physics Remastered" +filename = "sound-physics-remastered-neoforge-1.21.1-1.4.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/HwU1sCQJ/sound-physics-remastered-neoforge-1.21.1-1.4.15.jar" +hash-format = "sha512" +hash = "efb7a8efc3a10e36f53e61cee79ae3fe02edb24578cc9394a8b8b5ed812b90c38412ebf5fb9eacd61850b91c12189fb0c2fe4bd743b17f2493e08d1f8a0316a7" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "HwU1sCQJ" + +[option] +optional = true +description = "Sound Physics Remastered provides realistic sound attenuation, reverberation, and absorption through blocks." +default = true diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml new file mode 100644 index 0000000..69dd75e --- /dev/null +++ b/mods/spark.pw.toml @@ -0,0 +1,13 @@ +name = "spark" +filename = "spark-1.10.124-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/v5qtqRQi/spark-1.10.124-neoforge.jar" +hash-format = "sha512" +hash = "f86ce34f2759c69df82578c397ff55b666c84626229a98f598458b960c21b38c95d6bfef4772af7f963c4f4868e5e2d9aef6b99c1d51bab55bf45e0e6e6b5ed4" + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "v5qtqRQi" diff --git a/mods/spice-of-life-carrot-edition.pw.toml b/mods/spice-of-life-carrot-edition.pw.toml new file mode 100644 index 0000000..c84ef9d --- /dev/null +++ b/mods/spice-of-life-carrot-edition.pw.toml @@ -0,0 +1,13 @@ +name = "Spice of Life: Carrot Edition" +filename = "solcarrot-1.21.1-1.16.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "cd70f4446b99b589702aebf9e4aaae86e376d4d7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5957429 +project-id = 277616 diff --git a/mods/superb-warfare.pw.toml b/mods/superb-warfare.pw.toml new file mode 100644 index 0000000..a1659af --- /dev/null +++ b/mods/superb-warfare.pw.toml @@ -0,0 +1,13 @@ +name = "Superb Warfare" +filename = "superbwarfare-1.21.1-0.8.7.1-baa2609f.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Cd3DYqzn/versions/YO614VcD/superbwarfare-1.21.1-0.8.7.1-baa2609f.jar" +hash-format = "sha512" +hash = "67106ef43611cd638d642ef09a90a1df0fcb3376649038ec967ff37791a2c7c8efc1f82f7c4dbdf03a6d8d20809cbcc143fe713930614ef4492fa75ab4e2b867" + +[update] +[update.modrinth] +mod-id = "Cd3DYqzn" +version = "YO614VcD" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml new file mode 100644 index 0000000..670f2b2 --- /dev/null +++ b/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries" +filename = "supplementaries-1.21-3.4.14-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/SwHISoKO/supplementaries-1.21-3.4.14-neoforge.jar" +hash-format = "sha512" +hash = "95d6172e62e5159a4f1cd8f95f8d1d1b731418a97235d6e0a4cd109aa96a00d0543510966fa782c2ba88b14af6c2b3518cab6ebc6d2b238054032dbb16df5c6b" + +[update] +[update.modrinth] +mod-id = "fFEIiSDQ" +version = "SwHISoKO" diff --git a/mods/the-twilight-forest.pw.toml b/mods/the-twilight-forest.pw.toml new file mode 100644 index 0000000..c55d54d --- /dev/null +++ b/mods/the-twilight-forest.pw.toml @@ -0,0 +1,13 @@ +name = "The Twilight Forest" +filename = "twilightforest-1.21.1-4.7.3196-universal.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a31f40b1fa70e08f3d7b40af827f7cee39698d35" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6472889 +project-id = 227639 diff --git a/mods/tmrv.pw.toml b/mods/tmrv.pw.toml new file mode 100644 index 0000000..9b0d9d2 --- /dev/null +++ b/mods/tmrv.pw.toml @@ -0,0 +1,13 @@ +name = "TooManyRecipeViewers" +filename = "toomanyrecipeviewers-0.6.3+mc.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yFypjcfd/versions/fXV6MZxz/toomanyrecipeviewers-0.6.3%2Bmc.21.1.jar" +hash-format = "sha512" +hash = "4fb15667939effbb77c9d0f19ba50f4ef6de90829bd4688494ff28da6cc9c9d53418107558c8433c6c527cca21ddec8e70b4c0292fcf09b831d45aedbca79ab5" + +[update] +[update.modrinth] +mod-id = "yFypjcfd" +version = "fXV6MZxz" diff --git a/mods/touhou-little-maid.pw.toml b/mods/touhou-little-maid.pw.toml new file mode 100644 index 0000000..12e44f5 --- /dev/null +++ b/mods/touhou-little-maid.pw.toml @@ -0,0 +1,13 @@ +name = "Touhou Little Maid" +filename = "touhoulittlemaid-1.4.1-neoforge+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/R0bDWFAW/versions/sEzEsHRj/touhoulittlemaid-1.4.1-neoforge%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "147316fe3458f59b1040e96d159dc77201a8c7dcad8c5f88692a15c1317156d388bfef024ca73bf3c67ebb103db1429fb3f6148e248443f9d4a915de20bf324f" + +[update] +[update.modrinth] +mod-id = "R0bDWFAW" +version = "sEzEsHRj" diff --git a/mods/trickster.pw.toml b/mods/trickster.pw.toml new file mode 100644 index 0000000..03d29e5 --- /dev/null +++ b/mods/trickster.pw.toml @@ -0,0 +1,13 @@ +name = "Trickster" +filename = "trickster-2.0.0-beta.33.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZdEfcqro/versions/A4zEQpaT/trickster-2.0.0-beta.33.jar" +hash-format = "sha512" +hash = "090c5c83c02cfd5b21fd777edb2d851a00fc75465a34aba601a9d2d7d60425eb8a9c077334b33ff83a3781e260f520721b7b879957a59b90bd930c6ae0cc4543" + +[update] +[update.modrinth] +mod-id = "ZdEfcqro" +version = "A4zEQpaT" diff --git a/mods/vampires-need-umbrellas.pw.toml b/mods/vampires-need-umbrellas.pw.toml new file mode 100644 index 0000000..9ad9a47 --- /dev/null +++ b/mods/vampires-need-umbrellas.pw.toml @@ -0,0 +1,13 @@ +name = "Vampires Need Umbrellas" +filename = "VampiresNeedUmbrellas-1.21.1-1.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FaUysFni/versions/gA6GeHzf/VampiresNeedUmbrellas-1.21.1-1.0.3.jar" +hash-format = "sha512" +hash = "a15d8336f7f73b9b12245b7f222bfd2acf452572406661ba720b768528934dbfa558c4014bdcb466795aaea22d39c1b6122c975249e9e0c4738120acc4d0d57e" + +[update] +[update.modrinth] +mod-id = "FaUysFni" +version = "gA6GeHzf" diff --git a/mods/vampirism.pw.toml b/mods/vampirism.pw.toml new file mode 100644 index 0000000..f1e4db5 --- /dev/null +++ b/mods/vampirism.pw.toml @@ -0,0 +1,13 @@ +name = "Vampirism" +filename = "Vampirism-1.21-1.10.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jVZ0F1wn/versions/4kzyBa4H/Vampirism-1.21-1.10.7.jar" +hash-format = "sha512" +hash = "0430b293e08498a64fcf690d0b57b008424fb62c32184f0e8e08073fd8e415c73bc92af126f3f7cee114ed5dfd798aa46dd647813f6447acd195c9ab47b25aaf" + +[update] +[update.modrinth] +mod-id = "jVZ0F1wn" +version = "4kzyBa4H" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..f72a190 --- /dev/null +++ b/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_25.2.10_NeoForge_1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/DyuxZXfy/Xaeros_Minimap_25.2.10_NeoForge_1.21.jar" +hash-format = "sha512" +hash = "8c39668792ea4053e0dfd52f7045819dde26b18dddf2deae2a76b1873c9593f4c4c1b5c51c7134e288732ce35cd360fd01904354334e8320cb35634090e74988" + +[update] +[update.modrinth] +mod-id = "1bokaNcj" +version = "DyuxZXfy" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..8bf2aad --- /dev/null +++ b/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.39.12_NeoForge_1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/3WghnUq9/XaerosWorldMap_1.39.12_NeoForge_1.21.jar" +hash-format = "sha512" +hash = "1753332e797230f81865607e8e90ddb97c8093154974de02f0b3dc00e7a4bc62ff268314260bc6b215aaea17c0cef3f78ea9e8c66f5c97179496b8bc42cf0ebd" + +[update] +[update.modrinth] +mod-id = "NcUtCpym" +version = "3WghnUq9" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..195ebc5 --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.7.1+1.21.1-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/zwRKksBU/yet_another_config_lib_v3-3.7.1%2B1.21.1-neoforge.jar" +hash-format = "sha512" +hash = "bd0bbbc8563117bc817b0d40ee345928713ac93976e34e4947472e57d3c6bad307cb56881e6772c3712cf3afed9577604c100fa9ccf22255896b703f44ec003b" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "zwRKksBU" diff --git a/mods/yes-steve-model.pw.toml b/mods/yes-steve-model.pw.toml new file mode 100644 index 0000000..5bfae3d --- /dev/null +++ b/mods/yes-steve-model.pw.toml @@ -0,0 +1,13 @@ +name = "Yes Steve Model" +filename = "yesstevemodel-neoforge-1.21-2.4.1-release.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/86xjpqqS/versions/J8adMI9b/yesstevemodel-neoforge-1.21-2.4.1-release.jar" +hash-format = "sha512" +hash = "3433e1e023598f208ebf48f0e2793439bab0d43fb493fdee9aca0aca3de27a0e108d84958a1e3a4804889a16a587cefc030c969c29e8aed4aca413bd625410a8" + +[update] +[update.modrinth] +mod-id = "86xjpqqS" +version = "J8adMI9b" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml new file mode 100644 index 0000000..113a482 --- /dev/null +++ b/mods/yungs-api.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API" +filename = "YungsApi-1.21.1-NeoForge-5.1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/ZB22DE9q/YungsApi-1.21.1-NeoForge-5.1.6.jar" +hash-format = "sha512" +hash = "5f36d5166a67a156df52699071f20219bc2320b3c4fbcd9dac38631f66136f034e3219ac89ff4bfb6e26e4c68513a94c833797f2e5ed5bf58cfa1531eeed162d" + +[update] +[update.modrinth] +mod-id = "Ua7DFN59" +version = "ZB22DE9q" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..d795854 --- /dev/null +++ b/mods/yungs-better-end-island.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better End Island" +filename = "YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/I52NZ1qK/YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar" +hash-format = "sha512" +hash = "02923a1a97eb81ec13d69bdc6b7e8b36dfb9e6f1a98adfcf103707ec3afde35831ccd4b210e9b3a9c7662541c38ea593a3d94c12171b4072ea7feafa75c95f96" + +[update] +[update.modrinth] +mod-id = "2BwBOmBQ" +version = "I52NZ1qK" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..8bcf4cf --- /dev/null +++ b/pack.toml @@ -0,0 +1,16 @@ +name = "Community Vocality 3" +author = "TouhouDiscordcraft" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "db025c26147025a09012ab161382a516fde683e51ccd77f6a63fafaa13fc72d0" + +[versions] +minecraft = "1.21.1" +neoforge = "21.1.209" + +[options] +datapack-folder = "config/paxi/datapacks" diff --git a/shaderpacks/bsl-shaders.pw.toml b/shaderpacks/bsl-shaders.pw.toml new file mode 100644 index 0000000..5a41025 --- /dev/null +++ b/shaderpacks/bsl-shaders.pw.toml @@ -0,0 +1,13 @@ +name = "BSL Shaders" +filename = "BSL_v10.0.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/jRn8y2VF/BSL_v10.0.zip" +hash-format = "sha512" +hash = "3ce31ae8c7242ae335de70df10f8147420a64ca372585c195d0b300f9e8c5b923f1e5bf2b8dddfcc741a0ce8e0235e079540101632837624787da84e9b52d72f" + +[update] +[update.modrinth] +mod-id = "Q1vvjJYV" +version = "jRn8y2VF" diff --git a/shaderpacks/complementary-reimagined.pw.toml b/shaderpacks/complementary-reimagined.pw.toml new file mode 100644 index 0000000..8ba6ae5 --- /dev/null +++ b/shaderpacks/complementary-reimagined.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Reimagined" +filename = "ComplementaryReimagined_r5.5.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/sAAjYvFB/ComplementaryReimagined_r5.5.1.zip" +hash-format = "sha512" +hash = "e3168c3e8b9a59e70dbc7dd27931d8b245e5b16b093c87f1dccd01edc3a8be0fb14153fe8175e822ea6463ac0d715de377d186455580915c6f9d98c02b39194f" + +[update] +[update.modrinth] +mod-id = "HVnmMxH1" +version = "sAAjYvFB" diff --git a/shaderpacks/complementary-unbound.pw.toml b/shaderpacks/complementary-unbound.pw.toml new file mode 100644 index 0000000..ce63f94 --- /dev/null +++ b/shaderpacks/complementary-unbound.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Unbound" +filename = "ComplementaryUnbound_r5.5.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/1ng9gVp7/ComplementaryUnbound_r5.5.1.zip" +hash-format = "sha512" +hash = "a79d536ad610741d3ac25faeb4f32a7fff6d25b89529b5a4919d72b9f9f817a15680a734e5ccb50efd77737ff215089adb93d7a3c02b439c25b9dab988e41c36" + +[update] +[update.modrinth] +mod-id = "R6NEzAwj" +version = "1ng9gVp7" diff --git a/shaderpacks/makeup-ultra-fast-shaders.pw.toml b/shaderpacks/makeup-ultra-fast-shaders.pw.toml new file mode 100644 index 0000000..c8602f7 --- /dev/null +++ b/shaderpacks/makeup-ultra-fast-shaders.pw.toml @@ -0,0 +1,13 @@ +name = "MakeUp - Ultra Fast" +filename = "MakeUp-UltraFast-9.3d.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/izsIPI7a/versions/ngr7GJRj/MakeUp-UltraFast-9.3d.zip" +hash-format = "sha512" +hash = "58df7809aa959af84a80c717552a2035dae77329b60a056d6eb1560a563c780b0b26e7270b06ad84f70ae9755a8f06c5fd79255aa8b93bc90a55dba7a95dd0d1" + +[update] +[update.modrinth] +mod-id = "izsIPI7a" +version = "ngr7GJRj"