mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-12 19:18:06 +01:00
feat: chunk loaders
This commit is contained in:
parent
352fb1ab3c
commit
0371278b40
3 changed files with 19 additions and 1 deletions
|
@ -250,6 +250,11 @@ file = "mods/cherished-worlds.pw.toml"
|
|||
hash = "e831528e2efb10f189ff2601bf5b7ee3e1ac138554a661878458bd2931377358"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunk-loaders.pw.toml"
|
||||
hash = "d1d6ff2b3749a159e309433d774a85b485a1d72931363cd181192bfb95b85c44"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/citadel.pw.toml"
|
||||
hash = "e06b4f6a4a5fa7982439f57ca5015b616c606789d9deef0ddb78838b85306fed"
|
||||
|
|
13
packwiz/1.20.1/mods/chunk-loaders.pw.toml
Normal file
13
packwiz/1.20.1/mods/chunk-loaders.pw.toml
Normal 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"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "d9714a7fde76207e62d129ec69ef900a6df7e5734359999924ba0b474db9bbef"
|
||||
hash = "0d5c0bf97ec22e3b2c076343caee859b73f8e89166f7c7ace123030b55988151"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.17"
|
||||
|
|
Loading…
Reference in a new issue