From 2c05f8930966e718b9a103c918a28ea7f9f3614d Mon Sep 17 00:00:00 2001 From: UNILaptop Date: Fri, 26 Jul 2024 23:40:37 +0300 Subject: [PATCH] Initial commit: version 1.0.0 --- .gitattributes | 2 + .gitignore | 8 ++ .packwizignore | 2 + index.toml | 151 ++++++++++++++++++++++++++ mods/betterf3.pw.toml | 13 +++ mods/bobby.pw.toml | 13 +++ mods/camera-utils.pw.toml | 13 +++ mods/cloth-config.pw.toml | 13 +++ mods/continuity.pw.toml | 13 +++ mods/controlling.pw.toml | 13 +++ mods/dynamic-torches.pw.toml | 13 +++ mods/entityculling.pw.toml | 13 +++ mods/ferrite-core.pw.toml | 13 +++ mods/fps-reducer.pw.toml | 13 +++ mods/indium.pw.toml | 13 +++ mods/itemswapper.pw.toml | 13 +++ mods/lighty.pw.toml | 13 +++ mods/lithium.pw.toml | 13 +++ mods/modmenu.pw.toml | 13 +++ mods/mouse-tweaks.pw.toml | 13 +++ mods/nvidium.pw.toml | 13 +++ mods/placeholder-api.pw.toml | 13 +++ mods/preventer.pw.toml | 13 +++ mods/qsl.pw.toml | 13 +++ mods/searchables.pw.toml | 13 +++ mods/shulkerboxtooltip.pw.toml | 13 +++ mods/simple-voice-chat.pw.toml | 13 +++ mods/sodium.pw.toml | 13 +++ mods/sound-physics-remastered.pw.toml | 13 +++ mods/super-better-grass.pw.toml | 13 +++ mods/viafabricplus.pw.toml | 13 +++ mods/xaeros-minimap.pw.toml | 13 +++ mods/xaeros-world-map.pw.toml | 13 +++ mods/yacl.pw.toml | 13 +++ pack.toml | 13 +++ 35 files changed, 566 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .packwizignore create mode 100644 index.toml create mode 100644 mods/betterf3.pw.toml create mode 100644 mods/bobby.pw.toml create mode 100644 mods/camera-utils.pw.toml create mode 100644 mods/cloth-config.pw.toml create mode 100644 mods/continuity.pw.toml create mode 100644 mods/controlling.pw.toml create mode 100644 mods/dynamic-torches.pw.toml create mode 100644 mods/entityculling.pw.toml create mode 100644 mods/ferrite-core.pw.toml create mode 100644 mods/fps-reducer.pw.toml create mode 100644 mods/indium.pw.toml create mode 100644 mods/itemswapper.pw.toml create mode 100644 mods/lighty.pw.toml create mode 100644 mods/lithium.pw.toml create mode 100644 mods/modmenu.pw.toml create mode 100644 mods/mouse-tweaks.pw.toml create mode 100644 mods/nvidium.pw.toml create mode 100644 mods/placeholder-api.pw.toml create mode 100644 mods/preventer.pw.toml create mode 100644 mods/qsl.pw.toml create mode 100644 mods/searchables.pw.toml create mode 100644 mods/shulkerboxtooltip.pw.toml create mode 100644 mods/simple-voice-chat.pw.toml create mode 100644 mods/sodium.pw.toml create mode 100644 mods/sound-physics-remastered.pw.toml create mode 100644 mods/super-better-grass.pw.toml create mode 100644 mods/viafabricplus.pw.toml create mode 100644 mods/xaeros-minimap.pw.toml create mode 100644 mods/xaeros-world-map.pw.toml create mode 100644 mods/yacl.pw.toml create mode 100644 pack.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3ccea25 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f84dddd --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Exclude exported CurseForge zip files +*.zip + +# Exclude exported Modrinth modpacks +*.mrpack + +# Exclude packwiz Windows executable +packwiz.exe diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..93290d9 --- /dev/null +++ b/.packwizignore @@ -0,0 +1,2 @@ +# Exclude README +/README.md diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..7862b9b --- /dev/null +++ b/index.toml @@ -0,0 +1,151 @@ +hash-format = "sha256" + +[[files]] +file = "mods/betterf3.pw.toml" +hash = "7c801232a6e7b3930c6c6f47f2c4cd77a539f28bc41e6d54e1710c2736d8a46f" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "5e0adbaf5a22a684b1691eea9a8c4daa6b1eb2b5d821ac83c558ef015d15d51a" +metafile = true + +[[files]] +file = "mods/camera-utils.pw.toml" +hash = "ddb3a3367de04370f824327883018f49a533683d08990b14038778d90130732f" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "09e8e459ae0d4437cc7bfbdd370cd7b5ac1461feaf232ba3a339f767bb0da231" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "0f24f7bd2057b70b6816de4e66922b64f8b6635dc603e40cc45d62646dc7221d" +metafile = true + +[[files]] +file = "mods/controlling.pw.toml" +hash = "314cd3d09bb98a39542551090e3daefd5fa3cfc184bcd134cf4c8a820e804281" +metafile = true + +[[files]] +file = "mods/dynamic-torches.pw.toml" +hash = "2e42989f2b88be7928540a0106de1bc9c6a6dca99ad3923dcc44d636a62b4b09" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "f1cfb6d5b1aeae9d349d909fc3170f60332b6347493543a2e4f1f0801f4a5d4d" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "078c828454d8a361baae372b5ee3dc33e5f3573fa19bdac8589b38da9dbc5c03" +metafile = true + +[[files]] +file = "mods/fps-reducer.pw.toml" +hash = "3716dee9ed27874db19b8794d2ffc20c06f09909e3688c1095faac383439f549" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "ec7ddc7195eaec44adb0a060c48d919bedb82775a3b683f8da21ab2eb6921ab1" +metafile = true + +[[files]] +file = "mods/itemswapper.pw.toml" +hash = "d9420001c05adbd6a2372922d37106a4e8c900e7c811c23655e4e1f6a0b7f5de" +metafile = true + +[[files]] +file = "mods/lighty.pw.toml" +hash = "102f7e8d7490e1ed36c25db3f1af7d51483806f57f856c2aeb03686594a10417" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "019e6f258127d947cf0b43227c198365b107e35d4e16e29ee8388986aaf62d77" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "e37792db4c4b69e11243c7470f0f2a791dc016381e460cd5616eccb6b567b5ab" +metafile = true + +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "6ff1d7cc8800c891723375aea3426b9b2f50400798374e8f97f96e804cc5c518" +metafile = true + +[[files]] +file = "mods/nvidium.pw.toml" +hash = "ec4bc8b7c36db2dcf3f19b4e03df845c36e18477739a34531de66e2fa75ef2dc" +metafile = true + +[[files]] +file = "mods/placeholder-api.pw.toml" +hash = "d0311de4c47e48ba0c1769253c7bd8fd541ed81c60823c539116a963e58c9128" +metafile = true + +[[files]] +file = "mods/preventer.pw.toml" +hash = "3071b11d9c617d1022cb52956b8aedeb3959d97367b83282d610db210fbe401e" +metafile = true + +[[files]] +file = "mods/qsl.pw.toml" +hash = "0beb61db905961db02beefceed886d780df6fff3ad969f84bb4d245c6683af94" +metafile = true + +[[files]] +file = "mods/searchables.pw.toml" +hash = "6337ceb74ee951a937b2768544a1bf11812aa92628a81b9a13e66c687f9853fb" +metafile = true + +[[files]] +file = "mods/shulkerboxtooltip.pw.toml" +hash = "45910a70021a8db0da310c1255a255402b052d53c944ecb9159d29e7c0e6db45" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "79ec58c99084d5b02044e04b6860bc6339868e95e1a8c7a982f5400ee777b178" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "280cf7ad4ec95bd95eef81a7f327095c5f40e1b8aa45cea91284bfd19395d69e" +metafile = true + +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "afc06fed4e996bf3ad5cf2e8248d1cfc6650d8cae19fc8c6745e41c085c8eb2d" +metafile = true + +[[files]] +file = "mods/super-better-grass.pw.toml" +hash = "2c0773301e5c6f46f77509496f18f3b07826deb17a5eeb6daab42912737b439f" +metafile = true + +[[files]] +file = "mods/viafabricplus.pw.toml" +hash = "f25513292eb1d18c13c4411b0a51b16b6f2b974f6826a348dcbc0ea7dedb4208" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "9f590e02371a224d8a005ec5f6fe0f025f1b3642345c17d1feaa2cb4f4028fdd" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "e9f628cc8d3a658a9b0ceb2272993d0dd9f5736aad1fb8178e6071cd63a8438e" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "7f7768f2047011ed61c9bbec29bbcd2d06c5eb8ab731d442b9ecc2c01bbc8c6b" +metafile = true diff --git a/mods/betterf3.pw.toml b/mods/betterf3.pw.toml new file mode 100644 index 0000000..ba9697a --- /dev/null +++ b/mods/betterf3.pw.toml @@ -0,0 +1,13 @@ +name = "BetterF3" +filename = "BetterF3-11.0.1-Fabric-1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/sXO3idkS/BetterF3-11.0.1-Fabric-1.21.jar" +hash-format = "sha1" +hash = "eb48ba676e4c0779576b0f49c28ffd47f0eae561" + +[update] +[update.modrinth] +mod-id = "8shC1gFX" +version = "sXO3idkS" diff --git a/mods/bobby.pw.toml b/mods/bobby.pw.toml new file mode 100644 index 0000000..3715691 --- /dev/null +++ b/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.2.3+mc1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/hL2qgP4K/bobby-5.2.3%2Bmc1.21.jar" +hash-format = "sha1" +hash = "1e2a972ae807df35994b0c3c671e8f50fbaec8af" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "hL2qgP4K" diff --git a/mods/camera-utils.pw.toml b/mods/camera-utils.pw.toml new file mode 100644 index 0000000..e2de1a9 --- /dev/null +++ b/mods/camera-utils.pw.toml @@ -0,0 +1,13 @@ +name = "Camera Utils" +filename = "camerautils-fabric-1.21-1.0.12.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rrwQMaWQ/versions/3mE4jMR1/camerautils-fabric-1.21-1.0.12.jar" +hash-format = "sha1" +hash = "cb74f262e0c7c41b3b01f4e1a9dfdf096f036a27" + +[update] +[update.modrinth] +mod-id = "rrwQMaWQ" +version = "3mE4jMR1" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..7cc454f --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-15.0.128-fabric.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "10334d4833fda919fe82e6f864caed9bc018764c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5553804 +project-id = 348521 diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml new file mode 100644 index 0000000..76c1786 --- /dev/null +++ b/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0-beta.5+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1IjD5062/versions/NksUpFjf/continuity-3.0.0-beta.5%2B1.21.jar" +hash-format = "sha1" +hash = "16d31a39e85dc10cdff4e06198a1bb26b4b82427" + +[update] +[update.modrinth] +mod-id = "1IjD5062" +version = "NksUpFjf" diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..809d71c --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-fabric-1.21-18.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xv94TkTM/versions/16UbbEe8/Controlling-fabric-1.21-18.0.2.jar" +hash-format = "sha1" +hash = "420a54bea6a547cc5a3256b9225378669979989d" + +[update] +[update.modrinth] +mod-id = "xv94TkTM" +version = "16UbbEe8" diff --git a/mods/dynamic-torches.pw.toml b/mods/dynamic-torches.pw.toml new file mode 100644 index 0000000..cd65667 --- /dev/null +++ b/mods/dynamic-torches.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic Torches" +filename = "dynamic-torches-4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AK1n0IqM/versions/hyBNIepV/dynamic-torches-4.jar" +hash-format = "sha1" +hash = "6fcd538dc597397eed4b136518eaa0ba1dadbf2c" + +[update] +[update.modrinth] +mod-id = "AK1n0IqM" +version = "hyBNIepV" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..b1aab96 --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-fabric-1.6.6-mc1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/Bu3hSiJb/entityculling-fabric-1.6.6-mc1.21.jar" +hash-format = "sha1" +hash = "cae57526503e6fff155d6168fd271c9f1f4d029b" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "Bu3hSiJb" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..6229816 --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-7.0.0-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/wmIZ4wP4/ferritecore-7.0.0-fabric.jar" +hash-format = "sha1" +hash = "95b18b0f1673bbbe328812c3052cc1a921591f0f" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "wmIZ4wP4" diff --git a/mods/fps-reducer.pw.toml b/mods/fps-reducer.pw.toml new file mode 100644 index 0000000..78da08f --- /dev/null +++ b/mods/fps-reducer.pw.toml @@ -0,0 +1,13 @@ +name = "FPS Reducer" +filename = "FpsReducer2-fabric-1.21-2.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iZ10HXDj/versions/9ewqcOwy/FpsReducer2-fabric-1.21-2.9.jar" +hash-format = "sha1" +hash = "9219d7f657f4adb61315cd15023265d1070d24ca" + +[update] +[update.modrinth] +mod-id = "iZ10HXDj" +version = "9ewqcOwy" diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml new file mode 100644 index 0000000..f3432b5 --- /dev/null +++ b/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.34+mc1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/K4hsdO9H/indium-1.0.34%2Bmc1.21.jar" +hash-format = "sha1" +hash = "cf4641206fde618f194dc0a1064b1294e385d679" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "K4hsdO9H" diff --git a/mods/itemswapper.pw.toml b/mods/itemswapper.pw.toml new file mode 100644 index 0000000..4cd5bee --- /dev/null +++ b/mods/itemswapper.pw.toml @@ -0,0 +1,13 @@ +name = "ItemSwapper" +filename = "itemswapper-fabric-0.7.0-mc1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RPOSBQgq/versions/gCWWXbDj/itemswapper-fabric-0.7.0-mc1.21.jar" +hash-format = "sha1" +hash = "a8ed2c0ee1c5eb227f4112119e246709281c1bfc" + +[update] +[update.modrinth] +mod-id = "RPOSBQgq" +version = "gCWWXbDj" diff --git a/mods/lighty.pw.toml b/mods/lighty.pw.toml new file mode 100644 index 0000000..fa3c3f4 --- /dev/null +++ b/mods/lighty.pw.toml @@ -0,0 +1,13 @@ +name = "Lighty" +filename = "lighty-fabric-3.0.0-beta.3+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yjvKidNM/versions/flldTzYl/lighty-fabric-3.0.0-beta.3%2B1.21.jar" +hash-format = "sha1" +hash = "af66252291c678fee81e2770f6b7d61fe20a35f1" + +[update] +[update.modrinth] +mod-id = "yjvKidNM" +version = "flldTzYl" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..d4be0ac --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.21-0.12.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/my7uONjU/lithium-fabric-mc1.21-0.12.7.jar" +hash-format = "sha1" +hash = "028d8dde791e2283aa0d67decc8cbcd66400a38e" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "my7uONjU" diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml new file mode 100644 index 0000000..0b76efc --- /dev/null +++ b/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-11.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/xhN1IvHi/modmenu-11.0.1.jar" +hash-format = "sha1" +hash = "e4ba66f6036a4902433bb517d55120c4237c512f" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "xhN1IvHi" diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..91315d0 --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-fabric-mc1.21-2.26.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/ylmBQ38A/MouseTweaks-fabric-mc1.21-2.26.jar" +hash-format = "sha1" +hash = "ee81af33a5606ef2cd057e075833d7c69836c210" + +[update] +[update.modrinth] +mod-id = "aC3cM3Vq" +version = "ylmBQ38A" diff --git a/mods/nvidium.pw.toml b/mods/nvidium.pw.toml new file mode 100644 index 0000000..0c55ee2 --- /dev/null +++ b/mods/nvidium.pw.toml @@ -0,0 +1,13 @@ +name = "Nvidium" +filename = "nvidium-0.2.9-beta.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/SfMw2IZN/versions/cl0HrTL6/nvidium-0.2.9-beta.jar" +hash-format = "sha1" +hash = "2ea01e5910c7273670f748e2664e948db2d77610" + +[update] +[update.modrinth] +mod-id = "SfMw2IZN" +version = "cl0HrTL6" diff --git a/mods/placeholder-api.pw.toml b/mods/placeholder-api.pw.toml new file mode 100644 index 0000000..21aedbd --- /dev/null +++ b/mods/placeholder-api.pw.toml @@ -0,0 +1,13 @@ +name = "Text Placeholder API" +filename = "placeholder-api-2.4.1+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eXts2L7r/versions/cE5TczQr/placeholder-api-2.4.1%2B1.21.jar" +hash-format = "sha1" +hash = "5f61f50e36f1f957dbb87eda02da95d847b4a943" + +[update] +[update.modrinth] +mod-id = "eXts2L7r" +version = "cE5TczQr" diff --git a/mods/preventer.pw.toml b/mods/preventer.pw.toml new file mode 100644 index 0000000..85406c7 --- /dev/null +++ b/mods/preventer.pw.toml @@ -0,0 +1,13 @@ +name = "Preventer" +filename = "1.21-preventer-1.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RK0tTWG1/versions/z69iEwmB/1.21-preventer-1.1.0.jar" +hash-format = "sha1" +hash = "867a319f59b1261d954e552ef82616dd1cad00d4" + +[update] +[update.modrinth] +mod-id = "RK0tTWG1" +version = "z69iEwmB" diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml new file mode 100644 index 0000000..5a17913 --- /dev/null +++ b/mods/qsl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" +filename = "quilted-fabric-api-11.0.0-alpha.3+0.100.7-1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/PNhUOnZI/quilted-fabric-api-11.0.0-alpha.3%2B0.100.7-1.21.jar" +hash-format = "sha1" +hash = "71cb97f4569944f92a6733a082fb79f578fffcaf" + +[update] +[update.modrinth] +mod-id = "qvIfYCYJ" +version = "PNhUOnZI" diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml new file mode 100644 index 0000000..e9a1687 --- /dev/null +++ b/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-fabric-1.21-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/CBSMQxpQ/Searchables-fabric-1.21-1.0.1.jar" +hash-format = "sha1" +hash = "23f9fb394ac985bcaf4bff4095672e287d430123" + +[update] +[update.modrinth] +mod-id = "fuuu3xnx" +version = "CBSMQxpQ" diff --git a/mods/shulkerboxtooltip.pw.toml b/mods/shulkerboxtooltip.pw.toml new file mode 100644 index 0000000..338e37e --- /dev/null +++ b/mods/shulkerboxtooltip.pw.toml @@ -0,0 +1,13 @@ +name = "Shulker Box Tooltip" +filename = "shulkerboxtooltip-fabric-5.0.4+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2M01OLQq/versions/d0SjJDnR/shulkerboxtooltip-fabric-5.0.4%2B1.21.jar" +hash-format = "sha1" +hash = "458f9150961a43ce3ab670a0292971dca6c5e1ee" + +[update] +[update.modrinth] +mod-id = "2M01OLQq" +version = "d0SjJDnR" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..7750b1a --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.21-2.5.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/SSk6KqP7/voicechat-fabric-1.21-2.5.19.jar" +hash-format = "sha1" +hash = "c8b05bacb5b5040130ef65498b0f9c41751636c8" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "SSk6KqP7" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..80ebb2a --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.11+mc1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/RncWhTxD/sodium-fabric-0.5.11%2Bmc1.21.jar" +hash-format = "sha1" +hash = "d67e66ea4bb2409997b636dae4203d33764cdcc8" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "RncWhTxD" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..b2a31b5 --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "sound-physics-remastered-fabric-1.21-1.4.5.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/8w6T0wDj/sound-physics-remastered-fabric-1.21-1.4.5.jar" +hash-format = "sha1" +hash = "7ec82ac0c3d41c162d2e26f129c2262ff81a2b82" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "8w6T0wDj" diff --git a/mods/super-better-grass.pw.toml b/mods/super-better-grass.pw.toml new file mode 100644 index 0000000..2207091 --- /dev/null +++ b/mods/super-better-grass.pw.toml @@ -0,0 +1,13 @@ +name = "SuperBetterGrass" +filename = "SuperBetterGrass-1.5.3+1.21.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "62d7528268fb6c96f240040b51a0391d8a8cbe37" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5427366 +project-id = 911433 diff --git a/mods/viafabricplus.pw.toml b/mods/viafabricplus.pw.toml new file mode 100644 index 0000000..1e634a7 --- /dev/null +++ b/mods/viafabricplus.pw.toml @@ -0,0 +1,13 @@ +name = "ViaFabricPlus" +filename = "ViaFabricPlus-3.4.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rIC2XJV4/versions/GuQkz7yZ/ViaFabricPlus-3.4.3.jar" +hash-format = "sha1" +hash = "9affa01c7dfb35bc69149de0b62f7a7125c6320b" + +[update] +[update.modrinth] +mod-id = "rIC2XJV4" +version = "GuQkz7yZ" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..a5ebc97 --- /dev/null +++ b/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_24.2.1_Fabric_1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/enRPivaa/Xaeros_Minimap_24.2.1_Fabric_1.21.jar" +hash-format = "sha1" +hash = "dc22cb21d9337addc6b68dee9aaeeef51ccc3c80" + +[update] +[update.modrinth] +mod-id = "1bokaNcj" +version = "enRPivaa" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..09cab30 --- /dev/null +++ b/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.38.8_Fabric_1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/ekubtdIk/XaerosWorldMap_1.38.8_Fabric_1.21.jar" +hash-format = "sha1" +hash = "25e8508f32f3ba067123b9f2e2ffcacf408961ef" + +[update] +[update.modrinth] +mod-id = "NcUtCpym" +version = "ekubtdIk" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..7a213e5 --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "YetAnotherConfigLib-3.5.0+1.21-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/Y8Wa10Re/YetAnotherConfigLib-3.5.0%2B1.21-fabric.jar" +hash-format = "sha1" +hash = "c58dab87a7b62d0b3812c97fa69381ae041a1439" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "Y8Wa10Re" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..1de318a --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "CompSoc Vanilla Enhancements" +author = "Eliza Macovei" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "dc039b33126354bae894c7c396b8ea973c31fe8a8a6f9df38aee7071e1aa4ccc" + +[versions] +minecraft = "1.21" +quilt = "0.26.4-beta.1"