From ff0c17898b87deafdcc2229e54d82056914aabe2 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 15 Dec 2024 11:40:28 -0400 Subject: [PATCH] Update to 1.21.4 --- minecraft/docker-compose.yml | 51 +++-------- minecraft/pack/config/doubledoors.json5 | 15 ++++ minecraft/pack/config/rightclickharvest.json5 | 20 +++++ minecraft/pack/index.toml | 84 +++++++++++-------- minecraft/pack/mods/architectury-api.pw.toml | 8 +- minecraft/pack/mods/balm.pw.toml | 8 +- minecraft/pack/mods/c2me-fabric.pw.toml | 8 +- minecraft/pack/mods/cloth-config.pw.toml | 13 +++ minecraft/pack/mods/collective.pw.toml | 8 +- minecraft/pack/mods/debugify.pw.toml | 8 +- .../pack/mods/disconnect-packet-fix.pw.toml | 13 --- minecraft/pack/mods/dismount-entity.pw.toml | 8 +- minecraft/pack/mods/double-doors.pw.toml | 8 +- minecraft/pack/mods/fabric-api.pw.toml | 8 +- minecraft/pack/mods/ferrite-core.pw.toml | 8 +- .../pack/mods/forge-config-api-port.pw.toml | 8 +- minecraft/pack/mods/helpfulcommands.pw.toml | 8 +- .../pack/mods/inventory-essentials.pw.toml | 13 +++ minecraft/pack/mods/jamlib.pw.toml | 8 +- minecraft/pack/mods/journeymap.pw.toml | 13 +++ minecraft/pack/mods/leaves-be-gone.pw.toml | 13 --- .../pack/mods/leaves-us-in-peace.pw.toml | 13 +++ minecraft/pack/mods/lithium.pw.toml | 8 +- minecraft/pack/mods/netherportalfix.pw.toml | 8 +- minecraft/pack/mods/no-chat-reports.pw.toml | 8 +- minecraft/pack/mods/noisium.pw.toml | 8 +- minecraft/pack/mods/plasmo-voice.pw.toml | 8 +- minecraft/pack/mods/puzzles-lib.pw.toml | 13 --- minecraft/pack/mods/rei.pw.toml | 13 +++ minecraft/pack/mods/rightclickharvest.pw.toml | 8 +- minecraft/pack/mods/servercore.pw.toml | 8 +- minecraft/pack/mods/sessility.pw.toml | 8 +- minecraft/pack/mods/slumber.pw.toml | 13 --- minecraft/pack/mods/spark.pw.toml | 13 +++ minecraft/pack/mods/viafabric.pw.toml | 8 +- minecraft/pack/mods/vmp-fabric.pw.toml | 8 +- minecraft/pack/mods/yacl.pw.toml | 8 +- minecraft/pack/pack.toml | 4 +- 38 files changed, 266 insertions(+), 222 deletions(-) create mode 100644 minecraft/pack/config/doubledoors.json5 create mode 100644 minecraft/pack/config/rightclickharvest.json5 create mode 100644 minecraft/pack/mods/cloth-config.pw.toml delete mode 100644 minecraft/pack/mods/disconnect-packet-fix.pw.toml create mode 100644 minecraft/pack/mods/inventory-essentials.pw.toml create mode 100644 minecraft/pack/mods/journeymap.pw.toml delete mode 100644 minecraft/pack/mods/leaves-be-gone.pw.toml create mode 100644 minecraft/pack/mods/leaves-us-in-peace.pw.toml delete mode 100644 minecraft/pack/mods/puzzles-lib.pw.toml create mode 100644 minecraft/pack/mods/rei.pw.toml delete mode 100644 minecraft/pack/mods/slumber.pw.toml create mode 100644 minecraft/pack/mods/spark.pw.toml diff --git a/minecraft/docker-compose.yml b/minecraft/docker-compose.yml index d006b5c..a1b88a8 100644 --- a/minecraft/docker-compose.yml +++ b/minecraft/docker-compose.yml @@ -12,8 +12,10 @@ services: TYPE: "FABRIC" TZ: "America/Moncton" ENABLE_ROLLING_LOGS: "true" + ENABLE_AUTOPAUSE: "true" + MAX_TICK_TIME: -1 MAX_MEMORY: "6G" - VERSION: "1.21.3" + VERSION: "1.21.4" MOTD: "Let's get it started in here" SEED: "-2694942683531129739" DIFFICULTY: "normal" @@ -26,44 +28,15 @@ services: REMOVE_OLD_MODS: "true" MODRINTH_DOWNLOAD_DEPENDENCIES: "required" MODRINTH_ALLOWED_VERSION_TYPE: "alpha" - # sdlink for discord integration - # dynmap for map viewer # Disabled mods: - # dynmap - # disable-portal-checks - # fastback - # headfix - # faster-random - # achievements-optimizer - # jei - # railoptimization - # modernfix - # c2me-fabric - # MODRINTH_PROJECTS: | - # fabric-api - # lithium - # ferrite-core - # krypton - # debugify - # no-chat-reports - # vmp-fabric - # noisium - # leaves-be-gone - # servercore - # alternate-current - # ksyxis - # recipecooldown - # slumber - # helpfulcommands - # sdlink - # sessility - # rightclickharvest - # netherportalfix - # dismount-entity - # plasmo-voice - # double-doors - # appleskin - # viafabric - # disconnect-packet-fix + # dynmap (Not updated) + # disable-portal-checks (Not updated) + # fastback (Not updated) + # headfix (Not updated) + # faster-random (Not updated) + # achievements-optimizer (Not updated) + # jei (Not updated) + # railoptimization (Not updated) + # modernfix (Not updated) volumes: - /docker/appdata/minecraft:/data \ No newline at end of file diff --git a/minecraft/pack/config/doubledoors.json5 b/minecraft/pack/config/doubledoors.json5 new file mode 100644 index 0000000..02d7725 --- /dev/null +++ b/minecraft/pack/config/doubledoors.json5 @@ -0,0 +1,15 @@ +{ + // Whether the recursive opening feature should be enabled. This allows you to for example build a giant door with trapdoors which will all open at the same time, as long as they are connected. The 'recursiveOpeningMaxBlocksDistance' config option determines how far the function should search. + "enableRecursiveOpening": false, + // How many blocks the recursive function should search when 'enableRecursiveOpening' is enabled. + // min: 1, max: 64 + "recursiveOpeningMaxBlocksDistance": 10, + // When enables, the mod works with double doors. + "enableDoors": true, + // When enables, the mod works with double fence gates. + "enableFenceGates": false, + // When enables, the mod works with double trapdoors. + "enableTrapdoors": false, + // Checks if there are other mods loaded with double door functionality, such as Quark. If found, it edits a line in their config to disable double doors. Fixes doors not opening due to code being ran twice. + "enableModIncompatibilityCheck": true +} \ No newline at end of file diff --git a/minecraft/pack/config/rightclickharvest.json5 b/minecraft/pack/config/rightclickharvest.json5 new file mode 100644 index 0000000..be8a765 --- /dev/null +++ b/minecraft/pack/config/rightclickharvest.json5 @@ -0,0 +1,20 @@ +{ + // - default: true + requireHoe: false, + // - default: true + harvestInRadius: false, + /* - default: NORMAL + - must be one of: NONE, LOW, NORMAL, HIGH + */ + hungerLevel: "NONE", + /* - default: NONE + - must be one of: NONE, COST, REWARD + */ + experienceType: "NONE", + // - default: true + showServerWarning: true, + /* Modpack developers, set this to true to stop RCH telling users that they probably need to equip a hoe to harvest crops (if requireHoe is set to true). This message will only be displayed once. + - default: false + */ + hasUserBeenWarnedForNotUsingHoe: true +} \ No newline at end of file diff --git a/minecraft/pack/index.toml b/minecraft/pack/index.toml index fba7fcb..4de3107 100644 --- a/minecraft/pack/index.toml +++ b/minecraft/pack/index.toml @@ -12,22 +12,27 @@ metafile = true [[files]] file = "mods/architectury-api.pw.toml" -hash = "c517eccd62ae7e0b30463a781f243fa608ace64f8734862e8813fc6082e7c337" +hash = "126a1b72c154478d7d18d733fcc5e79bae93df7e37ee3f0b6e00db1b1ea66ac5" metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "ae4bbb91a1c7506d58a7d1f7dce095358bc84933c6942e9f462d1da0453d80ef" +hash = "e3f783bcc6ff818d804d3c6022d8ac08ae41e3c01171445a0358bff9d9f45387" metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "4c86841a5f21942896ac2524a4197d3231c30734015c184e54b698018e1f06ae" +hash = "ee2851f9fa059ab4a243fb6f7ba58f9d4d2e586aee9b8ea3859e13d59a6386f1" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "df15648dd4d4e27dd0c45ab4e78277c45886b77a698b129f4ce2d2bc337f7044" metafile = true [[files]] file = "mods/collective.pw.toml" -hash = "81bedf03407dc7bce461e28e84ba38a4f289848272e3f5b67c4ebcf6ea7bb22f" +hash = "49349d6789c8d49c469d98f0796b260df8f9534625fddd60c37a0bd197dce225" metafile = true [[files]] @@ -37,47 +42,52 @@ metafile = true [[files]] file = "mods/debugify.pw.toml" -hash = "4d2c83341f911e62074b763440f5b8553096c66dadd599c61cb74493ec99d079" -metafile = true - -[[files]] -file = "mods/disconnect-packet-fix.pw.toml" -hash = "5c9f7094a4327e0730966e4a58617456695fbcbaedae3f79903ea6a1d939fc6e" +hash = "3e9322e16b6bb4db8237bfbd8e648d514dc17a9e130550c21c39f3e895ce24e9" metafile = true [[files]] file = "mods/dismount-entity.pw.toml" -hash = "9d613f8f3c2847e66360c4d9f48c15a0e65d9791d82fd56a24d9940d69339f6f" +hash = "e97791f25afac36880e8991737d8a8cffff8a587ee984a2b9463c1b660b148b0" metafile = true [[files]] file = "mods/double-doors.pw.toml" -hash = "b1541933000baf1c2daf10706029891fddd45d2244b0c944be224a0f02a0a586" +hash = "d28a47cda29c0cf273387c254b4236f0ad65f35c9c90646e79b9faee158d5af6" metafile = true [[files]] file = "mods/fabric-api.pw.toml" -hash = "129e8e41a2c4da6b61ca3818cd98f0759f40e39fbac367d45a30511e76c2ac37" +hash = "bae6c7361d1a1dd2ff099c563226526fd86069d68f6bb242bbae1a610a173204" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "bfd0e9e0e3ba950e458caf9687e2ebbf0a3c4e1f2f97259a25242f5649e808a9" +hash = "1ef554f7a8d5f7ed4bc21316e034eeef3430dc306012c0a706bd4c3e4ac253aa" metafile = true [[files]] file = "mods/forge-config-api-port.pw.toml" -hash = "b701d9bc04e6854683da1ba6cadc2c07f719c339a505908bf0e1a2baf0fc39e1" +hash = "4b257578b2973f4e99ae3192989f7ba4db19e9eca99ea396a1479c8a6cd9ca88" metafile = true [[files]] file = "mods/helpfulcommands.pw.toml" -hash = "71ec3a043cb81a05c717a7d49981ee2a2a57a1064068594581e79873c16cb5b8" +hash = "1c204e809e83415bab0f033cecd93d30c9d6eee34511a1d404ad7152ffb58ed0" +metafile = true + +[[files]] +file = "mods/inventory-essentials.pw.toml" +hash = "865ca510dc0f6359ea12f03f63dcd3d3d9cba97da4a61ab8ae23b82d305d5280" metafile = true [[files]] file = "mods/jamlib.pw.toml" -hash = "a1d61c504dafcf7964580334f8343b0a49bd6163c60f342c36f6fd21458e9e22" +hash = "b1a2966fb0a1a546ea5d626af4b8067e31ece008f03af961a0a795d243d9f783" +metafile = true + +[[files]] +file = "mods/journeymap.pw.toml" +hash = "14788751524facc1472b4eb7a56144dc37b92d163c06de4b6e9e57fe9d0a60c9" metafile = true [[files]] @@ -91,38 +101,33 @@ hash = "3dd9d3933a5a332de135d0ecf252d367844ea71e895fc63648fc7339b95feeb3" metafile = true [[files]] -file = "mods/leaves-be-gone.pw.toml" -hash = "0b680bee01d07a6056ea04f42585c35e657a133deaacc842a75ec78f418939bf" +file = "mods/leaves-us-in-peace.pw.toml" +hash = "85dd955a1944a73d864058a50375f25f9e4b752a96a666f8006d1277fd02bdd2" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "0d50516f7ba174f3bc8fb4c12e1200d82649ca5e3b3f42de408d420bfa13fd2d" +hash = "b8284c53c59f71991c522d190b4bedb7703a86ba27b900c335f1602aecb1510b" metafile = true [[files]] file = "mods/netherportalfix.pw.toml" -hash = "28ca6fb8a27dbf51d4f0792fb7c31a41006031d973ab301c9018f1a6549f0293" +hash = "fe4932250c57efe40d08a4a26d6159b802eb7cc13e242432e99362fe3aa3563d" metafile = true [[files]] file = "mods/no-chat-reports.pw.toml" -hash = "477ee00ae9c0473f452c78a3191428a5758486c4e74955e0fc741481fc5dc14b" +hash = "95ff1073b74b23e62cae94569ffb63e6e2f244d99a6d1a38c4a26bdd183a64eb" metafile = true [[files]] file = "mods/noisium.pw.toml" -hash = "1d1edcd545d8ce0252488071aaa0d69fb7bfe9a937a21117f00e4b122f049ce3" +hash = "85ae542e2ccfb61bcdd3aa55b1a56436782687ba63388e249cb98376737045d4" metafile = true [[files]] file = "mods/plasmo-voice.pw.toml" -hash = "69978a1d8c82ca0a8ad08bd79b7831a499407dd46a1b721a97bb393a9454b0bf" -metafile = true - -[[files]] -file = "mods/puzzles-lib.pw.toml" -hash = "8c2f0aa3249837076b9761c4fc7ebad2645cf6b3f5bd11ec02af27c60c0c7af5" +hash = "3dc5c2ae7db409f60bbec59830ba7d2108cdbdd1c6be7e4fa5278220213de558" metafile = true [[files]] @@ -130,9 +135,14 @@ file = "mods/recipecooldown.pw.toml" hash = "43fbc9b70f49998be45314b9b557e925988825a204190be01ccbae5cc2df74df" metafile = true +[[files]] +file = "mods/rei.pw.toml" +hash = "fd9f9969ca944b96b307ec7ab7750375420e99da3da22b1dd9b2ac525390f248" +metafile = true + [[files]] file = "mods/rightclickharvest.pw.toml" -hash = "ad8b556c07151c02ea69a5bb6c39973af8d2a924e20eeeb55e9183d0b6faf1ba" +hash = "2025b7d7cfe07efbfbe2acba3e8d0391abc20a7601c56b1e626a5be25f407430" metafile = true [[files]] @@ -142,30 +152,30 @@ metafile = true [[files]] file = "mods/servercore.pw.toml" -hash = "62a1bed98b39caa7582c070a2a742d69e4acdbf5b90ea10310c6cdca1c32624a" +hash = "55cb0143330095f2132926ff85dd7264d627880e709bffea1bd1e03edc7eddbf" metafile = true [[files]] file = "mods/sessility.pw.toml" -hash = "0d3f5351366aaa9c226fc000d6aa00daabde47dc8036dd1b4cf5b641ed556b0c" +hash = "ff47413c6b104833c5679c2f7d591c04fc0ea1c1f147fa98671ecfa9ff9fe55b" metafile = true [[files]] -file = "mods/slumber.pw.toml" -hash = "126609a84d438d7b9beb1e4d1a27139e8968ea84898d91dc295a0564c9b417b1" +file = "mods/spark.pw.toml" +hash = "16e02f523c718baefd9dd42b24bd1aeb7c1142ff0e46a512e958284158bd8461" metafile = true [[files]] file = "mods/viafabric.pw.toml" -hash = "cf40f88ab3279941fe6d3ff10cf8f68977282c88e16a87ed553d3035be85a5a4" +hash = "b8c42905346e451f366a27c8a246b286f55fb5e5b07471667a03d0fcfadca8a9" metafile = true [[files]] file = "mods/vmp-fabric.pw.toml" -hash = "a0478c37ec11704dc5136a4e92e9e0b54e3dc89e114bc6504692e8adfe4d423c" +hash = "d6455abd0deae481e3c40ec33fa388a11c23031971bcf5437330f9aea2f47e45" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "c56da2f5a3c6f6eef3b46a46141c5cb4e85f2e63126e69018f214676343f92b9" +hash = "4b7c266cf6c560aec780394f515cbe880c72fb07286f60694823fde3b926f184" metafile = true diff --git a/minecraft/pack/mods/architectury-api.pw.toml b/minecraft/pack/mods/architectury-api.pw.toml index 9c7f7f5..1ebb975 100644 --- a/minecraft/pack/mods/architectury-api.pw.toml +++ b/minecraft/pack/mods/architectury-api.pw.toml @@ -1,13 +1,13 @@ name = "Architectury API" -filename = "architectury-14.0.4-fabric.jar" +filename = "architectury-15.0.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/i3y5Sm14/architectury-14.0.4-fabric.jar" +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/XRwibvvn/architectury-15.0.1-fabric.jar" hash-format = "sha512" -hash = "81e4d80ee4cca362b795ad2b0e673a663d4370c9ff8a5a8eddb2e15775cff4b609ba7b48a165dd0b2f3193ee3ffc64e2b7db1353ec3dee7696d10c526f1f65f3" +hash = "df0e163a560439c1911c584821a643c665b13bbd541db9a9f318cdf33db0aee4573e3c901e4a3aad585e10013de1b4dc62143dce0855a2c915fcd0b35ee28263" [update] [update.modrinth] mod-id = "lhGA9TYQ" -version = "i3y5Sm14" +version = "XRwibvvn" diff --git a/minecraft/pack/mods/balm.pw.toml b/minecraft/pack/mods/balm.pw.toml index 46450f1..a8cb22b 100644 --- a/minecraft/pack/mods/balm.pw.toml +++ b/minecraft/pack/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-fabric-1.21.3-21.3.3.jar" +filename = "balm-fabric-1.21.4-21.4.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/Kv7y936M/balm-fabric-1.21.3-21.3.3.jar" +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/2vXqBYtG/balm-fabric-1.21.4-21.4.1.jar" hash-format = "sha512" -hash = "c5ec4e48879e95d79858b3a9d7cd2a5039b01b406c4a439637e7408703dc478981248080c935e0a33081d8643d638c275f789970cadc25f054913990279b0157" +hash = "4caba71c362eccb633518d79025fa374f18dbd50655a972a7da585dde9e90126a87cf911d944587775d53e188e5fd24fe3b9aac56cddf6a6462792669de9cb09" [update] [update.modrinth] mod-id = "MBAkmtvl" -version = "Kv7y936M" +version = "2vXqBYtG" diff --git a/minecraft/pack/mods/c2me-fabric.pw.toml b/minecraft/pack/mods/c2me-fabric.pw.toml index 85b97f1..58b8c1f 100644 --- a/minecraft/pack/mods/c2me-fabric.pw.toml +++ b/minecraft/pack/mods/c2me-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc1.21.3-0.3.1+alpha.0.37.jar" +filename = "c2me-fabric-mc1.21.4-0.3.2+alpha.0.8.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/VSNURh3q/versions/b8NuvpXJ/c2me-fabric-mc1.21.3-0.3.1%2Balpha.0.37.jar" +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/oZCajqff/c2me-fabric-mc1.21.4-0.3.2%2Balpha.0.8.jar" hash-format = "sha512" -hash = "c8573b6964e0cf1b5148be9127a98417dd0ff174de41ae906c293ad738753a8c1eae73725f87268497bd1aca847bc5783cf9f54b1487ae731d71fda4b26865fe" +hash = "4ff595132b3de2431a312e56cb9d967f9c3ebe3d325983414011ed8af9c2be7663a4d928a9b436b2ccef4d40c9da4f221542644e4db43884813135599641ff94" [update] [update.modrinth] mod-id = "VSNURh3q" -version = "b8NuvpXJ" +version = "oZCajqff" diff --git a/minecraft/pack/mods/cloth-config.pw.toml b/minecraft/pack/mods/cloth-config.pw.toml new file mode 100644 index 0000000..42c93bb --- /dev/null +++ b/minecraft/pack/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-17.0.144-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/TJ6o2sr4/cloth-config-17.0.144-fabric.jar" +hash-format = "sha512" +hash = "ecc59da51149250284b0752475c7b328e0b0325888948391597afc638d6e67fa436297af12d2067376de0098ffa6ca86aa3b8d6011356c179222404c701c6345" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "TJ6o2sr4" diff --git a/minecraft/pack/mods/collective.pw.toml b/minecraft/pack/mods/collective.pw.toml index 6f2ea56..c450350 100644 --- a/minecraft/pack/mods/collective.pw.toml +++ b/minecraft/pack/mods/collective.pw.toml @@ -1,13 +1,13 @@ name = "Collective" -filename = "collective-1.21.3-7.89.jar" +filename = "collective-1.21.4-7.89.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/UqTBXnWC/collective-1.21.3-7.89.jar" +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/F3ciVO4i/collective-1.21.4-7.89.jar" hash-format = "sha512" -hash = "f8eace73d57e858330e2e15e76767512964c7b4b6aa592a61c29e641d2fda46d548dfc18c67a824c0a16a3da8ae9e1b585de3846e39306789eda98c02bcf7aad" +hash = "8659df746343e697388b878b52d8eb49027ca528a75f7549177539bf21af26c4f0053acf4552abb36c8d5e5010d6d07976ba64e2b256cda4145785a6acab795d" [update] [update.modrinth] mod-id = "e0M1UDsY" -version = "UqTBXnWC" +version = "F3ciVO4i" diff --git a/minecraft/pack/mods/debugify.pw.toml b/minecraft/pack/mods/debugify.pw.toml index 2b5ea2a..28b270d 100644 --- a/minecraft/pack/mods/debugify.pw.toml +++ b/minecraft/pack/mods/debugify.pw.toml @@ -1,13 +1,13 @@ name = "Debugify" -filename = "Debugify-1.21.3+1.0.jar" +filename = "Debugify-1.21.4+1.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/WdrLmFvp/Debugify-1.21.3%2B1.0.jar" +url = "https://cdn.modrinth.com/data/QwxR6Gcd/versions/TxwUizo2/Debugify-1.21.4%2B1.0.jar" hash-format = "sha512" -hash = "d58ee6cd3522e93e3bf4969d1e888b9e74771435b7ff34f8b1ad0eb639d1e9747cb7884d18e27219960b7b5eaf8299b0df8eec7f7193889cb236ee44143678d4" +hash = "9108fc2e114400ea72698b07fdf805c708e453e374b3794ebc8afcc2bd6e60cda9297b86fedae49b3b044704cebcde430f98aae3fd9db355ef0518a2887548b8" [update] [update.modrinth] mod-id = "QwxR6Gcd" -version = "WdrLmFvp" +version = "TxwUizo2" diff --git a/minecraft/pack/mods/disconnect-packet-fix.pw.toml b/minecraft/pack/mods/disconnect-packet-fix.pw.toml deleted file mode 100644 index 7c06d07..0000000 --- a/minecraft/pack/mods/disconnect-packet-fix.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Disconnect Packet Fix" -filename = "disconnect-packet-fix-fabric-2.0.0.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/rd9rKuJT/versions/Gv74xveQ/disconnect-packet-fix-fabric-2.0.0.jar" -hash-format = "sha512" -hash = "1fd6f09a41ce36284e1a8e9def53f3f6834d7201e69e54e24933be56445ba569fbc26278f28300d36926ba92db6f4f9c0ae245d23576aaa790530345587316db" - -[update] -[update.modrinth] -mod-id = "rd9rKuJT" -version = "Gv74xveQ" diff --git a/minecraft/pack/mods/dismount-entity.pw.toml b/minecraft/pack/mods/dismount-entity.pw.toml index 389574d..e3a1ec3 100644 --- a/minecraft/pack/mods/dismount-entity.pw.toml +++ b/minecraft/pack/mods/dismount-entity.pw.toml @@ -1,13 +1,13 @@ name = "Dismount Entity" -filename = "dismountentity-1.21.3-3.5.jar" +filename = "dismountentity-1.21.4-3.5.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/H7N61Wcl/versions/4iqAZcUN/dismountentity-1.21.3-3.5.jar" +url = "https://cdn.modrinth.com/data/H7N61Wcl/versions/FrZzAEND/dismountentity-1.21.4-3.5.jar" hash-format = "sha512" -hash = "d6c18a02c7b0ea644baae4c6e2444af76e1dc6459bab172b0d15417237d6ca9d37ed2d843aadb83841a284e9955d8f19492a27f350c083c20769202666b6f78c" +hash = "d1b1da29e88e58af2147b962c4c0ec74f099eb3139a4c86fedbc9d533e090e974d370dc95d087e9a6eab650073c6dd5a5151f7e2a9c6108e0376f2b533b7e1b5" [update] [update.modrinth] mod-id = "H7N61Wcl" -version = "4iqAZcUN" +version = "FrZzAEND" diff --git a/minecraft/pack/mods/double-doors.pw.toml b/minecraft/pack/mods/double-doors.pw.toml index 362ab97..24dcbdf 100644 --- a/minecraft/pack/mods/double-doors.pw.toml +++ b/minecraft/pack/mods/double-doors.pw.toml @@ -1,13 +1,13 @@ name = "Double Doors" -filename = "doubledoors-1.21.3-6.0.jar" +filename = "doubledoors-1.21.4-6.0.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/JrvR9OHr/versions/uffy2ryy/doubledoors-1.21.3-6.0.jar" +url = "https://cdn.modrinth.com/data/JrvR9OHr/versions/nBTIX00E/doubledoors-1.21.4-6.0.jar" hash-format = "sha512" -hash = "28a093ba3e73c961426c51c49d59063c8d5c8504415e63bda9b48a44d66c046b685ddefcf519a672eb9ed2138254846d1688c8e1c7bb07f47a727bb76f4d9331" +hash = "90f47668e814a2a802679c5c3eb5e0ad76c3f8e09dc07ace66678b721e8bfc9f46c2687a762f7db96d7eb2244b6b760dbdfe665d134449c0866f8e1e96db6f6f" [update] [update.modrinth] mod-id = "JrvR9OHr" -version = "uffy2ryy" +version = "nBTIX00E" diff --git a/minecraft/pack/mods/fabric-api.pw.toml b/minecraft/pack/mods/fabric-api.pw.toml index a5375cf..e216622 100644 --- a/minecraft/pack/mods/fabric-api.pw.toml +++ b/minecraft/pack/mods/fabric-api.pw.toml @@ -1,13 +1,13 @@ name = "Fabric API" -filename = "fabric-api-0.112.0+1.21.3.jar" +filename = "fabric-api-0.112.0+1.21.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/u5OfXb8f/fabric-api-0.112.0%2B1.21.3.jar" +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/kgg9d3no/fabric-api-0.112.0%2B1.21.4.jar" hash-format = "sha512" -hash = "3a83216d17af1a3174b45824c360c9f2634f77ac7bc0159cf2dbf64384d8f796ad0fee9b71fcd8979016bfdbff95895b62f8473fac33580b85fded1545a772af" +hash = "85952af45342f3f7f8834326a73e500d811dcb854bc472bc9d0df18ee36a63f3e7f14000bdda9bdc57f139a87c2ab7a1514c571dbb935694e4de6ae7d90fe0a4" [update] [update.modrinth] mod-id = "P7dR8mSH" -version = "u5OfXb8f" +version = "kgg9d3no" diff --git a/minecraft/pack/mods/ferrite-core.pw.toml b/minecraft/pack/mods/ferrite-core.pw.toml index d368281..9277136 100644 --- a/minecraft/pack/mods/ferrite-core.pw.toml +++ b/minecraft/pack/mods/ferrite-core.pw.toml @@ -1,13 +1,13 @@ name = "FerriteCore" -filename = "ferritecore-7.1.0-hotfix-fabric.jar" +filename = "ferritecore-7.1.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uXXizFIs/versions/a3QXXGz2/ferritecore-7.1.0-hotfix-fabric.jar" +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/IPM0JlHd/ferritecore-7.1.1-fabric.jar" hash-format = "sha512" -hash = "ae1ab30beb5938643cf2ae7b8220769f2c917e3f5441e46e9bc900295348c0a541a325c30b8dfc38039205620d872c27809acdc6741351f08e4c8edc36ae2bcc" +hash = "f41dc9e8b28327a1e29b14667cb42ae5e7e17bcfa4495260f6f851a80d4b08d98a30d5c52b110007ee325f02dac7431e3fad4560c6840af0bf347afad48c5aac" [update] [update.modrinth] mod-id = "uXXizFIs" -version = "a3QXXGz2" +version = "IPM0JlHd" diff --git a/minecraft/pack/mods/forge-config-api-port.pw.toml b/minecraft/pack/mods/forge-config-api-port.pw.toml index 6ae465d..da66250 100644 --- a/minecraft/pack/mods/forge-config-api-port.pw.toml +++ b/minecraft/pack/mods/forge-config-api-port.pw.toml @@ -1,13 +1,13 @@ name = "Forge Config API Port" -filename = "ForgeConfigAPIPort-v21.3.3-1.21.3-Fabric.jar" +filename = "ForgeConfigAPIPort-v21.4.1-1.21.4-Fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/ohNO6lps/versions/DmvpqvAw/ForgeConfigAPIPort-v21.3.3-1.21.3-Fabric.jar" +url = "https://cdn.modrinth.com/data/ohNO6lps/versions/lTrPTmMK/ForgeConfigAPIPort-v21.4.1-1.21.4-Fabric.jar" hash-format = "sha512" -hash = "f0b811b1ccdc01d9e68bd268a01d484779f4efdad7aad141b24dee332defa9b7894f0c1667f6d9412621004ce2e486f83d7e4ec9041f0dbb50941ac59b2b2362" +hash = "a5f84411c0b7b9e5e8d267e268183fcb2e46df955fd976ed3f4bc1fd45249ab5f902a23ab93cbdc45d5bb409a5d570e7f7ec9794ca74f4b6115bf3e95d29914b" [update] [update.modrinth] mod-id = "ohNO6lps" -version = "DmvpqvAw" +version = "lTrPTmMK" diff --git a/minecraft/pack/mods/helpfulcommands.pw.toml b/minecraft/pack/mods/helpfulcommands.pw.toml index f08e7ae..601fb94 100644 --- a/minecraft/pack/mods/helpfulcommands.pw.toml +++ b/minecraft/pack/mods/helpfulcommands.pw.toml @@ -1,13 +1,13 @@ name = "Helpful Commands" -filename = "helpfulcommands-3.2.0-1.21.2-1.21.3.jar" +filename = "helpfulcommands-3.2.0-1.21.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lIRUH8gT/versions/S3gsNCL9/helpfulcommands-3.2.0-1.21.2-1.21.3.jar" +url = "https://cdn.modrinth.com/data/lIRUH8gT/versions/qgYSdjHf/helpfulcommands-3.2.0-1.21.4.jar" hash-format = "sha512" -hash = "9401a81636a1874c80e091c3807d0d26fc9c53805d79035f883c3aa298948d9e39ca28146a72f889d61eab70edce9350ab0d6a4534ef495de3f3352355c79b75" +hash = "91d1fbd7d5c9849ce4209d12fb5115ececa71646f96c6ed106c3de8ac51cadcadf59954cbc494ed0927d6318ec4101e55f2807837c348f891ae5dd6f71f11064" [update] [update.modrinth] mod-id = "lIRUH8gT" -version = "S3gsNCL9" +version = "qgYSdjHf" diff --git a/minecraft/pack/mods/inventory-essentials.pw.toml b/minecraft/pack/mods/inventory-essentials.pw.toml new file mode 100644 index 0000000..8805c39 --- /dev/null +++ b/minecraft/pack/mods/inventory-essentials.pw.toml @@ -0,0 +1,13 @@ +name = "Inventory Essentials" +filename = "inventoryessentials-fabric-1.21.4-21.4.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Boon8xwi/versions/hDg8NyPb/inventoryessentials-fabric-1.21.4-21.4.1.jar" +hash-format = "sha512" +hash = "608edf8877c054248e7d3990704241beff2fedc9066e52f0c015a303f13d7408d63798ac86e64ec2e3551e2f0213ffa6b49e3071c18fbb7a6f09334d525d8f11" + +[update] +[update.modrinth] +mod-id = "Boon8xwi" +version = "hDg8NyPb" diff --git a/minecraft/pack/mods/jamlib.pw.toml b/minecraft/pack/mods/jamlib.pw.toml index 2ab59f7..9c91bfb 100644 --- a/minecraft/pack/mods/jamlib.pw.toml +++ b/minecraft/pack/mods/jamlib.pw.toml @@ -1,13 +1,13 @@ name = "JamLib" -filename = "jamlib-fabric-1.2.1-build.2+1.21.3.jar" +filename = "jamlib-fabric-1.2.2+1.21.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/IYY9Siz8/versions/IAPgISUT/jamlib-fabric-1.2.1-build.2%2B1.21.3.jar" +url = "https://cdn.modrinth.com/data/IYY9Siz8/versions/2J8TKset/jamlib-fabric-1.2.2%2B1.21.4.jar" hash-format = "sha512" -hash = "2e273630773d811c53c61c7719c7c19bbb5811d2e02f2a4756de08b261589c83b01e35ecb0022f03af6684103ad3973ddda80c4fa14375773e068123069a9597" +hash = "b20e4d625d36d16b06eaa8410bf01042487d2b5896a1f0cffc6b713b3e1112498ef63a021ee776da02d79d367c658935aaba20273d7f2f4a731d2b1890e484e2" [update] [update.modrinth] mod-id = "IYY9Siz8" -version = "IAPgISUT" +version = "2J8TKset" diff --git a/minecraft/pack/mods/journeymap.pw.toml b/minecraft/pack/mods/journeymap.pw.toml new file mode 100644 index 0000000..7c34125 --- /dev/null +++ b/minecraft/pack/mods/journeymap.pw.toml @@ -0,0 +1,13 @@ +name = "JourneyMap" +filename = "journeymap-fabric-1.21.4-6.0.0-beta.32.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lfHFW1mp/versions/6YDcPKep/journeymap-fabric-1.21.4-6.0.0-beta.32.jar" +hash-format = "sha512" +hash = "121d6040e064e7236bac2f1be3587e07cec9df5ac78812f9796bc538a7ff3e932143cfa8ae5ed34219b1935b039f075d34b02a4e13868d49a1fa9068860327e4" + +[update] +[update.modrinth] +mod-id = "lfHFW1mp" +version = "6YDcPKep" diff --git a/minecraft/pack/mods/leaves-be-gone.pw.toml b/minecraft/pack/mods/leaves-be-gone.pw.toml deleted file mode 100644 index 366a2b7..0000000 --- a/minecraft/pack/mods/leaves-be-gone.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Leaves Be Gone" -filename = "LeavesBeGone-v21.3.0-1.21.3-Fabric.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/AVq17PqV/versions/a3mkIjn5/LeavesBeGone-v21.3.0-1.21.3-Fabric.jar" -hash-format = "sha512" -hash = "e4f33e9616e9d85c8f1ca7fb2e359e41e63143f2540ec5b6181f58903294e9a5156794eb61798e0d0e843986859dd3f37399b7021b63060b1b06d329bc1c99b7" - -[update] -[update.modrinth] -mod-id = "AVq17PqV" -version = "a3mkIjn5" diff --git a/minecraft/pack/mods/leaves-us-in-peace.pw.toml b/minecraft/pack/mods/leaves-us-in-peace.pw.toml new file mode 100644 index 0000000..71fe6b4 --- /dev/null +++ b/minecraft/pack/mods/leaves-us-in-peace.pw.toml @@ -0,0 +1,13 @@ +name = "Leaves Us In Peace" +filename = "leaves-us-in-peace-1.7.2+MC1.21.2-1.21.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/IIpWIe1o/versions/Gkpianfc/leaves-us-in-peace-1.7.2%2BMC1.21.2-1.21.4.jar" +hash-format = "sha512" +hash = "e55550845a8a721f1a9ae508e9c6c7069d7768a57b17f156ccdeed213d3d29d3e22346bee59322faba58ebca499ef03d3331138ea9540663fda5dc3b475e5c30" + +[update] +[update.modrinth] +mod-id = "IIpWIe1o" +version = "Gkpianfc" diff --git a/minecraft/pack/mods/lithium.pw.toml b/minecraft/pack/mods/lithium.pw.toml index 9070c98..0cd94ff 100644 --- a/minecraft/pack/mods/lithium.pw.toml +++ b/minecraft/pack/mods/lithium.pw.toml @@ -1,13 +1,13 @@ name = "Lithium" -filename = "lithium-fabric-0.14.3+mc1.21.3.jar" +filename = "lithium-fabric-0.14.3+mc1.21.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/pZRO3EKX/lithium-fabric-0.14.3%2Bmc1.21.3.jar" +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/t1FlWYl9/lithium-fabric-0.14.3%2Bmc1.21.4.jar" hash-format = "sha512" -hash = "31ad08427ac50dd54cd2215c29452bd20430ce13f2bd8f4bdb8a6e2f6222b83df47d5727edac721f9397fa296db2998f9aa3eabe2c4c5d45619f8b5b00cd21fc" +hash = "1a4eafbdcee3886d33c04aa462d13a8c1e345ff492001add262476585b78327a2d016e56385bced869615bc97161a34a0a716f5f579c8c1d7080b278f4f11183" [update] [update.modrinth] mod-id = "gvQqBUqZ" -version = "pZRO3EKX" +version = "t1FlWYl9" diff --git a/minecraft/pack/mods/netherportalfix.pw.toml b/minecraft/pack/mods/netherportalfix.pw.toml index b23bfc8..9755d60 100644 --- a/minecraft/pack/mods/netherportalfix.pw.toml +++ b/minecraft/pack/mods/netherportalfix.pw.toml @@ -1,13 +1,13 @@ name = "NetherPortalFix" -filename = "netherportalfix-fabric-1.21.3-21.3.2.jar" +filename = "netherportalfix-fabric-1.21.4-21.4.1.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/nPZr02ET/versions/CKuAgwFH/netherportalfix-fabric-1.21.3-21.3.2.jar" +url = "https://cdn.modrinth.com/data/nPZr02ET/versions/QFwLWcVf/netherportalfix-fabric-1.21.4-21.4.1.jar" hash-format = "sha512" -hash = "07a069f156c4d621a67e6498f01a3720d643741d78a9ead96a37f120d4479b0332d9e9dd871c91e7c2c70c5eff905c164f23b1d68022732ad371344d0d834cb3" +hash = "29687c4a89b0b3b03025a18bc9d7c6445cdc0e06b1782d83ea889d0651623fec6e0c05a01490b2da09deb1934dd1f1eb000ee19ed9235182fe4d806db5ffa642" [update] [update.modrinth] mod-id = "nPZr02ET" -version = "CKuAgwFH" +version = "QFwLWcVf" diff --git a/minecraft/pack/mods/no-chat-reports.pw.toml b/minecraft/pack/mods/no-chat-reports.pw.toml index 7eb82b7..aef94b6 100644 --- a/minecraft/pack/mods/no-chat-reports.pw.toml +++ b/minecraft/pack/mods/no-chat-reports.pw.toml @@ -1,13 +1,13 @@ name = "No Chat Reports" -filename = "NoChatReports-FABRIC-1.21.3-v2.10.1.jar" +filename = "NoChatReports-FABRIC-1.21.4-v2.11.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/Cg7X9iDa/NoChatReports-FABRIC-1.21.3-v2.10.1.jar" +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/9xt05630/NoChatReports-FABRIC-1.21.4-v2.11.0.jar" hash-format = "sha512" -hash = "8f1163ad515ebdfab5ef54a4985af05e643749c2efc0bf7b62e00074bbe61d91789b0c9e558bbe1b5c5d21a89b88084ce6350a11a5a9a3bea59eea9764a27171" +hash = "d343b05c8e50f1de15791ff622ad44eeca6cdcb21e960a267a17d71506c61ca79b1c824167779e44d778ca18dcbdebe594ff234fbe355b68d25cdb5b6afd6e4f" [update] [update.modrinth] mod-id = "qQyHxfxd" -version = "Cg7X9iDa" +version = "9xt05630" diff --git a/minecraft/pack/mods/noisium.pw.toml b/minecraft/pack/mods/noisium.pw.toml index 990f030..e11340f 100644 --- a/minecraft/pack/mods/noisium.pw.toml +++ b/minecraft/pack/mods/noisium.pw.toml @@ -1,13 +1,13 @@ name = "Noisium" -filename = "noisium-fabric-2.4.0+mc1.21.2-1.21.3.jar" +filename = "noisium-fabric-2.5.0+mc1.21.4.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/M4c8aGZ4/noisium-fabric-2.4.0%2Bmc1.21.2-1.21.3.jar" +url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/9NHdQfkN/noisium-fabric-2.5.0%2Bmc1.21.4.jar" hash-format = "sha512" -hash = "cc049b37fce73ea4d12b42753a0abecc8f29104bb0b397e3b79fab2f6c957794a8e704c339d87789e3217d0371e31c49d71eff5ca31d1a042e5b5ab869aca844" +hash = "3119f9325a9ce13d851d4f6eddabade382222c80296266506a155f8e12f32a195a00a75c40a8d062e4439f5a7ef66f3af9a46f9f3b3cb799f3b66b73ca2edee8" [update] [update.modrinth] mod-id = "KuNKN7d2" -version = "M4c8aGZ4" +version = "9NHdQfkN" diff --git a/minecraft/pack/mods/plasmo-voice.pw.toml b/minecraft/pack/mods/plasmo-voice.pw.toml index a3ad743..6e23977 100644 --- a/minecraft/pack/mods/plasmo-voice.pw.toml +++ b/minecraft/pack/mods/plasmo-voice.pw.toml @@ -1,13 +1,13 @@ name = "Plasmo Voice" -filename = "plasmovoice-fabric-1.21.3-2.1.2.jar" +filename = "plasmovoice-fabric-1.21.4-2.1.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/TvNrdfDV/plasmovoice-fabric-1.21.3-2.1.2.jar" +url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/c1KEbu22/plasmovoice-fabric-1.21.4-2.1.2.jar" hash-format = "sha512" -hash = "f05bf7617b48f33289263afac495f52ab6aa11a8a50deea20a8c12cd46bbca83a031c767fe2fafb32cf09bbc0595087f0e460cf03aa256c59da603cec7924430" +hash = "fe90666c6fcd6be45dafef7ae4b1cd0ea75acf8f517db05e6cb7a032936e1079ce5621673156ce3533331759304d8eb6e8d29bb14f065e4307a372f41c4bf962" [update] [update.modrinth] mod-id = "1bZhdhsH" -version = "TvNrdfDV" +version = "c1KEbu22" diff --git a/minecraft/pack/mods/puzzles-lib.pw.toml b/minecraft/pack/mods/puzzles-lib.pw.toml deleted file mode 100644 index a90ecbd..0000000 --- a/minecraft/pack/mods/puzzles-lib.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Puzzles Lib" -filename = "PuzzlesLib-v21.3.13-1.21.3-Fabric.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/QAGBst4M/versions/gm6xM51m/PuzzlesLib-v21.3.13-1.21.3-Fabric.jar" -hash-format = "sha512" -hash = "1a60241db88ad8d57f0fdfb620a6a1b6e2b8f669cc1c07cf8ac469544c099cf750335b6fb3ac77d9763260afc0406fc5638722659bb5c1b84a38a5ebf27af5cb" - -[update] -[update.modrinth] -mod-id = "QAGBst4M" -version = "gm6xM51m" diff --git a/minecraft/pack/mods/rei.pw.toml b/minecraft/pack/mods/rei.pw.toml new file mode 100644 index 0000000..de69986 --- /dev/null +++ b/minecraft/pack/mods/rei.pw.toml @@ -0,0 +1,13 @@ +name = "Roughly Enough Items (REI)" +filename = "RoughlyEnoughItems-18.0.796-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nfn13YXA/versions/aBHkMOqF/RoughlyEnoughItems-18.0.796-fabric.jar" +hash-format = "sha512" +hash = "d54516e02f8e0b5a11ddad70ffb6e6f3fa8c8dfc906456163cd26b628b4f5bacb9a97b20eca984ce4a549a370f61b5b03ba99be58dc1182b404446d2d1cc96e7" + +[update] +[update.modrinth] +mod-id = "nfn13YXA" +version = "aBHkMOqF" diff --git a/minecraft/pack/mods/rightclickharvest.pw.toml b/minecraft/pack/mods/rightclickharvest.pw.toml index f157fbd..8e87502 100644 --- a/minecraft/pack/mods/rightclickharvest.pw.toml +++ b/minecraft/pack/mods/rightclickharvest.pw.toml @@ -1,13 +1,13 @@ name = "RightClickHarvest" -filename = "rightclickharvest-fabric-4.4.4+1.21.3.jar" +filename = "rightclickharvest-fabric-4.4.4+1.21.4.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/Cnejf5xM/versions/pt5kYJCP/rightclickharvest-fabric-4.4.4%2B1.21.3.jar" +url = "https://cdn.modrinth.com/data/Cnejf5xM/versions/lylk05D8/rightclickharvest-fabric-4.4.4%2B1.21.4.jar" hash-format = "sha512" -hash = "d45cb1e89d2338fc6741070a2b3224d67153a1846397b0039f8b4a75c1d5a33a4d852c99abf73ac14709a1afaab13d853f013bdc682889fcee0be5b84e0ad79a" +hash = "c972c4539652adb01f2d7d7e313be39dd49f44a71510a0fce64ae1915b44968b2450ace3e5c38af8959e76792f813ca56ee7fbc4f012e7b6f27d10934828e7f3" [update] [update.modrinth] mod-id = "Cnejf5xM" -version = "pt5kYJCP" +version = "lylk05D8" diff --git a/minecraft/pack/mods/servercore.pw.toml b/minecraft/pack/mods/servercore.pw.toml index a806739..c436e03 100644 --- a/minecraft/pack/mods/servercore.pw.toml +++ b/minecraft/pack/mods/servercore.pw.toml @@ -1,13 +1,13 @@ name = "ServerCore" -filename = "servercore-fabric-1.5.8+1.21.3.jar" +filename = "servercore-fabric-1.5.8+1.21.4.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/PgKTFLEL/servercore-fabric-1.5.8%2B1.21.3.jar" +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/uJYh4tBK/servercore-fabric-1.5.8%2B1.21.4.jar" hash-format = "sha512" -hash = "187d8559f7241242c5b8cac17fb8d45e57e71d0c4f9db8618391667e0ba4c658fc5ee1f1c815eab3e13550df2856ee9a97de8ae62ced7e813a41faafa92fd27b" +hash = "5fe7feb62487d54b3779d4418a675b82be817b3e35a808f320582e4efec2422454c8a129793f0c11c9eb8a0f406c0f7e2003d46c936416a2bfea6a5f85a4ead2" [update] [update.modrinth] mod-id = "4WWQxlQP" -version = "PgKTFLEL" +version = "uJYh4tBK" diff --git a/minecraft/pack/mods/sessility.pw.toml b/minecraft/pack/mods/sessility.pw.toml index ee41451..4b15a45 100644 --- a/minecraft/pack/mods/sessility.pw.toml +++ b/minecraft/pack/mods/sessility.pw.toml @@ -1,13 +1,13 @@ name = "Sessility" -filename = "sessility-fabric-mod-0.6.4.jar" +filename = "sessility-fabric-mod-0.7.jar" side = "server" [download] -url = "https://cdn.modrinth.com/data/G9rHXWug/versions/tPl3eOSA/sessility-fabric-mod-0.6.4.jar" +url = "https://cdn.modrinth.com/data/G9rHXWug/versions/t6DOfM7s/sessility-fabric-mod-0.7.jar" hash-format = "sha512" -hash = "cfc93b1ca9516f5b07ca6ef8a3aa8122478ac4040ad6f1cccec8587d35b443b9ecf396657e06fcf2e7e3097a302ce920d03bead586b959dab47c0504cfcf6815" +hash = "173f060e10486d4cba3190569595c310304a8a535293448ff8ce026a1577912dddbdffd6192a66839b27562e2e8cf249abeb1a7335250c52b40e2b461a294826" [update] [update.modrinth] mod-id = "G9rHXWug" -version = "tPl3eOSA" +version = "t6DOfM7s" diff --git a/minecraft/pack/mods/slumber.pw.toml b/minecraft/pack/mods/slumber.pw.toml deleted file mode 100644 index 6aa2a94..0000000 --- a/minecraft/pack/mods/slumber.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Slumber" -filename = "slumber-1.3.0-beta.2.jar" -side = "server" - -[download] -url = "https://cdn.modrinth.com/data/ksm6XRZ9/versions/qfbkJ90U/slumber-1.3.0-beta.2.jar" -hash-format = "sha512" -hash = "b7fe9cbca3ad5b9031087fc555aa789531d800b231fcf795ea93a35420b213a9141587c6c096dc087a718c7e45b6ad82c0522b5e6168e6eb5c8cf7a06d1b7fa8" - -[update] -[update.modrinth] -mod-id = "ksm6XRZ9" -version = "qfbkJ90U" diff --git a/minecraft/pack/mods/spark.pw.toml b/minecraft/pack/mods/spark.pw.toml new file mode 100644 index 0000000..a23de50 --- /dev/null +++ b/minecraft/pack/mods/spark.pw.toml @@ -0,0 +1,13 @@ +name = "spark" +filename = "spark-1.10.121-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/X2sypdTL/spark-1.10.121-fabric.jar" +hash-format = "sha512" +hash = "f164ca7dad6baf5e33b3a1b355319ddad264f2b27d2592fd80581d9dcaf35978149d005a159f1e0a116162a31dad4dc553cbaf3af70cc10285f63ca367fe4de5" + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "X2sypdTL" diff --git a/minecraft/pack/mods/viafabric.pw.toml b/minecraft/pack/mods/viafabric.pw.toml index 11d7839..028fd94 100644 --- a/minecraft/pack/mods/viafabric.pw.toml +++ b/minecraft/pack/mods/viafabric.pw.toml @@ -1,13 +1,13 @@ name = "ViaFabric" -filename = "ViaFabric-0.4.16+88-main.jar" +filename = "ViaFabric-0.4.17+93-main.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/CQ7NwggR/ViaFabric-0.4.16%2B88-main.jar" +url = "https://cdn.modrinth.com/data/YlKdE5VK/versions/UGHhXjIX/ViaFabric-0.4.17%2B93-main.jar" hash-format = "sha512" -hash = "9317c06bfb4fe9c45ddc5c7e7ec72843023fa99c316d13befeeb92ffde0c4303e7494081ae33a663f8e70ec638187fdae1b94f5871d5214606c2d4b6f6b0b443" +hash = "699a2599b9ae5b1aee8ae65fab2e3628b3d806304d6768c329b63a4861043a65cfc4b4469e8344768da2619f38301f0e5ad4cc9a3912d82592cd4ed091d6d003" [update] [update.modrinth] mod-id = "YlKdE5VK" -version = "CQ7NwggR" +version = "UGHhXjIX" diff --git a/minecraft/pack/mods/vmp-fabric.pw.toml b/minecraft/pack/mods/vmp-fabric.pw.toml index 3171589..1d92792 100644 --- a/minecraft/pack/mods/vmp-fabric.pw.toml +++ b/minecraft/pack/mods/vmp-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Very Many Players (Fabric)" -filename = "vmp-fabric-mc1.21.3-0.2.0+beta.7.180-all.jar" +filename = "vmp-fabric-mc1.21.4-0.2.0+beta.7.186-all.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/lJQrQPiF/vmp-fabric-mc1.21.3-0.2.0%2Bbeta.7.180-all.jar" +url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/JPSbekr6/vmp-fabric-mc1.21.4-0.2.0%2Bbeta.7.186-all.jar" hash-format = "sha512" -hash = "8b9edbcd7edf062631fcc91789392911a98c54418eccf4788499e4e70e4827bae9dcf03572f487afb52114fab941aefdd7656a9bc27d5d4dae4738584fe63d1a" +hash = "7f40cd22e86f3ea9b128a6d01b67563a5d4b4a0e8bdfe46f3932cf80ea190c664b1354de8644184c11349cdb03b1975840d75fc0f270c239c8b4cc60d20c60fb" [update] [update.modrinth] mod-id = "wnEe9KBa" -version = "lJQrQPiF" +version = "JPSbekr6" diff --git a/minecraft/pack/mods/yacl.pw.toml b/minecraft/pack/mods/yacl.pw.toml index 1723dfe..9e89fa0 100644 --- a/minecraft/pack/mods/yacl.pw.toml +++ b/minecraft/pack/mods/yacl.pw.toml @@ -1,13 +1,13 @@ name = "YetAnotherConfigLib (YACL)" -filename = "YetAnotherConfigLib-3.6.2+1.21.2-fabric.jar" +filename = "YetAnotherConfigLib-3.6.2+1.21.4-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/TOvVcn1z/YetAnotherConfigLib-3.6.2%2B1.21.2-fabric.jar" +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/VtWuZoXP/YetAnotherConfigLib-3.6.2%2B1.21.4-fabric.jar" hash-format = "sha512" -hash = "9f459b80e22f37a66f50ca917d8bdff6efec7e0abde0a209cd32d84d40e52dd39ca6bd70d6c7b48c850800f6d78cbf5cc28b18b1f6eacaa3d4228f7e66c0b675" +hash = "50f3996aa4382692bbe569ee26506dacd0f4775d86964b5a5c47451e9514d5bf755b5fc1b75e629fc6391fe33d98598977e15c8880ed0f5785c5511ac3360933" [update] [update.modrinth] mod-id = "1eAoo2KR" -version = "TOvVcn1z" +version = "VtWuZoXP" diff --git a/minecraft/pack/pack.toml b/minecraft/pack/pack.toml index 5a9025b..b85ccfb 100644 --- a/minecraft/pack/pack.toml +++ b/minecraft/pack/pack.toml @@ -6,8 +6,8 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "32cea6b1d13ae5ee62ee38c828de7ffaf50f73acc597a7f658189162de73f8ef" +hash = "2a5869b92c381cf9edeb4f899725fef287a1361780ffeb23bd8e1f3bd43ef3f4" [versions] fabric = "0.16.9" -minecraft = "1.21.3" +minecraft = "1.21.4"