add minimotd, styledplayerlist
This commit is contained in:
parent
60521459ab
commit
f819141e93
4 changed files with 38 additions and 2 deletions
10
index.toml
10
index.toml
|
|
@ -154,6 +154,11 @@ file = "mods/minihud.pw.toml"
|
||||||
hash = "e1bdd6fe057de088e1aab32b70309185bdfe6f004146067b7b14d4f83fbb207b"
|
hash = "e1bdd6fe057de088e1aab32b70309185bdfe6f004146067b7b14d4f83fbb207b"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/minimotd.pw.toml"
|
||||||
|
hash = "072589c2436b05489b0e8271d7b2bd51b8e47de9b319541025cd49d412cc6cb1"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/modmenu.pw.toml"
|
file = "mods/modmenu.pw.toml"
|
||||||
hash = "6dbca2c20d66b076bb4e8959ea0e26887991acf48f785aae402e066d5e3eb6ea"
|
hash = "6dbca2c20d66b076bb4e8959ea0e26887991acf48f785aae402e066d5e3eb6ea"
|
||||||
|
|
@ -254,6 +259,11 @@ file = "mods/spark.pw.toml"
|
||||||
hash = "c073f13897a838e3c409e46b8a1d8cb510d6a6584dd815aeadaf4886f1779513"
|
hash = "c073f13897a838e3c409e46b8a1d8cb510d6a6584dd815aeadaf4886f1779513"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/styledplayerlist.pw.toml"
|
||||||
|
hash = "39472a622a8583b847fe981f4c7608ee0768c2f30d0a11bb47fda6c0ad2a4add"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/unilib.pw.toml"
|
file = "mods/unilib.pw.toml"
|
||||||
hash = "d25e68bfaa4f0adaf716738827256d0b7d78889852fc6cef667c6c2fe4326526"
|
hash = "d25e68bfaa4f0adaf716738827256d0b7d78889852fc6cef667c6c2fe4326526"
|
||||||
|
|
|
||||||
13
mods/minimotd.pw.toml
Normal file
13
mods/minimotd.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "MiniMOTD"
|
||||||
|
filename = "minimotd-fabric-mc1.21.11-2.2.2.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/16vhQOQN/versions/KdNWldBx/minimotd-fabric-mc1.21.11-2.2.2.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "6e35c5c5cb99c3bcbc97a42c91e956a23659ec6c138868300c46a25db54ef4abc8b6e60ef0d389c4722eabcee1218aa1fb2d052f3b9cc6a66d588ba5a74234c5"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "16vhQOQN"
|
||||||
|
version = "KdNWldBx"
|
||||||
13
mods/styledplayerlist.pw.toml
Normal file
13
mods/styledplayerlist.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Styled Player List"
|
||||||
|
filename = "styledplayerlist-3.10.0+1.21.11.jar"
|
||||||
|
side = "server"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/DQIfKUHf/versions/YpJjE4zz/styledplayerlist-3.10.0%2B1.21.11.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "d971d6b9c548b1526e349de06ed66b98cc37a4d8a89d9d6d3e972b556fabf33bc3de525dfa66c4853649f0deda8f27fc496252e999ad8ddcf964bf5f6fd5514e"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "DQIfKUHf"
|
||||||
|
version = "YpJjE4zz"
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
name = "Nilla"
|
name = "Nilla"
|
||||||
author = "Ryan & Gabe (The Goats)"
|
author = "Ryan & Gabe (The Goats)"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "6e61726248d6ec4aca9fb10c914f537898a3a7f11bff5d1ef24c120b71612c0c"
|
hash = "a1a083ea7873012d2773850b001aa3558d60231e8589501ac870d4356e2cc9a8"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.18.3"
|
fabric = "0.18.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue