Restore chunk loading mods instead c2me

This commit is contained in:
Mateusz Słodkowicz 2026-05-04 18:53:32 +02:00
parent dfb9ac1815
commit af36a130d2
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
5 changed files with 37 additions and 19 deletions

View File

@ -283,6 +283,11 @@ file = "mods/beltborne-lanterns.pw.toml"
hash = "a3d64a9bc113d1bca287ee2c47d832685c8d4b8807032cecd8dfffd35a070709" hash = "a3d64a9bc113d1bca287ee2c47d832685c8d4b8807032cecd8dfffd35a070709"
metafile = true metafile = true
[[files]]
file = "mods/better-chunk-loading-forge-fabric.pw.toml"
hash = "07e756eec150953e1da73adbee0c1d4d79cd9c48bc9c78ae4d3591e7097b45f2"
metafile = true
[[files]] [[files]]
file = "mods/better-clouds.pw.toml" file = "mods/better-clouds.pw.toml"
hash = "be9b84747fbddabebaaa182dfc3a4bb3f0b9d8c5a5473b6fd8fe92776458832e" hash = "be9b84747fbddabebaaa182dfc3a4bb3f0b9d8c5a5473b6fd8fe92776458832e"
@ -348,11 +353,6 @@ file = "mods/buzzier-bees.pw.toml"
hash = "3a59ca21bc4e6e179ce53231b0a7bb56a2ca5f8304500f9ee202e476b1a4e719" hash = "3a59ca21bc4e6e179ce53231b0a7bb56a2ca5f8304500f9ee202e476b1a4e719"
metafile = true metafile = true
[[files]]
file = "mods/c2me-neoforge.pw.toml"
hash = "4b060001a83142b94d6b60cf32bc015b0deb6090d5d962dac4650b3caed14f89"
metafile = true
[[files]] [[files]]
file = "mods/caelus.pw.toml" file = "mods/caelus.pw.toml"
hash = "992b0dca9683f225fc774d779762d18a009f2d82b9d051e7c0b55a33a95d9238" hash = "992b0dca9683f225fc774d779762d18a009f2d82b9d051e7c0b55a33a95d9238"
@ -893,6 +893,11 @@ file = "mods/fast-ip-ping.pw.toml"
hash = "f3935636357eb78086ff6ba4e8ed68ea0d63411dadbaaf97f25727cfbc6399e3" hash = "f3935636357eb78086ff6ba4e8ed68ea0d63411dadbaaf97f25727cfbc6399e3"
metafile = true metafile = true
[[files]]
file = "mods/fast-item-frames.pw.toml"
hash = "d3a435d8304fc8aef17248da6ec5c456ed3fa8d8aeb351d54eec12b3c12824a5"
metafile = true
[[files]] [[files]]
file = "mods/fastboot-1.21.x-v1.3neo.jar" file = "mods/fastboot-1.21.x-v1.3neo.jar"
hash = "23f44f8b2c479a4242f070e118c6dfe8084942b12d125743e784e121d076ad8d" hash = "23f44f8b2c479a4242f070e118c6dfe8084942b12d125743e784e121d076ad8d"

View File

@ -0,0 +1,13 @@
name = "Better chunk loading[Forge/Fabric]"
filename = "betterchunkloading-1.21-5.4.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "848d47200e760cfa566e476257ff863de30d7f8f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6210181
project-id = 899487

View File

@ -1,13 +0,0 @@
name = "Concurrent Chunk Management Engine (NeoForge)"
filename = "c2me-neoforge-mc1.21.1-0.3.0+alpha.0.91.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/COlSi5iR/versions/9iPiN34N/c2me-neoforge-mc1.21.1-0.3.0%2Balpha.0.91.jar"
hash-format = "sha512"
hash = "9e0bc6fe17ebbaaec9999c5f742e6e0eb50abd9eea578a76e15ed411adebe8cdf9d17224493ffdc17f16d46bad52efe10efebfb998e346997b03cb5edd144c3f"
[update]
[update.modrinth]
mod-id = "COlSi5iR"
version = "9iPiN34N"

View File

@ -0,0 +1,13 @@
name = "Fast Item Frames"
filename = "FastItemFrames-v21.1.6-1.21.1-NeoForge.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/FsoeTIV0/versions/gAkkWcSn/FastItemFrames-v21.1.6-1.21.1-NeoForge.jar"
hash-format = "sha512"
hash = "3c8a0cf3909ecf63bb6d059ee899fd6a0a326fcd1be3395447da04b4ea2dde8e991b5ae2ebf5dbe6adad8e8be1b04dde152a5ac071cf24adce1ce90608dbfb4d"
[update]
[update.modrinth]
mod-id = "FsoeTIV0"
version = "gAkkWcSn"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "09f565751e65dc26a8d6eaf23bf1ccfae81246f0998aedccb2b08e5e45a2e9ae" hash = "f79df2edf3e3d5dd1599cbb0ccf42554989c22550366c41f0ea37af5b8cc79ba"
[versions] [versions]
minecraft = "1.21.1" minecraft = "1.21.1"