adding chunkloader uwu

This commit is contained in:
tonitch 2025-03-11 10:24:27 +01:00
parent a779f1739b
commit 15200c3e59
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
5 changed files with 55 additions and 1 deletions

View File

@ -18233,6 +18233,11 @@ file = "mods/chimes.pw.toml"
hash = "83eeb853e25dbc170868cb1c4d7893512f4e755eec073c77dde260963a8ed7cd" hash = "83eeb853e25dbc170868cb1c4d7893512f4e755eec073c77dde260963a8ed7cd"
metafile = true metafile = true
[[files]]
file = "mods/chunk-loaders.pw.toml"
hash = "2dc0fc8ef1aed704c55e0ff03914376b65b03b24d1592ea0db3b07e1f48ed0bb"
metafile = true
[[files]] [[files]]
file = "mods/chunky-pregenerator.pw.toml" file = "mods/chunky-pregenerator.pw.toml"
hash = "8f3e01ad47042d186087576cd17e91f78576295e7ca16fb885550910cb97caa4" hash = "8f3e01ad47042d186087576cd17e91f78576295e7ca16fb885550910cb97caa4"
@ -18873,6 +18878,16 @@ file = "mods/storagedrawers.pw.toml"
hash = "5d8ac00b4b361810f9b79e21b2d250c4302f8949a93ae06fe7c87d7011c04147" hash = "5d8ac00b4b361810f9b79e21b2d250c4302f8949a93ae06fe7c87d7011c04147"
metafile = true metafile = true
[[files]]
file = "mods/supermartijn642s-config-lib.pw.toml"
hash = "caa507edc23c21df56cda8b40d30d74eaa999b19bf2fe4e2b53cf9a256e1ac76"
metafile = true
[[files]]
file = "mods/supermartijn642s-core-lib.pw.toml"
hash = "6fba63f2152b6e51365f55d4a689f61053a4aa8b785e904715aef3d595a9fcb8"
metafile = true
[[files]] [[files]]
file = "mods/table-top-craft.pw.toml" file = "mods/table-top-craft.pw.toml"
hash = "8685b5cb3423d9c3cc324ff1c6f5427287f6a9779787a8a822104e6377126297" hash = "8685b5cb3423d9c3cc324ff1c6f5427287f6a9779787a8a822104e6377126297"

View File

@ -0,0 +1,13 @@
name = "Chunk Loaders"
filename = "chunkloaders-1.2.8a-fabric-mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/t1VgucWo/versions/rLIi25kQ/chunkloaders-1.2.8a-fabric-mc1.20.1.jar"
hash-format = "sha512"
hash = "b8479745bbc31ab883dc45609109d33e0d3fcfb5401460232fb69c36a1bd7a96dd1e2935e0d63dabeb85cd34a546fe6c90dbc8b3dc602e6c71a7bc0b6ef02f73"
[update]
[update.modrinth]
mod-id = "t1VgucWo"
version = "rLIi25kQ"

View File

@ -0,0 +1,13 @@
name = "SuperMartijn642's Config Lib"
filename = "supermartijn642configlib-1.1.8a-fabric-mc1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LN9BxssP/versions/Ur02nrUT/supermartijn642configlib-1.1.8a-fabric-mc1.20.jar"
hash-format = "sha512"
hash = "bccd2d3e55a70c7d4c1aedaa9e85d6d0039e982ebdab40bc2aeba4b27a5112859f7a05c342c3c9575ff5d8ced769d1feffb104ecdd4d19cac8afba9ea2017c52"
[update]
[update.modrinth]
mod-id = "LN9BxssP"
version = "Ur02nrUT"

View File

@ -0,0 +1,13 @@
name = "SuperMartijn642's Core Lib"
filename = "supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/rOUBggPv/versions/T4PXaNJw/supermartijn642corelib-1.1.18a-fabric-mc1.20.1.jar"
hash-format = "sha512"
hash = "6d4fcc83d573e01c4d780d2753e2bfd46031757653d2a4b20d4270fa0359debeaff0c585deca1631903110e3bc4d63e383ff5bfed6218d69af1896c80a65beaa"
[update]
[update.modrinth]
mod-id = "rOUBggPv"
version = "T4PXaNJw"

View File

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "76765bb5a4856322109b3ccc653cf06e204ba55b63975d291cc144ad0957a973" hash = "edec61d585cae4c2e6c7ef642542ed1b13b21569fa5123cdbe3fd468999187cd"
[versions] [versions]
fabric = "0.16.9" fabric = "0.16.9"