mirror of
https://github.com/RestedWicked/WitchCraft.git
synced 2025-07-29 23:32:22 +10:00
[ADD] Cerulean Advancements optimization mod
This commit is contained in:
parent
2d353f45ab
commit
466c117f5f
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -219,6 +219,11 @@ file = "mods/cc-tweaked.pw.toml"
|
|||
hash = "3b2852f9c365a4fa54c1b1e05d47edfcbff4637f19a010cbdb4e7f443b499e82"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cerulean-advancements.pw.toml"
|
||||
hash = "a2947350bef0483c5ea9f059fc609d0d61ea5ec61c2cebccfd2ef05e95d51178"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chat-heads.pw.toml"
|
||||
hash = "a6d21f7e29238cfb206ee2e25eb885adce0f80c8c7415cb197c3acbf34e87ab3"
|
||||
|
@ -1129,6 +1134,11 @@ file = "mods/transmog.pw.toml"
|
|||
hash = "882158c17af560d7798e85bee9b34c4665e5b2497d677574b48ef8edecd82ade"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/txnilib.pw.toml"
|
||||
hash = "bbf8f2ba1e4bba18c1f61b2f003063052f56dd9951ceae3e227b6cbf9affd29f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/unchipped.pw.toml"
|
||||
hash = "688856dd39e56f218628afed1fe3be898a0b33fbdc4aeaffbefcedf8ad92f27d"
|
||||
|
|
13
mods/cerulean-advancements.pw.toml
Normal file
13
mods/cerulean-advancements.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cerulean"
|
||||
filename = "cerulean-neoforge-1.0.0-1.21.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/dv57xmf9/versions/i5PXO3P7/cerulean-neoforge-1.0.0-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f9808b360746f691765d422b1df512c7d627ef58a1c03ad75bd12f8d847c1f506e164390090fe9fd8d5eaa14f85bb274510db63d1ce27baca4624a1dc2aa3ba7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "dv57xmf9"
|
||||
version = "i5PXO3P7"
|
13
mods/txnilib.pw.toml
Normal file
13
mods/txnilib.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "TxniLib"
|
||||
filename = "txnilib-neoforge-1.0.24-1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vBbPDuOs/versions/M1CyD3Uu/txnilib-neoforge-1.0.24-1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "656cd5746fe1b3a2cc7c516619d9f88556f37387e672bb0f362c8aecefc6f1d06705d3a84564c8779856fbbf69fee67b6038a24ffcf46f36f2c478a1aff43a57"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vBbPDuOs"
|
||||
version = "M1CyD3Uu"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "658f745b691014f5f744561aab7605d5e13ed4477864ae91dd0fcafc33f58445"
|
||||
hash = "a22457a1aff96646e28e9365479499c83405bfc30d21af87c295ab12c3b935b1"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.21.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue