add admin utilities
This commit is contained in:
parent
548c22afa8
commit
f82ea7b97e
4 changed files with 37 additions and 1 deletions
|
@ -318,6 +318,11 @@ file = "mods/lazydfu.pw.toml"
|
|||
hash = "b4ca05b39b85c27cd97ccb65d5fb832f5e9fd7ee5710542a3e69dfa30a97ea7d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ledger.pw.toml"
|
||||
hash = "cbd6b97dfc49090b18480f43eeef4401144006ed406110f32fb1126d47a21f11"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/legendary-tooltips.pw.toml"
|
||||
hash = "e4958dc5dc67d3595710ee4b644edd1bed50eecf2fd990949487d47999e40729"
|
||||
|
@ -513,6 +518,11 @@ file = "mods/unlimitedperipheralworks.pw.toml"
|
|||
hash = "803e70b08ac0dd691a0252b8a89413f05a1c9b76cb66b6726824746a9a3e8761"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vanish.pw.toml"
|
||||
hash = "5db41327f83479b50f4952a0e2c561a31f43ad3932e605a13a6960ece40558d9"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/worldedit-items.pw.toml"
|
||||
hash = "57122c2979ed5e0a35c4a20ac72f466102ed6cfe62aacd414b3a8c5ae6d9a848"
|
||||
|
|
13
.minecraft/mods/ledger.pw.toml
Normal file
13
.minecraft/mods/ledger.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Ledger"
|
||||
filename = "ledger-1.2.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/1.2.5/ledger-1.2.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "22b7846c9485c0778799978b1e5b77da1763571a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LVN9ygNV"
|
||||
version = "KwzHK3mh"
|
13
.minecraft/mods/vanish.pw.toml
Normal file
13
.minecraft/mods/vanish.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Vanish"
|
||||
filename = "vanish-1.3.2.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/UL4bJFDY/versions/zr3pJkB2/vanish-1.3.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1803304be803d0c2bd1333f4c8e1af4265a6a8ee"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "UL4bJFDY"
|
||||
version = "zr3pJkB2"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "885a5921af692964fbcbe03f05e3144c42428810ae08f6b979dc5211c0f3efa2"
|
||||
hash = "d33671c603eace6bbedf06c78a80252dfbb813ffee0f98db7fedc571e81b8d07"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.19"
|
||||
|
|
Loading…
Reference in a new issue