From 7fe7c639e176a41d6b8b8d57fcf14fe14cdb9401 Mon Sep 17 00:00:00 2001 From: Fauli1221 Date: Sat, 6 Apr 2024 10:06:25 +0200 Subject: [PATCH] added client and server mods and updated server mods --- client/index.toml | 311 ++++++++++++++++++ client/mods/appleskin.pw.toml | 13 + client/mods/better-mount-hud.pw.toml | 13 + client/mods/better-third-person.pw.toml | 13 + client/mods/big-pony.pw.toml | 13 + client/mods/bobby.pw.toml | 13 + client/mods/capes.pw.toml | 13 + client/mods/chat-heads.pw.toml | 13 + client/mods/cit-resewn.pw.toml | 13 + client/mods/cloth-config.pw.toml | 13 + client/mods/continuity.pw.toml | 13 + client/mods/controlify.pw.toml | 13 + client/mods/cubes-without-borders.pw.toml | 13 + client/mods/debugify.pw.toml | 13 + client/mods/dynamic-fps.pw.toml | 13 + client/mods/ebe.pw.toml | 13 + client/mods/enchantment-descriptions.pw.toml | 13 + client/mods/entity-model-features.pw.toml | 13 + client/mods/entityculling.pw.toml | 13 + client/mods/entitytexturefeatures.pw.toml | 13 + client/mods/fabricskyboxes-interop.pw.toml | 13 + client/mods/fabricskyboxes.pw.toml | 13 + client/mods/fabrishot.pw.toml | 13 + client/mods/fallingleaves.pw.toml | 13 + client/mods/fastquit.pw.toml | 13 + client/mods/ferrite-core.pw.toml | 13 + client/mods/hd-skins.pw.toml | 13 + client/mods/immediatelyfast.pw.toml | 13 + client/mods/indium.pw.toml | 13 + client/mods/iris.pw.toml | 13 + client/mods/kirin.pw.toml | 13 + client/mods/lambdynamiclights.pw.toml | 13 + client/mods/language-reload.pw.toml | 13 + client/mods/lithium.pw.toml | 13 + client/mods/mambience.pw.toml | 13 + client/mods/mine-little-pony.pw.toml | 13 + client/mods/mixintrace.pw.toml | 13 + client/mods/moddetectionpreventer.pw.toml | 13 + client/mods/modelfix.pw.toml | 13 + client/mods/modernfix.pw.toml | 13 + client/mods/modmenu.pw.toml | 13 + client/mods/morechathistory.pw.toml | 13 + client/mods/moreculling.pw.toml | 13 + client/mods/no-chat-reports.pw.toml | 13 + client/mods/optigui.pw.toml | 13 + client/mods/paginatedadvancements.pw.toml | 13 + client/mods/polytone.pw.toml | 13 + client/mods/presence-footsteps.pw.toml | 13 + client/mods/puzzle.pw.toml | 13 + client/mods/qkl.pw.toml | 13 + client/mods/qsl.pw.toml | 13 + client/mods/reeses-sodium-options.pw.toml | 13 + client/mods/shulkerboxtooltip.pw.toml | 13 + client/mods/simple-voice-chat.pw.toml | 13 + client/mods/sodium-extra.pw.toml | 13 + client/mods/sodium.pw.toml | 13 + client/mods/sound-physics-remastered.pw.toml | 13 + client/mods/yacl.pw.toml | 13 + client/mods/yosbr.pw.toml | 13 + client/mods/zoomify.pw.toml | 13 + client/pack.toml | 13 + .../chat-reporting-helper.pw.toml | 13 + .../resourcepacks/fast-better-grass.pw.toml | 13 + .../translations-for-sodium.pw.toml | 13 + server/index.toml | 36 +- server/mods/audioplayer.pw.toml | 13 + server/mods/big-pony.pw.toml | 13 + server/mods/c2me-fabric.pw.toml | 8 +- server/mods/enhanced-groups.pw.toml | 13 + server/mods/geyser.pw.toml | 8 +- server/mods/mambience.pw.toml | 13 + server/mods/noisium.pw.toml | 8 +- server/mods/simple-voice-chat.pw.toml | 13 + server/mods/voice-chat-interaction.pw.toml | 13 + server/pack.toml | 2 +- 75 files changed, 1254 insertions(+), 16 deletions(-) create mode 100644 client/index.toml create mode 100644 client/mods/appleskin.pw.toml create mode 100644 client/mods/better-mount-hud.pw.toml create mode 100644 client/mods/better-third-person.pw.toml create mode 100644 client/mods/big-pony.pw.toml create mode 100644 client/mods/bobby.pw.toml create mode 100644 client/mods/capes.pw.toml create mode 100644 client/mods/chat-heads.pw.toml create mode 100644 client/mods/cit-resewn.pw.toml create mode 100644 client/mods/cloth-config.pw.toml create mode 100644 client/mods/continuity.pw.toml create mode 100644 client/mods/controlify.pw.toml create mode 100644 client/mods/cubes-without-borders.pw.toml create mode 100644 client/mods/debugify.pw.toml create mode 100644 client/mods/dynamic-fps.pw.toml create mode 100644 client/mods/ebe.pw.toml create mode 100644 client/mods/enchantment-descriptions.pw.toml create mode 100644 client/mods/entity-model-features.pw.toml create mode 100644 client/mods/entityculling.pw.toml create mode 100644 client/mods/entitytexturefeatures.pw.toml create mode 100644 client/mods/fabricskyboxes-interop.pw.toml create mode 100644 client/mods/fabricskyboxes.pw.toml create mode 100644 client/mods/fabrishot.pw.toml create mode 100644 client/mods/fallingleaves.pw.toml create mode 100644 client/mods/fastquit.pw.toml create mode 100644 client/mods/ferrite-core.pw.toml create mode 100644 client/mods/hd-skins.pw.toml create mode 100644 client/mods/immediatelyfast.pw.toml create mode 100644 client/mods/indium.pw.toml create mode 100644 client/mods/iris.pw.toml create mode 100644 client/mods/kirin.pw.toml create mode 100644 client/mods/lambdynamiclights.pw.toml create mode 100644 client/mods/language-reload.pw.toml create mode 100644 client/mods/lithium.pw.toml create mode 100644 client/mods/mambience.pw.toml create mode 100644 client/mods/mine-little-pony.pw.toml create mode 100644 client/mods/mixintrace.pw.toml create mode 100644 client/mods/moddetectionpreventer.pw.toml create mode 100644 client/mods/modelfix.pw.toml create mode 100644 client/mods/modernfix.pw.toml create mode 100644 client/mods/modmenu.pw.toml create mode 100644 client/mods/morechathistory.pw.toml create mode 100644 client/mods/moreculling.pw.toml create mode 100644 client/mods/no-chat-reports.pw.toml create mode 100644 client/mods/optigui.pw.toml create mode 100644 client/mods/paginatedadvancements.pw.toml create mode 100644 client/mods/polytone.pw.toml create mode 100644 client/mods/presence-footsteps.pw.toml create mode 100644 client/mods/puzzle.pw.toml create mode 100644 client/mods/qkl.pw.toml create mode 100644 client/mods/qsl.pw.toml create mode 100644 client/mods/reeses-sodium-options.pw.toml create mode 100644 client/mods/shulkerboxtooltip.pw.toml create mode 100644 client/mods/simple-voice-chat.pw.toml create mode 100644 client/mods/sodium-extra.pw.toml create mode 100644 client/mods/sodium.pw.toml create mode 100644 client/mods/sound-physics-remastered.pw.toml create mode 100644 client/mods/yacl.pw.toml create mode 100644 client/mods/yosbr.pw.toml create mode 100644 client/mods/zoomify.pw.toml create mode 100644 client/pack.toml create mode 100644 client/resourcepacks/chat-reporting-helper.pw.toml create mode 100644 client/resourcepacks/fast-better-grass.pw.toml create mode 100644 client/resourcepacks/translations-for-sodium.pw.toml create mode 100644 server/mods/audioplayer.pw.toml create mode 100644 server/mods/big-pony.pw.toml create mode 100644 server/mods/enhanced-groups.pw.toml create mode 100644 server/mods/mambience.pw.toml create mode 100644 server/mods/simple-voice-chat.pw.toml create mode 100644 server/mods/voice-chat-interaction.pw.toml diff --git a/client/index.toml b/client/index.toml new file mode 100644 index 0000000..7f1d677 --- /dev/null +++ b/client/index.toml @@ -0,0 +1,311 @@ +hash-format = "sha256" + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "e256b55ec94408fd32ba3963fb21cd54718a087134ed24ea2c4c660f25bae977" +metafile = true + +[[files]] +file = "mods/better-mount-hud.pw.toml" +hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf" +metafile = true + +[[files]] +file = "mods/better-third-person.pw.toml" +hash = "9c44cf229440021ac7c42cd265fcec944fb002e2264c61688dfc21546bdaed5d" +metafile = true + +[[files]] +file = "mods/big-pony.pw.toml" +hash = "01f80962699a667282be91000a277b1194f0c1cc45d40ef9487b9335f69ee4f7" +metafile = true + +[[files]] +file = "mods/bobby.pw.toml" +hash = "82b20a5c104de33dc01364ff2bf1354132327d085a3dc10954b5ea0ff3d53f51" +metafile = true + +[[files]] +file = "mods/capes.pw.toml" +hash = "617563db0d44229fb65eb660130d02d1a4d2f29233eda03b68d3273e700326f8" +metafile = true + +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "33d342ee2fb724a91754eddb0124a0383cf5a8b3ce4cf5ec64aef6f55e89235e" +metafile = true + +[[files]] +file = "mods/cit-resewn.pw.toml" +hash = "7a4414a95295f22f036699300878058ddf043659fc95ac1bf1d7f725acb0bc46" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "f250d6778f5b8d03ca32913bea5ea677508e9bb6d8201cdebe005bbe9c3100ee" +metafile = true + +[[files]] +file = "mods/continuity.pw.toml" +hash = "ab1c014ce67654e89af779137bdfd1f6f22888af218f44cf5d83e943d0d5fbc4" +metafile = true + +[[files]] +file = "mods/controlify.pw.toml" +hash = "4b76308c338df7554b2849b2a4c1b951ecc9a208f19f9b9b8c792034259c152b" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "1a65361cf2207ba6bad6eba3e66e407983452398c4ac5cbe5db0d8430b8a6496" +metafile = true + +[[files]] +file = "mods/debugify.pw.toml" +hash = "b42f1dc7a2d11031a7b296055ac7e32637be00e7d52cd37254a8b500a5afcb7b" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "5d08ee5a9dad38ed87772d437d7e1779fecc0baa4a0e6d33b324bce9908c60ea" +metafile = true + +[[files]] +file = "mods/ebe.pw.toml" +hash = "179d1b7ca85bd3202749e2cc95413daec331dd37dbcf66d07f12a2cd1c0ee397" +metafile = true + +[[files]] +file = "mods/enchantment-descriptions.pw.toml" +hash = "7b0e7f27e5099944fbd6ca3f6c051859e11c1818e56458ffffea7500646186ae" +metafile = true + +[[files]] +file = "mods/entity-model-features.pw.toml" +hash = "ecd143b560c3a3206ac1005ed0664bae8902a08caea9eef6fcb06e4bb5844f46" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "307cd10b6f2fa6aa4731540f76802e8803e8e93e1cc747927ae94bc168cbcbbf" +metafile = true + +[[files]] +file = "mods/entitytexturefeatures.pw.toml" +hash = "121cb63c8ecad9d730ecbd21000182b29a7f0e9ff8bf7645574d556a959d132d" +metafile = true + +[[files]] +file = "mods/fabricskyboxes-interop.pw.toml" +hash = "f80e4a46fab9a9c99ebf3193f2c73675f6f6659fcd740692e14501213f633c70" +metafile = true + +[[files]] +file = "mods/fabricskyboxes.pw.toml" +hash = "4d979c0f0902b82fc22fc60b741d3a9ce8331de9ffcc4f54658af92ff8ff8a81" +metafile = true + +[[files]] +file = "mods/fabrishot.pw.toml" +hash = "b91224d8b6110cbeca20c7905f2ae6032e8ccd992733829fbc6a79d2da957839" +metafile = true + +[[files]] +file = "mods/fallingleaves.pw.toml" +hash = "9912c3485adbc87f85505e519287518bf4b5b72a941008070a0e6ddc18c40fbf" +metafile = true + +[[files]] +file = "mods/fastquit.pw.toml" +hash = "ff278c8a9a5e56d412fb2e7106790b0ac33b0a4a8699978f0ae4d5a2c70c63b3" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "4146027b92b4885fddec00435233c61c3728b5e09265982ab187021519a4fa89" +metafile = true + +[[files]] +file = "mods/hd-skins.pw.toml" +hash = "31c15e372b4655b2e6d42b3880b60c7b8d3262eb2287eeb78672ebb4ef7191d8" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "bd0e1bfaa16148cd114e33d11ec8f742979ec5b9372f6baa6a335a316659e70e" +metafile = true + +[[files]] +file = "mods/indium.pw.toml" +hash = "e416b18eebf514dea2014cf5c7fd3ee8493934a0b4e937509f15172ad271fde2" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "7169f560465ba70f204d3c4189cf3d1faef8ae6cf3dc063733a4d53f612a4d94" +metafile = true + +[[files]] +file = "mods/kirin.pw.toml" +hash = "146fbf7c8fbe0a57a4fc7b3960d4e8deacfe772f4289fec442e22bdf51c2a59f" +metafile = true + +[[files]] +file = "mods/lambdynamiclights.pw.toml" +hash = "d398662ae6e9d87e89384ba50a9787dbeb9425902a18b0cd8239efd0b966b453" +metafile = true + +[[files]] +file = "mods/language-reload.pw.toml" +hash = "037f6b72bde7b586901f261820197efb52a369cdad3557eeaaa7a3f8e9c19799" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d" +metafile = true + +[[files]] +file = "mods/mambience.pw.toml" +hash = "f46a1742deed48056c007685176906b32450db2900525e6917116665ee6bd83f" +metafile = true + +[[files]] +file = "mods/mine-little-pony.pw.toml" +hash = "f7b19a266a065ba1778d21a44e21a8308b04a5eb604cec51b575772566244e7f" +metafile = true + +[[files]] +file = "mods/mixintrace.pw.toml" +hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86" +metafile = true + +[[files]] +file = "mods/moddetectionpreventer.pw.toml" +hash = "afab2fbd384fd1f093b7b6d1500d3227c129223b4a6e2ee62ed43b63bfae8f1d" +metafile = true + +[[files]] +file = "mods/modelfix.pw.toml" +hash = "6ff047f3b0e73e22bf5ad0d6751f82cd6f6a4e164a911a37839eba667fa85502" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "a05dcb27d2d7895c0ae969259d96841d689f233746595140ad8d9fc8cd9d8610" +metafile = true + +[[files]] +file = "mods/modmenu.pw.toml" +hash = "b1e256001d9d86101d4fd0c888099bcf25b0b72fffc8a5a64505dcb48fb6a652" +metafile = true + +[[files]] +file = "mods/morechathistory.pw.toml" +hash = "1447b2cbf7c1d96fd410f85fdd029c1de4a4f8709d09146e602b6054065e49c0" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "ef9c4bc27256d065df4feaba2bc05883ba22987c41cd48786070d37ae85cc8e1" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "a045df0a5d03ef89d92ca9318aa42a5a5e7617b37dd38d32b0a7058c0f6f4ef7" +metafile = true + +[[files]] +file = "mods/optigui.pw.toml" +hash = "8bb727360596439b65a6bc057ccd0a51996e529948c59d41c35db05ee35ca559" +metafile = true + +[[files]] +file = "mods/paginatedadvancements.pw.toml" +hash = "a0626154090e5879cb832c75cbc98251e246f0142999d496ac0b084f29a2bc02" +metafile = true + +[[files]] +file = "mods/polytone.pw.toml" +hash = "3eafe7995675cb7d1f931473ddfd5ca7ac28b514994df591aa7a28f74bc4c22a" +metafile = true + +[[files]] +file = "mods/presence-footsteps.pw.toml" +hash = "5b04fc4286cf61a6f3e5ff79ff6abb1c9afd1243f3144cd7eecc5eb24a936fd6" +metafile = true + +[[files]] +file = "mods/puzzle.pw.toml" +hash = "0e59d00de821ce2095849c161e17e03d12a768d18859e813086adeaa71fd037b" +metafile = true + +[[files]] +file = "mods/qkl.pw.toml" +hash = "50f413eb229b578c7dbb5d8665a8ad29e0221a4e16acbe62cb9f52e2bedaa732" +metafile = true + +[[files]] +file = "mods/qsl.pw.toml" +hash = "eea0ffd49f5f80f7d0126ac25d440d4f3e82a1bbba85f940f3921880c1b7913c" +metafile = true + +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "975478c93b1218131fd48695cd7efb9bbe0d69125409940b015a7058e42fb6be" +metafile = true + +[[files]] +file = "mods/shulkerboxtooltip.pw.toml" +hash = "f43c022a952f3d81a8b722897a686f53de82cb953189d5eb17c4049b3fcf1727" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "e307a2638611f9fe2bd7c743733ec5c2d227d7fabc17174323ce206f89456e74" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "f7c09e537f9db67804dd7df6b8ba3a0cfb63429ad992a99e8f8faba33187ded2" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "5e73967368d47038c38dc52fa298b45603fbe6baf2608f171638ff767178ad9a" +metafile = true + +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "aef87c42638b1bb5716adce38efff4d6e803dbd5802e35159ff718a0ff0dde1b" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "0e64714c116db266b1c35b0fea980d0ad75ddee7639d13f89d5cedf6c7e336e7" +metafile = true + +[[files]] +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +metafile = true + +[[files]] +file = "mods/zoomify.pw.toml" +hash = "af2f18c6feb48fe4bfc019bdbc4899eb874324082207dc01171ffbf15547f5dd" +metafile = true + +[[files]] +file = "resourcepacks/chat-reporting-helper.pw.toml" +hash = "7c7cb83b4ee06e8b6d2ea20682a88756877227001877fe76b170d7fbd94774d4" +metafile = true + +[[files]] +file = "resourcepacks/fast-better-grass.pw.toml" +hash = "ef8b4c780a1410f45321a8f708c37a818a01ca0b576f0621e174899eb31e3853" +metafile = true + +[[files]] +file = "resourcepacks/translations-for-sodium.pw.toml" +hash = "d112ef73f801604bece87d9a9dba6773ac9c95b0a0d0dc7b707ebbb419d5b7f3" +metafile = true diff --git a/client/mods/appleskin.pw.toml b/client/mods/appleskin.pw.toml new file mode 100644 index 0000000..db842ea --- /dev/null +++ b/client/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-fabric-mc1.20.3-2.5.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/pmFyu3Sz/appleskin-fabric-mc1.20.3-2.5.1.jar" +hash-format = "sha1" +hash = "d8c8f47cadf0bec89b0539f44e3c67df73d8e048" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "pmFyu3Sz" diff --git a/client/mods/better-mount-hud.pw.toml b/client/mods/better-mount-hud.pw.toml new file mode 100644 index 0000000..369ae21 --- /dev/null +++ b/client/mods/better-mount-hud.pw.toml @@ -0,0 +1,13 @@ +name = "Better Mount HUD" +filename = "bettermounthud-1.2.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kqJFAPU9/versions/h1QpxElt/bettermounthud-1.2.2.jar" +hash-format = "sha1" +hash = "6942fb39ca2e87208b0b0630a5efc4511c82dcf4" + +[update] +[update.modrinth] +mod-id = "kqJFAPU9" +version = "h1QpxElt" diff --git a/client/mods/better-third-person.pw.toml b/client/mods/better-third-person.pw.toml new file mode 100644 index 0000000..e82b2ce --- /dev/null +++ b/client/mods/better-third-person.pw.toml @@ -0,0 +1,13 @@ +name = "Better Third Person" +filename = "BetterThirdPerson-Fabric-1.20-1.9.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/G1s2WpNo/versions/1yJzEpzh/BetterThirdPerson-Fabric-1.20-1.9.0.jar" +hash-format = "sha1" +hash = "affb7193218d896c0bd7459ecae31fb98b3b6b23" + +[update] +[update.modrinth] +mod-id = "G1s2WpNo" +version = "1yJzEpzh" diff --git a/client/mods/big-pony.pw.toml b/client/mods/big-pony.pw.toml new file mode 100644 index 0000000..2d7e191 --- /dev/null +++ b/client/mods/big-pony.pw.toml @@ -0,0 +1,13 @@ +name = "Big Pony" +filename = "bigpony-1.11.2+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h9pJxJR9/versions/Sh9yP3SZ/bigpony-1.11.2%2B1.20.4.jar" +hash-format = "sha1" +hash = "8b9e32bd9cee618be29b1e8baa227d5ef0ee1795" + +[update] +[update.modrinth] +mod-id = "h9pJxJR9" +version = "Sh9yP3SZ" diff --git a/client/mods/bobby.pw.toml b/client/mods/bobby.pw.toml new file mode 100644 index 0000000..5d171c8 --- /dev/null +++ b/client/mods/bobby.pw.toml @@ -0,0 +1,13 @@ +name = "Bobby" +filename = "bobby-5.1.0+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/M08ruV16/versions/jGGumR4a/bobby-5.1.0%2Bmc1.20.4.jar" +hash-format = "sha1" +hash = "3c4437a3199629377faeda77e50b01577c4da027" + +[update] +[update.modrinth] +mod-id = "M08ruV16" +version = "jGGumR4a" diff --git a/client/mods/capes.pw.toml b/client/mods/capes.pw.toml new file mode 100644 index 0000000..5642fa5 --- /dev/null +++ b/client/mods/capes.pw.toml @@ -0,0 +1,13 @@ +name = "Capes" +filename = "capes-1.5.3+1.20.2-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/dEq1ncBU/capes-1.5.3%2B1.20.2-fabric.jar" +hash-format = "sha1" +hash = "c1a62a847753d9ae039bff35050326a081d2e500" + +[update] +[update.modrinth] +mod-id = "89Wsn8GD" +version = "dEq1ncBU" diff --git a/client/mods/chat-heads.pw.toml b/client/mods/chat-heads.pw.toml new file mode 100644 index 0000000..d377fce --- /dev/null +++ b/client/mods/chat-heads.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Heads" +filename = "chat_heads-0.10.32-fabric-1.20.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/Hl6rexqr/chat_heads-0.10.32-fabric-1.20.3.jar" +hash-format = "sha1" +hash = "9ce615a8ee483dc0cf8be32061ff100c6f94df7e" + +[update] +[update.modrinth] +mod-id = "Wb5oqrBJ" +version = "Hl6rexqr" diff --git a/client/mods/cit-resewn.pw.toml b/client/mods/cit-resewn.pw.toml new file mode 100644 index 0000000..bb6250f --- /dev/null +++ b/client/mods/cit-resewn.pw.toml @@ -0,0 +1,13 @@ +name = "CIT Resewn" +filename = "citresewn-1.1.5+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/otVJckYQ/versions/MU5nRGAS/citresewn-1.1.5%2B1.20.4.jar" +hash-format = "sha1" +hash = "fd9917d408f2377af9ec5c9b84fa05b0db2e8666" + +[update] +[update.modrinth] +mod-id = "otVJckYQ" +version = "MU5nRGAS" diff --git a/client/mods/cloth-config.pw.toml b/client/mods/cloth-config.pw.toml new file mode 100644 index 0000000..c78d980 --- /dev/null +++ b/client/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-13.0.121-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/eBZiZ9NS/cloth-config-13.0.121-fabric.jar" +hash-format = "sha1" +hash = "e20f396a937a09b686aa986c802643b9adbb311e" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "eBZiZ9NS" diff --git a/client/mods/continuity.pw.toml b/client/mods/continuity.pw.toml new file mode 100644 index 0000000..a493809 --- /dev/null +++ b/client/mods/continuity.pw.toml @@ -0,0 +1,13 @@ +name = "Continuity" +filename = "continuity-3.0.0-beta.4+1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1IjD5062/versions/JXhQlDZl/continuity-3.0.0-beta.4%2B1.20.2.jar" +hash-format = "sha1" +hash = "f9eaa5fc75d2747dbe14818dfde04eaf7152ae3c" + +[update] +[update.modrinth] +mod-id = "1IjD5062" +version = "JXhQlDZl" diff --git a/client/mods/controlify.pw.toml b/client/mods/controlify.pw.toml new file mode 100644 index 0000000..8f9318a --- /dev/null +++ b/client/mods/controlify.pw.toml @@ -0,0 +1,13 @@ +name = "Controlify" +filename = "Controlify-2.0.0-beta.2+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/MZzohk5u/Controlify-2.0.0-beta.2%2B1.20.4.jar" +hash-format = "sha1" +hash = "7b00982b79a383e76b496a6768333b4400fca661" + +[update] +[update.modrinth] +mod-id = "DOUdJVEm" +version = "MZzohk5u" diff --git a/client/mods/cubes-without-borders.pw.toml b/client/mods/cubes-without-borders.pw.toml new file mode 100644 index 0000000..41a5bf4 --- /dev/null +++ b/client/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cubes-without-borders-1.1.0+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/IQtaUFAv/cubes-without-borders-1.1.0%2B1.20.jar" +hash-format = "sha1" +hash = "e54a2c4b4817efb93a2ce7cb78bf8a2d1136b6cd" + +[update] +[update.modrinth] +mod-id = "ETlrkaYF" +version = "IQtaUFAv" diff --git a/client/mods/debugify.pw.toml b/client/mods/debugify.pw.toml new file mode 100644 index 0000000..1389c06 --- /dev/null +++ b/client/mods/debugify.pw.toml @@ -0,0 +1,13 @@ +name = "Debugify" +filename = "Debugify-1.20.4+1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/aQYNRsGo/Debugify-1.20.4%2B1.1.jar" +hash-format = "sha1" +hash = "248cd69236eed33faca6a08c4ba535c7249a0528" + +[update] +[update.modrinth] +mod-id = "QwxR6Gcd" +version = "aQYNRsGo" diff --git a/client/mods/dynamic-fps.pw.toml b/client/mods/dynamic-fps.pw.toml new file mode 100644 index 0000000..0e1d6de --- /dev/null +++ b/client/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.4.2+minecraft-1.20.4-quilt.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/AEjABoYz/dynamic-fps-3.4.2%2Bminecraft-1.20.4-quilt.jar" +hash-format = "sha1" +hash = "890172a0e6fbd4c336611d46b4c0fc7b5602a1f0" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "AEjABoYz" diff --git a/client/mods/ebe.pw.toml b/client/mods/ebe.pw.toml new file mode 100644 index 0000000..2499edb --- /dev/null +++ b/client/mods/ebe.pw.toml @@ -0,0 +1,13 @@ +name = "Enhanced Block Entities" +filename = "enhancedblockentities-0.9.1+1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/OVuFYfre/versions/eIFo7wvq/enhancedblockentities-0.9.1%2B1.20.2.jar" +hash-format = "sha1" +hash = "7d40ccbc5355602325ad3e633592441a63a3999a" + +[update] +[update.modrinth] +mod-id = "OVuFYfre" +version = "eIFo7wvq" diff --git a/client/mods/enchantment-descriptions.pw.toml b/client/mods/enchantment-descriptions.pw.toml new file mode 100644 index 0000000..c4adf91 --- /dev/null +++ b/client/mods/enchantment-descriptions.pw.toml @@ -0,0 +1,13 @@ +name = "Enchantment Descriptions" +filename = "EnchantmentDescriptions-Fabric-1.20.4-20.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/IOSpK2s9/EnchantmentDescriptions-Fabric-1.20.4-20.0.2.jar" +hash-format = "sha1" +hash = "5c589206428a16a41bbac7cc3870ff15aaa748be" + +[update] +[update.modrinth] +mod-id = "UVtY3ZAC" +version = "IOSpK2s9" diff --git a/client/mods/entity-model-features.pw.toml b/client/mods/entity-model-features.pw.toml new file mode 100644 index 0000000..6e36dd2 --- /dev/null +++ b/client/mods/entity-model-features.pw.toml @@ -0,0 +1,13 @@ +name = "[EMF] Entity Model Features" +filename = "entity_model_features_fabric_1.20.4-1.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/bwjbN1G7/entity_model_features_fabric_1.20.4-1.3.jar" +hash-format = "sha1" +hash = "fa2a10cafa469d6eb0bfd9e7107b717007a83c62" + +[update] +[update.modrinth] +mod-id = "4I1XuqiY" +version = "bwjbN1G7" diff --git a/client/mods/entityculling.pw.toml b/client/mods/entityculling.pw.toml new file mode 100644 index 0000000..e99bfb4 --- /dev/null +++ b/client/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-fabric-1.6.4-mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/7JR5qJ8f/entityculling-fabric-1.6.4-mc1.20.4.jar" +hash-format = "sha1" +hash = "ee3804cc07063cc5f67a3c9ed79bd8f2fbefab44" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "7JR5qJ8f" diff --git a/client/mods/entitytexturefeatures.pw.toml b/client/mods/entitytexturefeatures.pw.toml new file mode 100644 index 0000000..363e87a --- /dev/null +++ b/client/mods/entitytexturefeatures.pw.toml @@ -0,0 +1,13 @@ +name = "[ETF] Entity Texture Features" +filename = "entity_texture_features_fabric_1.20.4-5.2.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/qMoPCh9Z/entity_texture_features_fabric_1.20.4-5.2.3.jar" +hash-format = "sha1" +hash = "a4ffc065af0c37098ae128de505fc9689f74b9ff" + +[update] +[update.modrinth] +mod-id = "BVzZfTc1" +version = "qMoPCh9Z" diff --git a/client/mods/fabricskyboxes-interop.pw.toml b/client/mods/fabricskyboxes-interop.pw.toml new file mode 100644 index 0000000..da7d97f --- /dev/null +++ b/client/mods/fabricskyboxes-interop.pw.toml @@ -0,0 +1,13 @@ +name = "FabricSkyBoxes Interop" +filename = "fsb-interop-1.3.6+mc1.20.2-build.52.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HpdHOPOp/versions/Y9X3wWP7/fsb-interop-1.3.6%2Bmc1.20.2-build.52.jar" +hash-format = "sha1" +hash = "f7c17f6c6bc49f5078e9631019f544b4dd696420" + +[update] +[update.modrinth] +mod-id = "HpdHOPOp" +version = "Y9X3wWP7" diff --git a/client/mods/fabricskyboxes.pw.toml b/client/mods/fabricskyboxes.pw.toml new file mode 100644 index 0000000..c71b541 --- /dev/null +++ b/client/mods/fabricskyboxes.pw.toml @@ -0,0 +1,13 @@ +name = "FabricSkyboxes" +filename = "fabricskyboxes-0.7.3+mc1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/XGzaAlX8/fabricskyboxes-0.7.3%2Bmc1.20.2.jar" +hash-format = "sha1" +hash = "6ce1e8f99a901fd2e4e5f84d529e60f425b172ca" + +[update] +[update.modrinth] +mod-id = "YBz7DOs8" +version = "XGzaAlX8" diff --git a/client/mods/fabrishot.pw.toml b/client/mods/fabrishot.pw.toml new file mode 100644 index 0000000..ed9346c --- /dev/null +++ b/client/mods/fabrishot.pw.toml @@ -0,0 +1,13 @@ +name = "Fabrishot" +filename = "fabrishot-1.12.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qsfQtE9/versions/crC7YOpw/fabrishot-1.12.1.jar" +hash-format = "sha1" +hash = "c348c0966a2169a67f6a40f80a85c699104a8642" + +[update] +[update.modrinth] +mod-id = "3qsfQtE9" +version = "crC7YOpw" diff --git a/client/mods/fallingleaves.pw.toml b/client/mods/fallingleaves.pw.toml new file mode 100644 index 0000000..9cac5f1 --- /dev/null +++ b/client/mods/fallingleaves.pw.toml @@ -0,0 +1,13 @@ +name = "Falling Leaves" +filename = "fallingleaves-1.15.5+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/PNG0Dp43/fallingleaves-1.15.5%2B1.20.1.jar" +hash-format = "sha1" +hash = "147ef536b167f71e9fecdf9eb41ecdcb57695790" + +[update] +[update.modrinth] +mod-id = "WhbRG4iK" +version = "PNG0Dp43" diff --git a/client/mods/fastquit.pw.toml b/client/mods/fastquit.pw.toml new file mode 100644 index 0000000..e7811bf --- /dev/null +++ b/client/mods/fastquit.pw.toml @@ -0,0 +1,13 @@ +name = "FastQuit" +filename = "fastquit-3.0.0+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x1hIzbuY/versions/vOAKK0JB/fastquit-3.0.0%2B1.20.4.jar" +hash-format = "sha1" +hash = "c1340863cc8d61219785c16163156dc748a70763" + +[update] +[update.modrinth] +mod-id = "x1hIzbuY" +version = "vOAKK0JB" diff --git a/client/mods/ferrite-core.pw.toml b/client/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..8aa2013 --- /dev/null +++ b/client/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-6.0.3-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/pguEMpy9/ferritecore-6.0.3-fabric.jar" +hash-format = "sha1" +hash = "f2bbb773f4213d36201b76820f206e2a6f213c0c" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "pguEMpy9" diff --git a/client/mods/hd-skins.pw.toml b/client/mods/hd-skins.pw.toml new file mode 100644 index 0000000..543ea50 --- /dev/null +++ b/client/mods/hd-skins.pw.toml @@ -0,0 +1,13 @@ +name = "HD Skins" +filename = "hdskins-6.12.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/FzE9gshV/versions/22fYMQZv/hdskins-6.12.1%2B1.20.4.jar" +hash-format = "sha1" +hash = "1157bcd05975d64de0b19cfae32014d1cc5a47ea" + +[update] +[update.modrinth] +mod-id = "FzE9gshV" +version = "22fYMQZv" diff --git a/client/mods/immediatelyfast.pw.toml b/client/mods/immediatelyfast.pw.toml new file mode 100644 index 0000000..8c3c034 --- /dev/null +++ b/client/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-Fabric-1.2.11+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/FEOsWs1E/ImmediatelyFast-Fabric-1.2.11%2B1.20.4.jar" +hash-format = "sha1" +hash = "71cff4c39487def96292cd8f5bef37795fbfbc31" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "FEOsWs1E" diff --git a/client/mods/indium.pw.toml b/client/mods/indium.pw.toml new file mode 100644 index 0000000..dfdd708 --- /dev/null +++ b/client/mods/indium.pw.toml @@ -0,0 +1,13 @@ +name = "Indium" +filename = "indium-1.0.30+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/Aouse6P7/indium-1.0.30%2Bmc1.20.4.jar" +hash-format = "sha1" +hash = "b24233f29c0ce4802c61ea8998e01e6e4580ae60" + +[update] +[update.modrinth] +mod-id = "Orvt0mRa" +version = "Aouse6P7" diff --git a/client/mods/iris.pw.toml b/client/mods/iris.pw.toml new file mode 100644 index 0000000..a924c6c --- /dev/null +++ b/client/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-mc1.20.4-1.6.17.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/kGdJ11Rt/iris-mc1.20.4-1.6.17.jar" +hash-format = "sha1" +hash = "42e06f32cd7036c10d69564a64ce1d08afe3c613" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "kGdJ11Rt" diff --git a/client/mods/kirin.pw.toml b/client/mods/kirin.pw.toml new file mode 100644 index 0000000..20471d8 --- /dev/null +++ b/client/mods/kirin.pw.toml @@ -0,0 +1,13 @@ +name = "Kirin" +filename = "kirin-1.17.0+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9aNz8Zqn/versions/rQt5jR0L/kirin-1.17.0%2B1.20.4.jar" +hash-format = "sha1" +hash = "1089a4034762f3a64aafc84097ad6918466e7d2c" + +[update] +[update.modrinth] +mod-id = "9aNz8Zqn" +version = "rQt5jR0L" diff --git a/client/mods/lambdynamiclights.pw.toml b/client/mods/lambdynamiclights.pw.toml new file mode 100644 index 0000000..bfd5a34 --- /dev/null +++ b/client/mods/lambdynamiclights.pw.toml @@ -0,0 +1,13 @@ +name = "LambDynamicLights" +filename = "lambdynamiclights-2.3.4+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yBW8D80W/versions/mrQ8ZiyU/lambdynamiclights-2.3.4%2B1.20.4.jar" +hash-format = "sha1" +hash = "b44b10647f170732825b28d8ff44735ae31e3837" + +[update] +[update.modrinth] +mod-id = "yBW8D80W" +version = "mrQ8ZiyU" diff --git a/client/mods/language-reload.pw.toml b/client/mods/language-reload.pw.toml new file mode 100644 index 0000000..8fe4325 --- /dev/null +++ b/client/mods/language-reload.pw.toml @@ -0,0 +1,13 @@ +name = "Language Reload" +filename = "language-reload-1.5.10+1.20.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/SSvudGpI/language-reload-1.5.10%2B1.20.3.jar" +hash-format = "sha1" +hash = "65ca8e5379306733f90e76d497d0f34597ca61e7" + +[update] +[update.modrinth] +mod-id = "uLbm7CG6" +version = "SSvudGpI" diff --git a/client/mods/lithium.pw.toml b/client/mods/lithium.pw.toml new file mode 100644 index 0000000..117fad8 --- /dev/null +++ b/client/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-fabric-mc1.20.4-0.12.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/nMhjKWVE/lithium-fabric-mc1.20.4-0.12.1.jar" +hash-format = "sha1" +hash = "4a0744beb2246d93cb475d21a5a53faa556956e0" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "nMhjKWVE" diff --git a/client/mods/mambience.pw.toml b/client/mods/mambience.pw.toml new file mode 100644 index 0000000..c198204 --- /dev/null +++ b/client/mods/mambience.pw.toml @@ -0,0 +1,13 @@ +name = "MAmbience" +filename = "Mambience-5.3.2+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qPzLkTsE/versions/4hs3gbHL/Mambience-5.3.2%2B1.20.4.jar" +hash-format = "sha1" +hash = "0380e272cd3dadc043e92035b13885a8af2e3286" + +[update] +[update.modrinth] +mod-id = "qPzLkTsE" +version = "4hs3gbHL" diff --git a/client/mods/mine-little-pony.pw.toml b/client/mods/mine-little-pony.pw.toml new file mode 100644 index 0000000..01d87c4 --- /dev/null +++ b/client/mods/mine-little-pony.pw.toml @@ -0,0 +1,13 @@ +name = "Mine Little Pony" +filename = "minelittlepony-4.11.6+1.20.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/JBjInUXM/versions/iPSJnrmX/minelittlepony-4.11.6%2B1.20.2.jar" +hash-format = "sha1" +hash = "592ef5db0516d0081421a4af16de8a46006dbf73" + +[update] +[update.modrinth] +mod-id = "JBjInUXM" +version = "iPSJnrmX" diff --git a/client/mods/mixintrace.pw.toml b/client/mods/mixintrace.pw.toml new file mode 100644 index 0000000..86402da --- /dev/null +++ b/client/mods/mixintrace.pw.toml @@ -0,0 +1,13 @@ +name = "MixinTrace" +filename = "mixintrace-1.1.1+1.17.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sGmHWmeL/versions/1.1.1%2B1.17/mixintrace-1.1.1%2B1.17.jar" +hash-format = "sha1" +hash = "7fbb0130db0e427ee7180d304dfa65c46f0e3b69" + +[update] +[update.modrinth] +mod-id = "sGmHWmeL" +version = "LGYOH4RN" diff --git a/client/mods/moddetectionpreventer.pw.toml b/client/mods/moddetectionpreventer.pw.toml new file mode 100644 index 0000000..2542355 --- /dev/null +++ b/client/mods/moddetectionpreventer.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Detection Preventer" +filename = "ModDetectionPreventer+1.20.4-1.2.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lnxQbnYZ/versions/F2xrsB2S/ModDetectionPreventer%2B1.20.4-1.2.0.jar" +hash-format = "sha1" +hash = "155dfba649bb6fedf15c706aced78eb0ced5b097" + +[update] +[update.modrinth] +mod-id = "lnxQbnYZ" +version = "F2xrsB2S" diff --git a/client/mods/modelfix.pw.toml b/client/mods/modelfix.pw.toml new file mode 100644 index 0000000..0711524 --- /dev/null +++ b/client/mods/modelfix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.14-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/QdG47OkI/versions/r6uVoUxU/modelfix-1.14-fabric.jar" +hash-format = "sha1" +hash = "7c6a38565820d9c1941eb9d1aadaae75cb11ed8b" + +[update] +[update.modrinth] +mod-id = "QdG47OkI" +version = "r6uVoUxU" diff --git a/client/mods/modernfix.pw.toml b/client/mods/modernfix.pw.toml new file mode 100644 index 0000000..84960c0 --- /dev/null +++ b/client/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-fabric-5.15.0+mc1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/lQs9avbD/modernfix-fabric-5.15.0%2Bmc1.20.4.jar" +hash-format = "sha1" +hash = "dbbb4d797bb89ac02eb6fd7fb310872ef37c23d1" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "lQs9avbD" diff --git a/client/mods/modmenu.pw.toml b/client/mods/modmenu.pw.toml new file mode 100644 index 0000000..10b4d82 --- /dev/null +++ b/client/mods/modmenu.pw.toml @@ -0,0 +1,13 @@ +name = "Mod Menu" +filename = "modmenu-9.1.0-beta.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/w3icASIi/modmenu-9.1.0-beta.1.jar" +hash-format = "sha1" +hash = "0417da163e6e9692c08c113117a1bd39337a7a03" + +[update] +[update.modrinth] +mod-id = "mOgUt4GM" +version = "w3icASIi" diff --git a/client/mods/morechathistory.pw.toml b/client/mods/morechathistory.pw.toml new file mode 100644 index 0000000..11c40fc --- /dev/null +++ b/client/mods/morechathistory.pw.toml @@ -0,0 +1,13 @@ +name = "More Chat History" +filename = "morechathistory-1.3.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/PLfxrDkh/morechathistory-1.3.0.jar" +hash-format = "sha1" +hash = "346cce5cb5d89e676d8ed0dca05522369063b3c3" + +[update] +[update.modrinth] +mod-id = "8qkXwOnk" +version = "PLfxrDkh" diff --git a/client/mods/moreculling.pw.toml b/client/mods/moreculling.pw.toml new file mode 100644 index 0000000..9c3acab --- /dev/null +++ b/client/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "More Culling" +filename = "moreculling-1.20.4-0.22.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/51shyZVL/versions/KpriJ15b/moreculling-1.20.4-0.22.1.jar" +hash-format = "sha1" +hash = "2b373ab4657fa06682957fbe5bd15f14381e4353" + +[update] +[update.modrinth] +mod-id = "51shyZVL" +version = "KpriJ15b" diff --git a/client/mods/no-chat-reports.pw.toml b/client/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..c10b615 --- /dev/null +++ b/client/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-FABRIC-1.20.4-v2.5.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/tfv6A4l5/NoChatReports-FABRIC-1.20.4-v2.5.0.jar" +hash-format = "sha1" +hash = "4108d959727fde432620693c2e271b4be81e5591" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "tfv6A4l5" diff --git a/client/mods/optigui.pw.toml b/client/mods/optigui.pw.toml new file mode 100644 index 0000000..aa4d8ad --- /dev/null +++ b/client/mods/optigui.pw.toml @@ -0,0 +1,13 @@ +name = "OptiGUI" +filename = "optigui-2.3.0-alpha.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/cGrREnKA/optigui-2.3.0-alpha.2.jar" +hash-format = "sha1" +hash = "1fa0e3492b3630ee353b46578585571c87802460" + +[update] +[update.modrinth] +mod-id = "JuksLGBQ" +version = "cGrREnKA" diff --git a/client/mods/paginatedadvancements.pw.toml b/client/mods/paginatedadvancements.pw.toml new file mode 100644 index 0000000..44668aa --- /dev/null +++ b/client/mods/paginatedadvancements.pw.toml @@ -0,0 +1,13 @@ +name = "Paginated Advancements & Custom Frames" +filename = "paginatedadvancements-2.4.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pJogNFap/versions/SSrN6xCf/paginatedadvancements-2.4.2.jar" +hash-format = "sha1" +hash = "93d5b01496f920f58631e10670260bec5388ce30" + +[update] +[update.modrinth] +mod-id = "pJogNFap" +version = "SSrN6xCf" diff --git a/client/mods/polytone.pw.toml b/client/mods/polytone.pw.toml new file mode 100644 index 0000000..59a5c37 --- /dev/null +++ b/client/mods/polytone.pw.toml @@ -0,0 +1,13 @@ +name = "Polytone" +filename = "polytone-1.20.4-1.17.7-fabric.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/k7PMApxf/polytone-1.20.4-1.17.7-fabric.jar" +hash-format = "sha1" +hash = "a1a841a5e398bd4c0d8e57ddf7dfed5b70bf471b" + +[update] +[update.modrinth] +mod-id = "3qAYkBMB" +version = "k7PMApxf" diff --git a/client/mods/presence-footsteps.pw.toml b/client/mods/presence-footsteps.pw.toml new file mode 100644 index 0000000..d4cf6a3 --- /dev/null +++ b/client/mods/presence-footsteps.pw.toml @@ -0,0 +1,13 @@ +name = "Presence Footsteps" +filename = "PresenceFootsteps-1.11.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/ji7wRvVK/PresenceFootsteps-1.11.2.jar" +hash-format = "sha1" +hash = "0e8b688dd319b76cb714b5028deb4b1b9893f8c9" + +[update] +[update.modrinth] +mod-id = "rcTfTZr3" +version = "ji7wRvVK" diff --git a/client/mods/puzzle.pw.toml b/client/mods/puzzle.pw.toml new file mode 100644 index 0000000..23913aa --- /dev/null +++ b/client/mods/puzzle.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzle" +filename = "puzzle-1.6.1+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/3IuO68q1/versions/1srBlHhv/puzzle-1.6.1%2B1.20.4.jar" +hash-format = "sha1" +hash = "599f203de21541d4ff9dee52a007c0999fe95059" + +[update] +[update.modrinth] +mod-id = "3IuO68q1" +version = "1srBlHhv" diff --git a/client/mods/qkl.pw.toml b/client/mods/qkl.pw.toml new file mode 100644 index 0000000..45b3731 --- /dev/null +++ b/client/mods/qkl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilt Kotlin Libraries (QKL)" +filename = "quilt-kotlin-libraries-4.0.0+kt.1.9.23+flk.1.10.19.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/daGMirHp/quilt-kotlin-libraries-4.0.0%2Bkt.1.9.23%2Bflk.1.10.19.jar" +hash-format = "sha1" +hash = "e2976ee320a325242fcdb2b4b8f77ca743306171" + +[update] +[update.modrinth] +mod-id = "lwVhp9o5" +version = "daGMirHp" diff --git a/client/mods/qsl.pw.toml b/client/mods/qsl.pw.toml new file mode 100644 index 0000000..d0c610b --- /dev/null +++ b/client/mods/qsl.pw.toml @@ -0,0 +1,13 @@ +name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" +filename = "quilted-fabric-api-9.0.0-alpha.6+0.96.11-1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/rfATdsrM/quilted-fabric-api-9.0.0-alpha.6%2B0.96.11-1.20.4.jar" +hash-format = "sha1" +hash = "6aa5e683807e708f6e99e953f319f706f2651a20" + +[update] +[update.modrinth] +mod-id = "qvIfYCYJ" +version = "rfATdsrM" diff --git a/client/mods/reeses-sodium-options.pw.toml b/client/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..d35b879 --- /dev/null +++ b/client/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses_sodium_options-1.7.2+mc1.20.4-build.102.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/fkLiGoHs/reeses_sodium_options-1.7.2%2Bmc1.20.4-build.102.jar" +hash-format = "sha1" +hash = "5e2f4ad814f34e2f55fda4efa30c878c5e573978" + +[update] +[update.modrinth] +mod-id = "Bh37bMuy" +version = "fkLiGoHs" diff --git a/client/mods/shulkerboxtooltip.pw.toml b/client/mods/shulkerboxtooltip.pw.toml new file mode 100644 index 0000000..35a719d --- /dev/null +++ b/client/mods/shulkerboxtooltip.pw.toml @@ -0,0 +1,13 @@ +name = "Shulker Box Tooltip" +filename = "shulkerboxtooltip-fabric-4.0.8+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2M01OLQq/versions/R23hymvz/shulkerboxtooltip-fabric-4.0.8%2B1.20.4.jar" +hash-format = "sha1" +hash = "170972b46c2758567f2d3beb93a72b095bf5cafb" + +[update] +[update.modrinth] +mod-id = "2M01OLQq" +version = "R23hymvz" diff --git a/client/mods/simple-voice-chat.pw.toml b/client/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..6d048e4 --- /dev/null +++ b/client/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-quilt-1.20.4-2.5.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/H435e2Jp/voicechat-quilt-1.20.4-2.5.11.jar" +hash-format = "sha1" +hash = "4f43328666b8defabfd66cb1515b265e8188bf39" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "H435e2Jp" diff --git a/client/mods/sodium-extra.pw.toml b/client/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..bcf060c --- /dev/null +++ b/client/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-0.5.4+mc1.20.4-build.116.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/M0ndiav7/sodium-extra-0.5.4%2Bmc1.20.4-build.116.jar" +hash-format = "sha1" +hash = "5cdad24baaac7c254e07205aef6052946f4a5246" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "M0ndiav7" diff --git a/client/mods/sodium.pw.toml b/client/mods/sodium.pw.toml new file mode 100644 index 0000000..2c457d3 --- /dev/null +++ b/client/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-fabric-0.5.8+mc1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/4GyXKCLd/sodium-fabric-0.5.8%2Bmc1.20.4.jar" +hash-format = "sha1" +hash = "4c38d7b01660a27a98406767c613b3f28b6c9dfe" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "4GyXKCLd" diff --git a/client/mods/sound-physics-remastered.pw.toml b/client/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..97b5724 --- /dev/null +++ b/client/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "sound-physics-remastered-fabric-1.20.4-1.3.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/th5AIucC/sound-physics-remastered-fabric-1.20.4-1.3.1.jar" +hash-format = "sha1" +hash = "c47fd8ae9737c0495c1456ccd122853425bc1698" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "th5AIucC" diff --git a/client/mods/yacl.pw.toml b/client/mods/yacl.pw.toml new file mode 100644 index 0000000..eb5c58f --- /dev/null +++ b/client/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib" +filename = "yet-another-config-lib-fabric-3.3.2+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/StXMrAsz/yet-another-config-lib-fabric-3.3.2%2B1.20.4.jar" +hash-format = "sha1" +hash = "9cbb8f3401160ec4422630bbf930208a898fe320" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "StXMrAsz" diff --git a/client/mods/yosbr.pw.toml b/client/mods/yosbr.pw.toml new file mode 100644 index 0000000..679fe0d --- /dev/null +++ b/client/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/client/mods/zoomify.pw.toml b/client/mods/zoomify.pw.toml new file mode 100644 index 0000000..0e98333 --- /dev/null +++ b/client/mods/zoomify.pw.toml @@ -0,0 +1,13 @@ +name = "Zoomify" +filename = "Zoomify-2.13.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/w7ThoJFB/versions/BalILUb7/Zoomify-2.13.2.jar" +hash-format = "sha1" +hash = "a3a76fcd4628ab6a2b329c80af15c7367409c806" + +[update] +[update.modrinth] +mod-id = "w7ThoJFB" +version = "BalILUb7" diff --git a/client/pack.toml b/client/pack.toml new file mode 100644 index 0000000..3d2b8a7 --- /dev/null +++ b/client/pack.toml @@ -0,0 +1,13 @@ +name = "TrotCraft" +author = "Terra" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "4e0d1e79cb6ded68030392efea3b5eb45e18361e03b493755494d682c06c1d30" + +[versions] +minecraft = "1.20.4" +quilt = "0.24.0" diff --git a/client/resourcepacks/chat-reporting-helper.pw.toml b/client/resourcepacks/chat-reporting-helper.pw.toml new file mode 100644 index 0000000..3bfb711 --- /dev/null +++ b/client/resourcepacks/chat-reporting-helper.pw.toml @@ -0,0 +1,13 @@ +name = "Chat Reporting Helper" +filename = "Chat Reporting Helper.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/tN4E9NfV/versions/8kFpMqys/Chat%20Reporting%20Helper.zip" +hash-format = "sha1" +hash = "be720009d6f9adad8e601d670a63ba2d1e48ffbe" + +[update] +[update.modrinth] +mod-id = "tN4E9NfV" +version = "8kFpMqys" diff --git a/client/resourcepacks/fast-better-grass.pw.toml b/client/resourcepacks/fast-better-grass.pw.toml new file mode 100644 index 0000000..ab02588 --- /dev/null +++ b/client/resourcepacks/fast-better-grass.pw.toml @@ -0,0 +1,13 @@ +name = "Fast Better Grass" +filename = "Fast Better Grass.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/dspVZXKP/versions/dsyjkZFg/Fast%20Better%20Grass.zip" +hash-format = "sha1" +hash = "4ac330054c531096f53f0e09b3c5e0abac83522e" + +[update] +[update.modrinth] +mod-id = "dspVZXKP" +version = "dsyjkZFg" diff --git a/client/resourcepacks/translations-for-sodium.pw.toml b/client/resourcepacks/translations-for-sodium.pw.toml new file mode 100644 index 0000000..6cc5103 --- /dev/null +++ b/client/resourcepacks/translations-for-sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Translations for Sodium" +filename = "SodiumTranslations.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/yfDziwn1/versions/H3CwWhek/SodiumTranslations.zip" +hash-format = "sha1" +hash = "546c857d84dfddb039112ceb7f2fe305d6cb2726" + +[update] +[update.modrinth] +mod-id = "yfDziwn1" +version = "H3CwWhek" diff --git a/server/index.toml b/server/index.toml index bbd5115..aae9511 100644 --- a/server/index.toml +++ b/server/index.toml @@ -1,8 +1,18 @@ hash-format = "sha256" +[[files]] +file = "mods/audioplayer.pw.toml" +hash = "a9957143f70558fa3f732e2de671e1661fbd1f64dad3f1208d476addad5346e0" +metafile = true + +[[files]] +file = "mods/big-pony.pw.toml" +hash = "01f80962699a667282be91000a277b1194f0c1cc45d40ef9487b9335f69ee4f7" +metafile = true + [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "d2a55b5ea4c0bf49de881d377918e07b025ddc51c596debe7af6fe478dbbd9a5" +hash = "17251ecdaed4668e20646189ffa23edbc76ea185a8389bde2c4c9f190ffd4d25" metafile = true [[files]] @@ -30,6 +40,11 @@ file = "mods/dataloader.pw.toml" hash = "fba69b4019ac182a4c028baa177a38e9cbe3a15915aae58b647b0bba315d68cf" metafile = true +[[files]] +file = "mods/enhanced-groups.pw.toml" +hash = "a40e757d5f7f8d114f40430a2457fb7d48db457905e2f97ed9aa4fb8285a5113" +metafile = true + [[files]] file = "mods/essential-commands.pw.toml" hash = "fdb843150645d3e54d1c5c501b8975243e5ba3d886a1a7332c96f03967c6ceb6" @@ -57,7 +72,7 @@ metafile = true [[files]] file = "mods/geyser.pw.toml" -hash = "9fce3e8daef5a5399356d3d969cd3bc79051db7bd7671e607637ce06bc6fa932" +hash = "37a3b37c686d0cc017efbc20bac3edae2bfda0d6df37679d551f8c7e88fb6e17" metafile = true [[files]] @@ -90,6 +105,11 @@ file = "mods/lithium.pw.toml" hash = "3dedde5213176d72e1c353877fa44315945e8f3da2ba05f5679d81e9f558bb1d" metafile = true +[[files]] +file = "mods/mambience.pw.toml" +hash = "f46a1742deed48056c007685176906b32450db2900525e6917116665ee6bd83f" +metafile = true + [[files]] file = "mods/midnightlib.pw.toml" hash = "bd6d19a7233f79f0dc0330f68e20a9e2cc2baeb6c7d0f0a54f97d95a7c2020f7" @@ -107,7 +127,7 @@ metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "a2a38850af0076bcfb2c34327f59626d73a87876d03c4039092babfc673428c6" +hash = "967412dd78791d3c8ed00470ac9dd9473d0d03fdf78d04a9a004ea79bfcbde70" metafile = true [[files]] @@ -125,6 +145,11 @@ file = "mods/servercore.pw.toml" hash = "09bf4b5fc20ed7900078f886b5a73beb0d4a459ca71b1df1bff7da71efd844a2" metafile = true +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "b5ea10a1c3c734f62fb8c33722e4e24f2e7a60a39b4aa861b7e23ffe6fe755f8" +metafile = true + [[files]] file = "mods/stackdeobf.pw.toml" hash = "c190e3b4f36f65c9c6ce72beb5f9760fa9c3793be2fa956e09d99fbbaeef6aaa" @@ -165,6 +190,11 @@ file = "mods/vmp-fabric.pw.toml" hash = "d5fa0e898cb2233b7928c1b6109d041e3f0a507bdbdca6aefabbb4462044d9c6" metafile = true +[[files]] +file = "mods/voice-chat-interaction.pw.toml" +hash = "d4654e71ed969ebc1beab111a46c2061468d7539fb050112779cbcd798a7e009" +metafile = true + [[files]] file = "mods/yosbr.pw.toml" hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" diff --git a/server/mods/audioplayer.pw.toml b/server/mods/audioplayer.pw.toml new file mode 100644 index 0000000..c26d8c2 --- /dev/null +++ b/server/mods/audioplayer.pw.toml @@ -0,0 +1,13 @@ +name = "AudioPlayer" +filename = "audioplayer-fabric-1.20.4-1.9.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/SRlzjEBS/versions/fh0XFTz3/audioplayer-fabric-1.20.4-1.9.0.jar" +hash-format = "sha1" +hash = "9d166674e1c84175a486829cd635430016a982d0" + +[update] +[update.modrinth] +mod-id = "SRlzjEBS" +version = "fh0XFTz3" diff --git a/server/mods/big-pony.pw.toml b/server/mods/big-pony.pw.toml new file mode 100644 index 0000000..2d7e191 --- /dev/null +++ b/server/mods/big-pony.pw.toml @@ -0,0 +1,13 @@ +name = "Big Pony" +filename = "bigpony-1.11.2+1.20.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h9pJxJR9/versions/Sh9yP3SZ/bigpony-1.11.2%2B1.20.4.jar" +hash-format = "sha1" +hash = "8b9e32bd9cee618be29b1e8baa227d5ef0ee1795" + +[update] +[update.modrinth] +mod-id = "h9pJxJR9" +version = "Sh9yP3SZ" diff --git a/server/mods/c2me-fabric.pw.toml b/server/mods/c2me-fabric.pw.toml index 242c62c..63b9425 100644 --- a/server/mods/c2me-fabric.pw.toml +++ b/server/mods/c2me-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.62.jar" +filename = "c2me-fabric-mc1.20.4-0.2.0+alpha.11.65.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/VSNURh3q/versions/rq177mLj/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.62.jar" +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/9Cu1rJ2H/c2me-fabric-mc1.20.4-0.2.0%2Balpha.11.65.jar" hash-format = "sha1" -hash = "27bedd451cac864bbb672bdeb1545e446da11aac" +hash = "36dc3ee5d179f025e9c84b7912a0a0954b3219a0" [update] [update.modrinth] mod-id = "VSNURh3q" -version = "rq177mLj" +version = "9Cu1rJ2H" diff --git a/server/mods/enhanced-groups.pw.toml b/server/mods/enhanced-groups.pw.toml new file mode 100644 index 0000000..26e2b7c --- /dev/null +++ b/server/mods/enhanced-groups.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat Enhanced Groups" +filename = "instantgroup-fabric-1.20.4-1.6.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1LE7mid6/versions/lLqgxKDX/instantgroup-fabric-1.20.4-1.6.0.jar" +hash-format = "sha1" +hash = "a9fbe4e807c20edf8176cf8514706b8bff491bfb" + +[update] +[update.modrinth] +mod-id = "1LE7mid6" +version = "lLqgxKDX" diff --git a/server/mods/geyser.pw.toml b/server/mods/geyser.pw.toml index 539a104..bbcf269 100644 --- a/server/mods/geyser.pw.toml +++ b/server/mods/geyser.pw.toml @@ -1,13 +1,13 @@ name = "Geyser" -filename = "geyser-fabric-2.2.3-SNAPSHOT+build.484.jar" +filename = "geyser-fabric-2.2.3-SNAPSHOT+build.486.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/CwClhiCi/geyser-fabric-2.2.3-SNAPSHOT%2Bbuild.484.jar" +url = "https://cdn.modrinth.com/data/wKkoqHrH/versions/chmrz8xt/geyser-fabric-2.2.3-SNAPSHOT%2Bbuild.486.jar" hash-format = "sha1" -hash = "b08014bd9f314acf1fce29516423525b2a81c15a" +hash = "c7945a225a28b8cbe0b5ef92f40494963cb2a214" [update] [update.modrinth] mod-id = "wKkoqHrH" -version = "CwClhiCi" +version = "chmrz8xt" diff --git a/server/mods/mambience.pw.toml b/server/mods/mambience.pw.toml new file mode 100644 index 0000000..c198204 --- /dev/null +++ b/server/mods/mambience.pw.toml @@ -0,0 +1,13 @@ +name = "MAmbience" +filename = "Mambience-5.3.2+1.20.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qPzLkTsE/versions/4hs3gbHL/Mambience-5.3.2%2B1.20.4.jar" +hash-format = "sha1" +hash = "0380e272cd3dadc043e92035b13885a8af2e3286" + +[update] +[update.modrinth] +mod-id = "qPzLkTsE" +version = "4hs3gbHL" diff --git a/server/mods/noisium.pw.toml b/server/mods/noisium.pw.toml index 8d770ba..6046a72 100644 --- a/server/mods/noisium.pw.toml +++ b/server/mods/noisium.pw.toml @@ -1,13 +1,13 @@ name = "Noisium" -filename = "noisium-1.0.2+mc1.20.x.jar" +filename = "noisium-merged-2.0.1+mc1.20.x.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/7p5BqRHp/noisium-1.0.2%2Bmc1.20.x.jar" +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/AfjBJbK1/noisium-merged-2.0.1%2Bmc1.20.x.jar" hash-format = "sha1" -hash = "509c144a11659c638267fe5090fe5923c019f7d7" +hash = "1f51eb9613a49ee421d839ccb7c9f004b534dcaf" [update] [update.modrinth] mod-id = "KuNKN7d2" -version = "7p5BqRHp" +version = "AfjBJbK1" diff --git a/server/mods/simple-voice-chat.pw.toml b/server/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..abc8a94 --- /dev/null +++ b/server/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-fabric-1.20.4-2.5.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/r7e564VW/voicechat-fabric-1.20.4-2.5.11.jar" +hash-format = "sha1" +hash = "742d067a06ec32b99becb6e5d621cf3cf5f7b4e3" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "r7e564VW" diff --git a/server/mods/voice-chat-interaction.pw.toml b/server/mods/voice-chat-interaction.pw.toml new file mode 100644 index 0000000..729bbd3 --- /dev/null +++ b/server/mods/voice-chat-interaction.pw.toml @@ -0,0 +1,13 @@ +name = "Voice Chat Interaction" +filename = "vcinteraction-fabric-1.20.4-1.0.6.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/qsSP2ZZ0/versions/i7ZfTsAF/vcinteraction-fabric-1.20.4-1.0.6.jar" +hash-format = "sha1" +hash = "4c5f50061e0b0902d9987b1effab7a19d8b5d4b1" + +[update] +[update.modrinth] +mod-id = "qsSP2ZZ0" +version = "i7ZfTsAF" diff --git a/server/pack.toml b/server/pack.toml index 88d4266..419840b 100644 --- a/server/pack.toml +++ b/server/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "f0c298c367db69c7f6172f9958fc10eafd9467f7538aae48329a8fc2b735b7d7" +hash = "f5160fae8b912e55c1c752d8165e119a56000cda8b8027c544b6566c46a8715e" [versions] fabric = "0.15.9"