mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +00:00
add ichuntil because why tf is this not a dep
This commit is contained in:
parent
f860a964cf
commit
5bf88ee064
3 changed files with 19 additions and 1 deletions
|
@ -205,6 +205,11 @@ file = "mods/here-be-no-dragons.pw.toml"
|
|||
hash = "b521cb1efedc7ce0443e6df6ea00c10beb0000c769f36812840ba83abc7aa520"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ichunutil.pw.toml"
|
||||
hash = "1b731b62c1f7be330e88d87cdc5f826443b92cdaa667a34e7e0461230ad21eaf"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/idletweaks.pw.toml"
|
||||
hash = "a7cec23842600a9111aaa80873804d892fc38fc9081a54e4747b2731ab6e002c"
|
||||
|
|
13
.minecraft/mods/ichunutil.pw.toml
Normal file
13
.minecraft/mods/ichunutil.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "iChunUtil"
|
||||
filename = "iChunUtil-1.21-Fabric-1.0.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/W6ROj0Hl/versions/2VeHCZxH/iChunUtil-1.21-Fabric-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "48091d7324ef3ce30dc6802299c22a6b3869bff2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "W6ROj0Hl"
|
||||
version = "2VeHCZxH"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "5ffeeb430ac2f8f8b6b6b9cb881c861cbaf22e2fa04952330c28c76718d839c8"
|
||||
hash = "f0193690d23d9ef9eb3de8aec533739f837cd963615378c2e58fbdc5800b8e32"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.0"
|
||||
|
|
Loading…
Reference in a new issue