This commit is contained in:
parent
2c594adeb3
commit
f38253680c
3 changed files with 19 additions and 1 deletions
|
@ -167,6 +167,11 @@ file = "mods/default-files.pw.toml"
|
||||||
hash = "55078861f033521e0b31923e0ed415f44a48600718e806b0aeaac4bd3df6733c"
|
hash = "55078861f033521e0b31923e0ed415f44a48600718e806b0aeaac4bd3df6733c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/discord-statusbot.pw.toml"
|
||||||
|
hash = "25b71ab9766a7c2d85add82599e0d9d1617005d927c510578d0284ccebf71c0e"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/emi.pw.toml"
|
file = "mods/emi.pw.toml"
|
||||||
hash = "f98bb58144f3b207bc5ebc99d898e1c2557924e27f403e670f491f5ec7d72863"
|
hash = "f98bb58144f3b207bc5ebc99d898e1c2557924e27f403e670f491f5ec7d72863"
|
||||||
|
|
13
.minecraft/mods/discord-statusbot.pw.toml
Normal file
13
.minecraft/mods/discord-statusbot.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Discord Statusbot"
|
||||||
|
filename = "Statusbot-18.1-NeoForge-1.20.2+.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/G9ZpI0bU/versions/DZYCAv2y/Statusbot-18.1-NeoForge-1.20.2%2B.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "22c54fce0def6e10e83178eb8a9fa0d25c329287d96b44d971a7258d80ae2914a073a7ad22bfab4293b6e8433ab6f72b5e2e4674a92a218144fc3b58a26b7caa"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "G9ZpI0bU"
|
||||||
|
version = "DZYCAv2y"
|
|
@ -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 = "8091a3d250ab6fa7e3c230a436e61958c18b13ee2d51454552f624855eafd9b5"
|
hash = "f433f8572017c2318912ba0b35726989fccbc60a2a51c5d5a9303c12613f8272"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|
Loading…
Reference in a new issue