From 772d30f026a1edff18efe763fe371a2b639e8770 Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 6 Jan 2026 15:15:22 +0100 Subject: [PATCH] [8.3.0] Mod updates and added 2 mods --- CHANGELOG.md | 42 +++++++++++++ PACK_CONTENT.md | 10 ++- README.md | 2 +- config/bcc-common.toml | 2 +- index.toml | 76 +++++++++++++---------- mods/3dskinlayers.pw.toml | 8 +-- mods/almost-unified.pw.toml | 13 ++++ mods/aquaculture.pw.toml | 6 +- mods/balm.pw.toml | 6 +- mods/better-compatibility-checker.pw.toml | 6 +- mods/carry-on.pw.toml | 6 +- mods/configurable.pw.toml | 6 +- mods/connectivity.pw.toml | 6 +- mods/create-industry.pw.toml | 6 +- mods/create.pw.toml | 6 +- mods/creativecore.pw.toml | 6 +- mods/decocraft.pw.toml | 8 +-- mods/disconnect-packet-fix.pw.toml | 13 ++++ mods/distant-horizons.pw.toml | 6 +- mods/dragons-survival.pw.toml | 6 +- mods/entityculling.pw.toml | 8 +-- mods/fzzy-config.pw.toml | 6 +- mods/geckolib.pw.toml | 6 +- mods/jei.pw.toml | 6 +- mods/kleeslabs.pw.toml | 6 +- mods/littletiles.pw.toml | 6 +- mods/moogs-end-structures.pw.toml | 6 +- mods/neruina.pw.toml | 6 +- mods/selene.pw.toml | 6 +- mods/simple-planes.pw.toml | 6 +- mods/simple-voice-chat.pw.toml | 6 +- mods/sophisticated-backpacks.pw.toml | 6 +- mods/sophisticated-core.pw.toml | 6 +- mods/supplementaries.pw.toml | 6 +- mods/the-twilight-forest.pw.toml | 6 +- mods/waystones.pw.toml | 6 +- mods/xaeros-minimap.pw.toml | 6 +- mods/xaeros-world-map.pw.toml | 6 +- pack.toml | 4 +- shaderpacks/bsl-shaders.pw.toml | 7 +-- 40 files changed, 222 insertions(+), 139 deletions(-) create mode 100644 mods/almost-unified.pw.toml create mode 100644 mods/disconnect-packet-fix.pw.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index e65268e..da423b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## 8.3.0 - 06 Jan 2026 + +### Updated +- Entity Culling +- 3D Skin Layers +- Decocraft +- KleeSlabs +- Balm +- Waystones +- Dragon Survival +- Connectivity +- Simple Planes +- Sophisticated Core +- Sophisticated Backpacks +- Create +- Moonlight Lib +- Aquaculture 2 +- Simple Voice Chat +- Supplementaries +- Better Compatibility Checker +- Fzzy Config +- MES +- Neruina +- Xaero's World Map +- Just Enough Items +- GeckoLib +- Distant Horizons +- Little Tiles +- Create The factory must grow +- BSL Shaders +- Carry On +- The Twilight Forest +- CreativeCore +- Configurable +- Xaero's Minimap + +### Added +- Disconnect Packet Fix +- Almost Unified + +--- + ## 8.2.0 - 11 Dec 2025 ### Added diff --git a/PACK_CONTENT.md b/PACK_CONTENT.md index 7433c45..efc3319 100644 --- a/PACK_CONTENT.md +++ b/PACK_CONTENT.md @@ -29,6 +29,9 @@ description = "" - *Client* ## A +- [ ] [Almost Unified](https://www.curseforge.com/minecraft/mc-mods/almost-unified) + - *Licence*: All Rights Reserved + - *Both* - [ ] [AmbientSounds 6](https://www.curseforge.com/minecraft/mc-mods/ambientsounds) - *Licence*: GNU Lesser General Public License - *Client* @@ -210,6 +213,9 @@ description = "" - [ ] [Dimensional Dungeons](https://www.curseforge.com/minecraft/mc-mods/dimensional-dungeons) - *Licence*: All Rights Reserved - *Both* +- [ ] [Disconnect Packet Fix](https://modrinth.com/mod/disconnect-packet-fix) + - *Licence*: MIT + - *Server* - [ ] [Distant Horizons: A Level of Detail mod](https://www.curseforge.com/minecraft/mc-mods/distant-horizons) - *Licence*: GNU LESSER GENERAL PUBLIC LICENSE - *Client* @@ -451,8 +457,8 @@ description = "" - [ ] [Moonlight Lib](https://www.curseforge.com/minecraft/mc-mods/selene) - *Licence*: GNU LESSER GENERAL PUBLIC LICENSE - *Both* -- [ ] [Moog's Structure Lib]() - - *Licence*: [Custom License](https://www.curseforge.com/minecraft/mc-mods/selene#license) +- [ ] [Moog's Structure Lib](https://www.curseforge.com/minecraft/mc-mods/moogs-structure-lib) + - *Licence*: GNU LESSER GENERAL PUBLIC LICENSE - *Both* - [ ] [MSS - Moog's Nether Structures](https://www.curseforge.com/minecraft/mc-mods/mns-moogs-nether-structures) - *Licence*: GNU LESSER GENERAL PUBLIC LICENSE diff --git a/README.md b/README.md index 4917feb..bb4ea51 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ At times it might be needed for you to manually update the NeoForge version when 3. Select "Version" 4. Select "NeoForge" in the list 5. Click "Change version" on the right side -6. Select "21.1.211" +6. Select "21.1.216" 7. Click "OK" then "Close" 8. Done diff --git a/config/bcc-common.toml b/config/bcc-common.toml index 1105c6c..e757f92 100644 --- a/config/bcc-common.toml +++ b/config/bcc-common.toml @@ -7,7 +7,7 @@ #The name of the modpack modpackName = "Chronolock" #The version of the modpack - modpackVersion = "8.2.0" + modpackVersion = "8.3.0" #Use the metadata.json to determine the modpack version #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING useMetadata = false diff --git a/index.toml b/index.toml index 3f9da49..e828282 100644 --- a/index.toml +++ b/index.toml @@ -10,7 +10,7 @@ hash = "d0232995a79b9ed29ff01420df79dd16b9738e7e5ba5d5853b8e118d825c20b0" [[files]] file = "config/bcc-common.toml" -hash = "2190f33c26b41dbb4dbfaafccb035eef8e0e55322540d936952206bb2c046648" +hash = "7f9278c1d8c9520a60b6515ae5a9948c91ea191b3ec52f5c69c2cc21611ff62c" [[files]] file = "config/camera-client.toml" @@ -110,7 +110,12 @@ hash = "3afe1febbfbcf3141adaa193ddee49239f615bbd36fd81a586b876da4c962c08" [[files]] file = "mods/3dskinlayers.pw.toml" -hash = "7b5fba1b2499c191160be6b1b01c54ace077ae7d3c5228ae4af4d360e3d0a336" +hash = "47d32eec023f9d00f16bd5fba49778ad622dca453ec2306e8d1af2daf625b51f" +metafile = true + +[[files]] +file = "mods/almost-unified.pw.toml" +hash = "afd9837f16b0b8fe16fe8788470334b7bb13d9c452f46a058d1a2c012f079adf" metafile = true [[files]] @@ -125,7 +130,7 @@ metafile = true [[files]] file = "mods/aquaculture.pw.toml" -hash = "50002aaf2ecbe1e76fc98f361effd3cdd04907ea0bd84d901a436630500202f3" +hash = "2cdccc2de0235ccc5d2a0d2c5649c890c52960bc08687620f374d71e4dfb78bd" metafile = true [[files]] @@ -140,7 +145,7 @@ metafile = true [[files]] file = "mods/balm.pw.toml" -hash = "e587e79637fbc8dc23f29d51e2c4a685a3bcfbdb28b24452620dedbab8e7368c" +hash = "a0f52f47c27d6ccdbee89735e459ff955ba09cdf499ef42bc901f8426be75253" metafile = true [[files]] @@ -150,7 +155,7 @@ metafile = true [[files]] file = "mods/better-compatibility-checker.pw.toml" -hash = "75f11e3816916c9a5701f475e2169829fafdb5d11d464a3c6b83f8cb7669d814" +hash = "55fe1f1a0b72abf4b697b3e0d8f5449e590bb519d26a29e6eeac049161003a34" metafile = true [[files]] @@ -160,7 +165,7 @@ metafile = true [[files]] file = "mods/carry-on.pw.toml" -hash = "2b4c244aa7a303dead0a1b659c25b9b9bce2ced2758ea55aca347556f7348189" +hash = "11fa4cee80d5456e1681f8229c756d8c4aaa3ce6fcd8ab0bef62f408c95441e6" metafile = true [[files]] @@ -194,12 +199,12 @@ metafile = true [[files]] file = "mods/configurable.pw.toml" -hash = "f6ddda9120773724f7ddddc006006e99806f060e349573359b0a6c92855c5548" +hash = "28e00f13df7e1e8b1547d850e51666e9974a43ffdcc72a1fd30119c4c2d3e4fa" metafile = true [[files]] file = "mods/connectivity.pw.toml" -hash = "ccf9e64814aea3a7c29689a9f2509002976428bdb798119cb32cdbd655456a07" +hash = "81105a1a363873f3675a861d228abcf0f2a8356f1a17850c06f6d6c47e454634" metafile = true [[files]] @@ -254,7 +259,7 @@ metafile = true [[files]] file = "mods/create-industry.pw.toml" -hash = "f7bb0764893f0580c0e469cf7e23b2a7cb771e827c6b1c7e91b97293283717fe" +hash = "14cb95e3c034d3a680ed8bb0a1542c1d5de1ebd4d88b16253e180d37e9c75889" metafile = true [[files]] @@ -269,7 +274,7 @@ metafile = true [[files]] file = "mods/create.pw.toml" -hash = "eb7b4a7b28d4806c7bb7a0cf84f4dca90fc5d62317573e9100542bc484a48750" +hash = "779974fc6c7b273a38bd93a26c21c2b8f5e06384516ad8ba29b6bf5fe18514cd" metafile = true [[files]] @@ -284,7 +289,7 @@ metafile = true [[files]] file = "mods/creativecore.pw.toml" -hash = "8329949f83887c7513a50e225c158d6bf2074308e3da371279b3834bb78ab219" +hash = "4ff9f6a97d5aae3ced9ff96d174d5fb9bdfc434a5080790c3b488d23dd370566" metafile = true [[files]] @@ -314,7 +319,7 @@ metafile = true [[files]] file = "mods/decocraft.pw.toml" -hash = "a266364e75eef2f562c62b752d5631e715f72abcfc224babe2df2463d4574466" +hash = "26d886aae76049e9f09a12f4ea7f516fc29ae83c9a08011473d82cbed8b4fb37" metafile = true [[files]] @@ -332,9 +337,14 @@ file = "mods/dimensional-dungeons.pw.toml" hash = "b5dfe7b93b050a0184062144526e9a2c21b2cd0903270095e20d272f92049106" metafile = true +[[files]] +file = "mods/disconnect-packet-fix.pw.toml" +hash = "a1a3d0ee9d63e183124e37abb009ad398064ff8268a68b40f836579774893f89" +metafile = true + [[files]] file = "mods/distant-horizons.pw.toml" -hash = "ed9aba016ac60a376a66d9d811089f3fa6f818528d043d2a920f7c63cf20cf03" +hash = "b1ddb5c51d71dc8ee0b582414209a7fc7c7b298f6fc23ee4b30f11b2847f3b7f" metafile = true [[files]] @@ -359,7 +369,7 @@ metafile = true [[files]] file = "mods/dragons-survival.pw.toml" -hash = "64addd434d96e0bd78d41568f226427b3ee843b6d9517a552b24692c80b13f8f" +hash = "1730a58d5b959d0aca177ec225e428898c406c844795e97f8e80b312ddbad052" metafile = true [[files]] @@ -384,7 +394,7 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "77d59ac7bb40c00032d68d45d777e8c1c0dc22596afe0c84572104a67dabb1d5" +hash = "9a6f001c27c05b372f72ba0941e4904ab79fb7b1a9bd5944f9d41dc79cfb8ab1" metafile = true [[files]] @@ -434,12 +444,12 @@ metafile = true [[files]] file = "mods/fzzy-config.pw.toml" -hash = "a404048488d15bc7dba9ddd1728ea1df9b97a703775051aa188b17f02289bcfb" +hash = "c595b64a055d987de9d4ce6156c88eec58cf1b1ade849ff11731307f64a60941" metafile = true [[files]] file = "mods/geckolib.pw.toml" -hash = "402ca5410076adcf4bff4211d5d734572e0549955d3613ea0942309ec29a409b" +hash = "e448ed8448354d972dcd3ef7c46833e58de16147fe947a969538bf80efad6de9" metafile = true [[files]] @@ -484,7 +494,7 @@ metafile = true [[files]] file = "mods/jei.pw.toml" -hash = "540706ab9db0907199fcc08ac62c8f0b291f7ce5b01a90e426f0b6c76c76b51c" +hash = "d068154533d9a999acbb4008f7c33d307b583d2e6db7122a69fc02921ffdb411" metafile = true [[files]] @@ -494,7 +504,7 @@ metafile = true [[files]] file = "mods/kleeslabs.pw.toml" -hash = "0a4cccfaef6e590d95d2a07d32b0c8ec133b50bc669f802f754abdc04277b30c" +hash = "137a3c86a2e5298bf73b4b6aa2b38c35bbacec7654906fa307ddf692451b8f8f" metafile = true [[files]] @@ -514,7 +524,7 @@ metafile = true [[files]] file = "mods/littletiles.pw.toml" -hash = "3b1fcf3c96de7cb0e509bac873eb930c9c3e942a0f9b6739765af30be91be815" +hash = "62a54e0e00894cedecbed0aa07438d6b16b2144a40c338548d60e063595ef78d" metafile = true [[files]] @@ -599,7 +609,7 @@ metafile = true [[files]] file = "mods/moogs-end-structures.pw.toml" -hash = "95859f07cf03c817f0b6eed1f6c84d7c42666566aa3c541566413d02d924636f" +hash = "e03b66c806c52193722f066dcbb8918fe44e45fdabe5ea562e8a435f6b0affa3" metafile = true [[files]] @@ -629,7 +639,7 @@ metafile = true [[files]] file = "mods/neruina.pw.toml" -hash = "bc4a75f74dc18a1c17a61025243861dda3ac823acac49a4631a9530273e53b00" +hash = "ee6b779a0326e2e138aa813b1b3faa85e7926fbd08be4b4b30d7b8739c944c5f" metafile = true [[files]] @@ -724,7 +734,7 @@ metafile = true [[files]] file = "mods/selene.pw.toml" -hash = "897eb0608109b72f855db05163f8d67f97ba197a41952f57673be49f961ab4b2" +hash = "ced1905adab298bd344b2cb44f0032b06a342933cbedfefba0d79bdd154954f5" metafile = true [[files]] @@ -739,12 +749,12 @@ metafile = true [[files]] file = "mods/simple-planes.pw.toml" -hash = "1c676e168d5e1f21446922b8e330921afcf8f4eb2c479a175be00eefee4b4591" +hash = "eb55e126e3bbedd0aeacd48fa4f562136f29f3d3aea33b24844d73eb1a49a9fe" metafile = true [[files]] file = "mods/simple-voice-chat.pw.toml" -hash = "4c14cb8ce763edf4d963f8f4dcba72e48d0c84dc71410e6b45b749a10c486776" +hash = "148e7d7ad771a2d58f9518e808b849918e7cc209ff58affb4a7d129a6541cae1" metafile = true [[files]] @@ -774,12 +784,12 @@ metafile = true [[files]] file = "mods/sophisticated-backpacks.pw.toml" -hash = "caa27006c743d1521ccb8d4371d501b82584896404e3351661f00782f05333b5" +hash = "05daaa140564e755b8051838665271ddb9396f11ef3a756769148332247a536b" metafile = true [[files]] file = "mods/sophisticated-core.pw.toml" -hash = "a148510ede2129e72ebfb876f89db2724007442d892aced6c3d9483e0f950592" +hash = "b9e6e0aa32a969b94e98abcb6c553985a1c5235461d3b7564345b6ee3c14ffc0" metafile = true [[files]] @@ -804,7 +814,7 @@ metafile = true [[files]] file = "mods/supplementaries.pw.toml" -hash = "f3c4ab5e5c06091295fc1efb89092eb551a5b4d3ca4d65c462f5b9514fc73175" +hash = "132bacfc2f73b5f02b0333ea4a8d695cc77d62683bc4977aace674f047ec1286" metafile = true [[files]] @@ -814,7 +824,7 @@ metafile = true [[files]] file = "mods/the-twilight-forest.pw.toml" -hash = "bbd1d4b8b1562f98c9247a29de80b0ba5447dda5b549a8b4ee732c38925b784b" +hash = "b2dd43f9809966eaed8ece9f72ec9ca4f35e8b1d5fd04cb7aa54d847ac9dab91" metafile = true [[files]] @@ -869,7 +879,7 @@ metafile = true [[files]] file = "mods/waystones.pw.toml" -hash = "6495b55a9192d7ca0e8dee85f824ac519a019bbd0dc1507984f45c2fb5ae8a26" +hash = "aab0477b3088e321845e2ca11dc7480d2a032012016b60f40de84be8709921f6" metafile = true [[files]] @@ -879,17 +889,17 @@ metafile = true [[files]] file = "mods/xaeros-minimap.pw.toml" -hash = "3c9d3c4a6cf4016aebd324fd4cdf6332da89c7f41912e41f56f08c6947d66e2d" +hash = "6ece72c173c16cab39e3e30429d49d19f1f88762cd0a351c4ff414d5a3f55891" metafile = true [[files]] file = "mods/xaeros-world-map.pw.toml" -hash = "feb67f4e3a254fafda303ccdb989354524aaa29bd26f1cc0013764b9f93040d9" +hash = "f1665e4f5c0a42d6757bfc7bbbf2d4a23a232302cc78a4ca73f1fc1504ed6441" metafile = true [[files]] file = "shaderpacks/bsl-shaders.pw.toml" -hash = "ed836bc562870ed89d3b4050f0e7bd314bc44a7630338a56e43f956e69453a52" +hash = "355b064ebff56345e2e8ce753786f544c3a8c9a912badb559d91b4f3f60129a9" metafile = true [[files]] diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml index 9faf97f..710d09c 100644 --- a/mods/3dskinlayers.pw.toml +++ b/mods/3dskinlayers.pw.toml @@ -1,13 +1,13 @@ name = "3D Skin Layers" -filename = "skinlayers3d-neoforge-1.9.2-mc1.21.1.jar" +filename = "skinlayers3d-neoforge-1.10.1-mc1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/B7MZQ4xS/skinlayers3d-neoforge-1.9.2-mc1.21.1.jar" +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/nVJQQoQ0/skinlayers3d-neoforge-1.10.1-mc1.21.1.jar" hash-format = "sha512" -hash = "f3629c48a4ec59bff207dfdd29f8e0d626ddf41c3a6693f9bf2b3757b646fb7e5096dd926be866e44dfc3e80321e76fb5c473fe41e6d9a8565bac34c99dffdb1" +hash = "09bc87ebd3adb05451e9575bcc2e41865c3b3437b3f8b6b7a314bb0c7d32a79c15d76d8b3b18ab5ffe43a682c52ba22c3715837d7ab24f514f267b6264304285" [update] [update.modrinth] mod-id = "zV5r3pPn" -version = "B7MZQ4xS" +version = "nVJQQoQ0" diff --git a/mods/almost-unified.pw.toml b/mods/almost-unified.pw.toml new file mode 100644 index 0000000..814266c --- /dev/null +++ b/mods/almost-unified.pw.toml @@ -0,0 +1,13 @@ +name = "Almost Unified" +filename = "almostunified-neoforge-1.21.1-1.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d4d4e89eeec0693433dd16f5cf8dbd0181ae6fe6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6847936 +project-id = 633823 diff --git a/mods/aquaculture.pw.toml b/mods/aquaculture.pw.toml index 6ba40a1..adc9e57 100644 --- a/mods/aquaculture.pw.toml +++ b/mods/aquaculture.pw.toml @@ -1,13 +1,13 @@ name = "Aquaculture 2" -filename = "Aquaculture-1.21.1-2.7.16.jar" +filename = "Aquaculture-1.21.1-2.7.17.jar" side = "both" [download] hash-format = "sha1" -hash = "f63114c60bcf31272813fb42625ba7007a32c8bc" +hash = "65404041b2a78df7afc9216ead64d4e26636e2f5" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7288483 +file-id = 7331325 project-id = 60028 diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index b314778..e5bb2e0 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ name = "Balm" -filename = "balm-neoforge-1.21.1-21.0.55.jar" +filename = "balm-neoforge-1.21.1-21.0.56.jar" side = "both" [download] hash-format = "sha1" -hash = "288003dfab9ef7d4aa600c9325cb64ce861c3d4d" +hash = "c1c1d4859c7943c7d1c181c07fa7273a1d56df15" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7264790 +file-id = 7420963 project-id = 531761 diff --git a/mods/better-compatibility-checker.pw.toml b/mods/better-compatibility-checker.pw.toml index 17c85e4..7cd8904 100644 --- a/mods/better-compatibility-checker.pw.toml +++ b/mods/better-compatibility-checker.pw.toml @@ -1,13 +1,13 @@ name = "Better Compatibility Checker" -filename = "bcc-21.1.7+mc1.21.1.jar" +filename = "better-compatability-checker-neoforge-21.1.8.jar" side = "both" [download] hash-format = "sha1" -hash = "3fc12e96563fe2d1def05d68de2695ebcad4127f" +hash = "186ba3fbacacb0ce93b9c5a5ddca28799c1577cb" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7291011 +file-id = 7404415 project-id = 551894 diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml index 7fcd7d3..674ea32 100644 --- a/mods/carry-on.pw.toml +++ b/mods/carry-on.pw.toml @@ -1,13 +1,13 @@ name = "Carry On" -filename = "carryon-neoforge-1.21.1-2.2.2.11.jar" +filename = "carryon-neoforge-1.21.1-2.2.4.4.jar" side = "both" [download] hash-format = "sha1" -hash = "081c4817a3059f06c387805c6504b315b554a2b0" +hash = "774bf57a199784c35e74f2d619d6001c87185a11" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5649344 +file-id = 7393892 project-id = 274259 diff --git a/mods/configurable.pw.toml b/mods/configurable.pw.toml index 91a77a6..47ef639 100644 --- a/mods/configurable.pw.toml +++ b/mods/configurable.pw.toml @@ -1,13 +1,13 @@ name = "Configurable" -filename = "configurable-3.3.0+1.21.1-neoforge.jar" +filename = "configurable-3.3.2+1.21.1-neoforge.jar" side = "both" [download] hash-format = "sha1" -hash = "20feeb72beb74f4dc8a29104f7676a781206ac04" +hash = "929a459057de433809c3251c102401d2985a79d8" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7166366 +file-id = 7356762 project-id = 1092048 diff --git a/mods/connectivity.pw.toml b/mods/connectivity.pw.toml index af09b42..ab473ce 100644 --- a/mods/connectivity.pw.toml +++ b/mods/connectivity.pw.toml @@ -1,13 +1,13 @@ name = "Connectivity" -filename = "connectivity-1.21.1-7.2.jar" +filename = "connectivity-1.21.1-7.6.jar" side = "both" [download] hash-format = "sha1" -hash = "afc0f8cb7c5997b108c9c20dbe4e67f6243411a1" +hash = "6adebe84f745dec8fa33bc3982383bc1cc24d49e" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7032388 +file-id = 7367221 project-id = 470193 diff --git a/mods/create-industry.pw.toml b/mods/create-industry.pw.toml index abb85ab..0cbb33d 100644 --- a/mods/create-industry.pw.toml +++ b/mods/create-industry.pw.toml @@ -1,13 +1,13 @@ name = "Create: The Factory Must Grow" -filename = "tfmg-1.1.0e.jar" +filename = "tfmg-1.1.1-1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "c82890b07ec01948c3e6b0d9076ead2653aeec4d" +hash = "aae93944121cd8d67ef32cf47beba35f570f6baa" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7221819 +file-id = 7337543 project-id = 693815 diff --git a/mods/create.pw.toml b/mods/create.pw.toml index 3551af4..8d75082 100644 --- a/mods/create.pw.toml +++ b/mods/create.pw.toml @@ -1,13 +1,13 @@ name = "Create" -filename = "create-1.21.1-6.0.8.jar" +filename = "create-1.21.1-6.0.9.jar" side = "both" [download] hash-format = "sha1" -hash = "eee603ac7b083c9cd3a8ded4d4e3ed1a9a836f96" +hash = "bf08bf8980c080f42d6f644f4f44a725cf7c3be9" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7178775 +file-id = 7408951 project-id = 328085 diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml index 68022b4..19d0930 100644 --- a/mods/creativecore.pw.toml +++ b/mods/creativecore.pw.toml @@ -1,13 +1,13 @@ name = "CreativeCore" -filename = "CreativeCore_NEOFORGE_v2.13.20_mc1.21.1.jar" +filename = "CreativeCore_NEOFORGE_v2.13.24_mc1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "33f3e39ebdda5655c1ff4d6081cb8bbef950fa19" +hash = "d8e0118cfe40132efe2e4bc45a06d309b22f1c65" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7311987 +file-id = 7408503 project-id = 257814 diff --git a/mods/decocraft.pw.toml b/mods/decocraft.pw.toml index aa13c50..ab4749c 100644 --- a/mods/decocraft.pw.toml +++ b/mods/decocraft.pw.toml @@ -1,13 +1,13 @@ name = "Decocraft" -filename = "decocraft-3.0.6-1.21.1-neoforge.jar" +filename = "decocraft-3.0.7-1.21.1-neoforge.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/IZJSgKZe/versions/3GsJ5Nyz/decocraft-3.0.6-1.21.1-neoforge.jar" +url = "https://cdn.modrinth.com/data/IZJSgKZe/versions/O3EnrZwo/decocraft-3.0.7-1.21.1-neoforge.jar" hash-format = "sha512" -hash = "eb9faa554ece28a988fbbc0d074127d69fdbe8d2111501a2468a10b032c85f71cb0b8421ec8dc055b5fa8511a530c0f9e8878154babebe494baabafd30f087c5" +hash = "d5324aa644652c277dd3579b84a9d222adf487f62419aeb80c1bc298b815f713f16569bc7825354a254af2d48b6b7bb0aa8cc6735db4ca584c5107ffafc995ac" [update] [update.modrinth] mod-id = "IZJSgKZe" -version = "3GsJ5Nyz" +version = "O3EnrZwo" diff --git a/mods/disconnect-packet-fix.pw.toml b/mods/disconnect-packet-fix.pw.toml new file mode 100644 index 0000000..a67f152 --- /dev/null +++ b/mods/disconnect-packet-fix.pw.toml @@ -0,0 +1,13 @@ +name = "Disconnect Packet Fix" +filename = "disconnect-packet-fix-neoforge-2.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/rd9rKuJT/versions/yjTKEIL5/disconnect-packet-fix-neoforge-2.0.1.jar" +hash-format = "sha512" +hash = "1e67928a4a55a5421861457383fab699a4393e099d3c9395feeba1fa9d99a41ceebcf67cf7f87e9032eb00fc2a8df76990b07b02ee25ed894e4e98b8d1656004" + +[update] +[update.modrinth] +mod-id = "rd9rKuJT" +version = "yjTKEIL5" diff --git a/mods/distant-horizons.pw.toml b/mods/distant-horizons.pw.toml index c5fc924..a808c9f 100644 --- a/mods/distant-horizons.pw.toml +++ b/mods/distant-horizons.pw.toml @@ -1,15 +1,15 @@ name = "Distant Horizons: A Level of Detail mod" -filename = "DistantHorizons-2.3.6-b-1.21.1-fabric-neoforge.jar" +filename = "DistantHorizons-2.4.5-b-1.21.1-fabric-neoforge.jar" side = "client" [download] hash-format = "sha1" -hash = "e8a97b52e89bf96f67af547cda3bc6b15f5ceb73" +hash = "2a1243b18ccc117dee0fae5e976a494d8234e8be" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7104615 +file-id = 7375285 project-id = 508933 [option] diff --git a/mods/dragons-survival.pw.toml b/mods/dragons-survival.pw.toml index 106ce99..d85ab1b 100644 --- a/mods/dragons-survival.pw.toml +++ b/mods/dragons-survival.pw.toml @@ -1,13 +1,13 @@ name = "Dragon Survival" -filename = "DragonSurvival-1.21.1-v2.0.51-05.12.2025-all.jar" +filename = "DragonSurvival-1.21.1-v2.0.53-05.01.2026-all.jar" side = "both" [download] hash-format = "sha1" -hash = "996ecb9bfaed07eca7d8ac8cc74a98a1fcd5cdef" +hash = "c58a3ca988c67ac6c6bbeb87a81cec0814f50f82" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7296733 +file-id = 7422257 project-id = 420799 diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml index 959e22d..d8f8117 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,13 +1,13 @@ name = "Entity Culling" -filename = "entityculling-neoforge-1.9.4-mc1.21.1.jar" +filename = "entityculling-neoforge-1.9.5-mc1.21.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/p1xJ9gcC/entityculling-neoforge-1.9.4-mc1.21.1.jar" +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/DwB2BGbW/entityculling-neoforge-1.9.5-mc1.21.1.jar" hash-format = "sha512" -hash = "1c97bcda9ff59b772b89f47beda8c60d08af26984d416af0a065c55b2586f770800e97a7c112bee6debb0cc012697770b62da771b25401be0ec2460476731a8a" +hash = "09fa3cfcf5c4b57291a0ebeb358e7fc2a3c0247647249f490680ba1c931263e49b55cba3e585606c2ce1e554140db6523b9e831220f03464d401834067ee540c" [update] [update.modrinth] mod-id = "NNAgCjsB" -version = "p1xJ9gcC" +version = "DwB2BGbW" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml index bfa97a2..3abaab1 100644 --- a/mods/fzzy-config.pw.toml +++ b/mods/fzzy-config.pw.toml @@ -1,13 +1,13 @@ name = "Fzzy Config" -filename = "fzzy_config-0.7.3+1.21+neoforge.jar" +filename = "fzzy_config-0.7.4+1.21+neoforge.jar" side = "both" [download] hash-format = "sha1" -hash = "5080991f845375be2d9ffe87538d64ced1a9e576" +hash = "2c6651f0563a4f800e0857e424ac01c1e42f80f7" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7085021 +file-id = 7331235 project-id = 1005914 diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml index 5e3702f..5295c98 100644 --- a/mods/geckolib.pw.toml +++ b/mods/geckolib.pw.toml @@ -1,13 +1,13 @@ name = "GeckoLib" -filename = "geckolib-neoforge-1.21.1-4.8.2.jar" +filename = "geckolib-neoforge-1.21.1-4.8.3.jar" side = "both" [download] hash-format = "sha1" -hash = "b2d84a5ea8b8944be66dbf817f0d4aa3f494db7a" +hash = "fb0ac6ad63dc5f401c15c66a037c08e9709d1c42" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7023453 +file-id = 7415496 project-id = 388172 diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml index 01ed5bb..ae4837b 100644 --- a/mods/jei.pw.toml +++ b/mods/jei.pw.toml @@ -1,13 +1,13 @@ name = "Just Enough Items (JEI)" -filename = "jei-1.21.1-neoforge-19.25.1.332.jar" +filename = "jei-1.21.1-neoforge-19.27.0.340.jar" side = "both" [download] hash-format = "sha1" -hash = "54d1e999f496dc76bce821f605e31d071252a0f3" +hash = "27d0d85e7e32e926fc3664ab6815df5cdabb7941" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7270455 +file-id = 7420587 project-id = 238222 diff --git a/mods/kleeslabs.pw.toml b/mods/kleeslabs.pw.toml index 486c4f4..0722384 100644 --- a/mods/kleeslabs.pw.toml +++ b/mods/kleeslabs.pw.toml @@ -1,13 +1,13 @@ name = "KleeSlabs" -filename = "kleeslabs-neoforge-1.21.1-21.1.7.jar" +filename = "kleeslabs-neoforge-1.21.1-21.1.8.jar" side = "both" [download] hash-format = "sha1" -hash = "486fe07683e911017d11d4296e50320719606c25" +hash = "03d9ce41c91ca32b7b6b16f5a49b6da810c95cc1" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6868050 +file-id = 7401918 project-id = 241895 diff --git a/mods/littletiles.pw.toml b/mods/littletiles.pw.toml index 17bd3a9..5f18554 100644 --- a/mods/littletiles.pw.toml +++ b/mods/littletiles.pw.toml @@ -1,13 +1,13 @@ name = "LittleTiles" -filename = "LittleTiles_BETA_v1.6.0-pre190_mc1.21.1.jar" +filename = "LittleTiles_BETA_v1.6.0-pre196_mc1.21.1.jar" side = "both" [download] hash-format = "sha1" -hash = "0b7bd16b2ddbdd77128ff6bd1fe14b5edbd9d59b" +hash = "08afacc5f4645b6fecec8cb6619823a651c8763e" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7311992 +file-id = 7408508 project-id = 257818 diff --git a/mods/moogs-end-structures.pw.toml b/mods/moogs-end-structures.pw.toml index 7efd572..7e146be 100644 --- a/mods/moogs-end-structures.pw.toml +++ b/mods/moogs-end-structures.pw.toml @@ -1,13 +1,13 @@ name = "MES - Moog's End Structures" -filename = "MoogsEndStructures-1.21-2.0.0.jar" +filename = "MoogsEndStructures-1.21-2.0.1.jar" side = "both" [download] hash-format = "sha1" -hash = "141058406bc15b7304400913688b1649f06ddcf8" +hash = "e44787b0d977a27a0367b76a09ba680487334671" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7257822 +file-id = 7365612 project-id = 892382 diff --git a/mods/neruina.pw.toml b/mods/neruina.pw.toml index 7ab8bfe..2857cb6 100644 --- a/mods/neruina.pw.toml +++ b/mods/neruina.pw.toml @@ -1,13 +1,13 @@ name = "Neruina - Ticking Entity Fixer" -filename = "neruina-3.1.4+1.21.1-neoforge.jar" +filename = "neruina-3.1.7+1.21.1-neoforge.jar" side = "both" [download] hash-format = "sha1" -hash = "6c87a049743b0947253722712f28cc0f002f8438" +hash = "e7525e358925ba41b6e3c82fe123796af4fcf1d3" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7126074 +file-id = 7393330 project-id = 851046 diff --git a/mods/selene.pw.toml b/mods/selene.pw.toml index cf7defd..b0a9f34 100644 --- a/mods/selene.pw.toml +++ b/mods/selene.pw.toml @@ -1,13 +1,13 @@ name = "Moonlight Lib" -filename = "moonlight-1.21-2.27.1-neoforge.jar" +filename = "moonlight-1.21-2.29.4-neoforge.jar" side = "both" [download] hash-format = "sha1" -hash = "eebd093f2a7affd130f812f6d7447be14de5f4d2" +hash = "8434210fd838935556861cf2de108c8fea05d088" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7297858 +file-id = 7396730 project-id = 499980 diff --git a/mods/simple-planes.pw.toml b/mods/simple-planes.pw.toml index 7a086ba..0ef0b12 100644 --- a/mods/simple-planes.pw.toml +++ b/mods/simple-planes.pw.toml @@ -1,13 +1,13 @@ name = "Simple Planes (Forge)" -filename = "simpleplanes-1.21.1-5.3.6.jar" +filename = "simpleplanes-1.21.1-5.3.7.jar" side = "both" [download] hash-format = "sha1" -hash = "3a60e7454bd2a326d2a33bd96d3723dff27c8e86" +hash = "06f2aaef4654d85f706a9376802f147573db659e" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6024224 +file-id = 7336307 project-id = 388908 diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml index 1e0cea7..97c2440 100644 --- a/mods/simple-voice-chat.pw.toml +++ b/mods/simple-voice-chat.pw.toml @@ -1,13 +1,13 @@ name = "Simple Voice Chat" -filename = "voicechat-neoforge-1.21.1-2.6.6.jar" +filename = "voicechat-neoforge-1.21.1-2.6.11.jar" side = "both" [download] hash-format = "sha1" -hash = "4ec23888ba68fe2b336f571c1d67de9ee25024c9" +hash = "e5690abe4382fb92aed31e9154f0de3fd52e5c50" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7117040 +file-id = 7416907 project-id = 416089 diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml index c1d04c5..1dbfa26 100644 --- a/mods/sophisticated-backpacks.pw.toml +++ b/mods/sophisticated-backpacks.pw.toml @@ -1,13 +1,13 @@ name = "Sophisticated Backpacks" -filename = "sophisticatedbackpacks-1.21.1-3.25.16.1434.jar" +filename = "sophisticatedbackpacks-1.21.1-3.25.22.1487.jar" side = "both" [download] hash-format = "sha1" -hash = "1499960b1aab0d22b42c00b14cd597e66623610f" +hash = "91c34b0313f7b4226ec88940c23dea5e53f17560" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7316780 +file-id = 7414211 project-id = 422301 diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml index fdfaf47..29a713b 100644 --- a/mods/sophisticated-core.pw.toml +++ b/mods/sophisticated-core.pw.toml @@ -1,13 +1,13 @@ name = "Sophisticated Core" -filename = "sophisticatedcore-1.21.1-1.3.91.1269.jar" +filename = "sophisticatedcore-1.21.1-1.3.100.1348.jar" side = "both" [download] hash-format = "sha1" -hash = "0de02120236e5d3047261378e2236623c727a7cd" +hash = "d9bf2af27065e52896e884c7b0b767a8af1d6dcd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7318165 +file-id = 7402059 project-id = 618298 diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml index caed587..66a0b4f 100644 --- a/mods/supplementaries.pw.toml +++ b/mods/supplementaries.pw.toml @@ -1,13 +1,13 @@ name = "Supplementaries" -filename = "supplementaries-1.21-3.5.7-neoforge.jar" +filename = "supplementaries-1.21-3.5.16-neoforge.jar" side = "both" [download] hash-format = "sha1" -hash = "e4cf519ffaea0bc140cc06b1125e94ff0b2d0dca" +hash = "caa89a504ade39c7621111ac2ce6d64c9fce7e4a" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7313946 +file-id = 7387814 project-id = 412082 diff --git a/mods/the-twilight-forest.pw.toml b/mods/the-twilight-forest.pw.toml index c55d54d..546b0f1 100644 --- a/mods/the-twilight-forest.pw.toml +++ b/mods/the-twilight-forest.pw.toml @@ -1,13 +1,13 @@ name = "The Twilight Forest" -filename = "twilightforest-1.21.1-4.7.3196-universal.jar" +filename = "twilightforest-1.21.1-4.8.3287-universal.jar" side = "both" [download] hash-format = "sha1" -hash = "a31f40b1fa70e08f3d7b40af827f7cee39698d35" +hash = "bd9102af8374a971b8f66cd0751de0c17a29f598" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6472889 +file-id = 7398100 project-id = 227639 diff --git a/mods/waystones.pw.toml b/mods/waystones.pw.toml index d4574a7..26e2f15 100644 --- a/mods/waystones.pw.toml +++ b/mods/waystones.pw.toml @@ -1,13 +1,13 @@ name = "Waystones" -filename = "waystones-neoforge-1.21.1-21.1.24.jar" +filename = "waystones-neoforge-1.21.1-21.1.25.jar" side = "both" [download] hash-format = "sha1" -hash = "62797b739f6ae007d8479c43935d2879a82b1b1b" +hash = "96a4fd659aa80af18a788bf18a6110df996417fd" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 7263885 +file-id = 7354464 project-id = 245755 diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml index f354cf4..603d342 100644 --- a/mods/xaeros-minimap.pw.toml +++ b/mods/xaeros-minimap.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's Minimap" -filename = "Xaeros_Minimap_25.2.10_NeoForge_1.21.jar" +filename = "xaerominimap-neoforge-1.21.1-25.3.5.jar" side = "both" [download] hash-format = "sha1" -hash = "c671bd1d33e551c74f0157c9678549e566c5368e" +hash = "b662f97a58d88d56780487a89bf65d9d0330869d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6778051 +file-id = 7412188 project-id = 263420 diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml index b3bd2e1..1af1ae2 100644 --- a/mods/xaeros-world-map.pw.toml +++ b/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ name = "Xaero's World Map" -filename = "XaerosWorldMap_1.39.12_NeoForge_1.21.jar" +filename = "xaeroworldmap-neoforge-1.21.1-1.40.6.jar" side = "both" [download] hash-format = "sha1" -hash = "afae070bb33f28696336e804333544f819d9a88c" +hash = "3001fb25d05142b3c35cccf5d6d52e662e303d66" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6778114 +file-id = 7416972 project-id = 317780 diff --git a/pack.toml b/pack.toml index 5dd4352..3bbfd11 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Chronolock" author = "Pupyrinth" -version = "8.1.0" +version = "8.3.0" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "9d161f16628684d528d70e83f1bb697789bea59d8d1b82da4635a4507c8d33c0" +hash = "363f69374def22e83fe233b72759d77a05f60cdf71795c5cb25c0fb827445f72" [versions] minecraft = "1.21.1" diff --git a/shaderpacks/bsl-shaders.pw.toml b/shaderpacks/bsl-shaders.pw.toml index f1455ad..e4b9dac 100644 --- a/shaderpacks/bsl-shaders.pw.toml +++ b/shaderpacks/bsl-shaders.pw.toml @@ -1,18 +1,17 @@ name = "BSL Shaders" -filename = "BSL_v10.0.zip" +filename = "BSL_v10.1.zip" side = "client" [download] hash-format = "sha1" -hash = "82eb9981a31a4753bb5022b5f64d5ec4f6a27071" +hash = "e81b2139776546e1d38452bced5254141281af5d" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 6514910 +file-id = 7392906 project-id = 322506 [option] optional = true -default = false description = "BSL Shaders is a shaderpack made exclusively for Minecraft: Java Edition. It's bright, colorful, and distinct. This shader includes realtime shadows, volumetric light, ambient occlusion, bloom, customizable clouds and water, and built in anti-aliasing. Additional effects are available, such as depth of field, motion blur, specular and normal mapping, celshading, world curvature, and more."