1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-19 12:53:19 +02:00

feat: chunk loaders

This commit is contained in:
Jozef Steinhübl 2024-07-01 22:40:56 +02:00
parent 352fb1ab3c
commit 0371278b40
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
3 changed files with 19 additions and 1 deletions

View file

@ -250,6 +250,11 @@ file = "mods/cherished-worlds.pw.toml"
hash = "e831528e2efb10f189ff2601bf5b7ee3e1ac138554a661878458bd2931377358" hash = "e831528e2efb10f189ff2601bf5b7ee3e1ac138554a661878458bd2931377358"
metafile = true metafile = true
[[files]]
file = "mods/chunk-loaders.pw.toml"
hash = "d1d6ff2b3749a159e309433d774a85b485a1d72931363cd181192bfb95b85c44"
metafile = true
[[files]] [[files]]
file = "mods/citadel.pw.toml" file = "mods/citadel.pw.toml"
hash = "e06b4f6a4a5fa7982439f57ca5015b616c606789d9deef0ddb78838b85306fed" hash = "e06b4f6a4a5fa7982439f57ca5015b616c606789d9deef0ddb78838b85306fed"

View file

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

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 = "d9714a7fde76207e62d129ec69ef900a6df7e5734359999924ba0b474db9bbef" hash = "0d5c0bf97ec22e3b2c076343caee859b73f8e89166f7c7ace123030b55988151"
[versions] [versions]
forge = "47.2.17" forge = "47.2.17"