mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2024-11-22 14:19:31 +00:00
add serverside admin mods
This commit is contained in:
parent
334a678474
commit
dafde652be
4 changed files with 37 additions and 1 deletions
|
@ -179,6 +179,11 @@ file = "mods/inventory-essentials.pw.toml"
|
|||
hash = "2de74b6f3ef981bcb544a8c1639f45fa2ec98f4084cc891d12649d4c388a4be1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/invview.pw.toml"
|
||||
hash = "fc6c71feb98476fa7cc0c683a52993bc751772171372fde95b0d823da0c6a2b7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "853c3c3509313aecaa5db6c01f6a94419ec0128ec7630b7bf8caf46e80dec67a"
|
||||
|
@ -189,6 +194,11 @@ file = "mods/lambdynamiclights.pw.toml"
|
|||
hash = "f573cac2ec9cd88456c545e177753791c91a38ba0a46c4ad4c87e5a7878664ea"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ledger.pw.toml"
|
||||
hash = "30c9fc70e0196eec7e24d60fde58a2002e534dc1a668c51697b205cb3eb98dd6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lithium.pw.toml"
|
||||
hash = "be8427f766253fce639d6e3e351b726a9b98e6ebc3ed4bec2023ea352bda0ae8"
|
||||
|
|
13
.minecraft/mods/invview.pw.toml
Normal file
13
.minecraft/mods/invview.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Inv View"
|
||||
filename = "InvView-1.4.10-1.19.3+.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jrDKjZP7/versions/rv8bhw5X/InvView-1.4.10-1.19.3%2B.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "99dd21d6aab9c65d9b1135bce9c912e6bfd48feb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jrDKjZP7"
|
||||
version = "rv8bhw5X"
|
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.7.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LVN9ygNV/versions/DrNDLlGK/ledger-1.2.7.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "c9bd99a03e004a06d8f98b93f9207d456aed41a6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LVN9ygNV"
|
||||
version = "DrNDLlGK"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "da0e0f5a97639f0a176aadc8b47cda4ddbb09cc727d7213f615d231761918c67"
|
||||
hash = "4d31ffb60c9a0a865356d61fa673c4ef57cd2109172eab771ae04ec38afc4865"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.19"
|
||||
|
|
Loading…
Reference in a new issue