Added InvView
This commit is contained in:
parent
271f8df21c
commit
51e6c1a009
|
@ -193,6 +193,7 @@ Libraries and APIs for other mods
|
|||
## Devtools
|
||||
Creative-mode and other useful stuff to make management easier
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/8iQcgjQ2/icon.png">[<abbr title="optional">O</abbr>][<abbr title="side:client">CO</abbr>] **[Better Command Block UI](https://modrinth.com/mod/bettercommandblockui)** - Provides a more usable Command Block UI
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/jrDKjZP7/icon.png">[<abbr title="side:server">SO</abbr>] **[Inv View](https://modrinth.com/mod/invview)** - Allows you to open and manipulate the inventories and ender chests of online and offline players. Server Side
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/UR0ocuEt/3114a4cea537fed3e2d86156b555a5b3d7bdd5ca.png">[<abbr title="optional">O</abbr>][<abbr title="side:client">CO</abbr>] **[NBT Autocomplete](https://modrinth.com/mod/nbt-autocomplete)** - Adds suggestions for NBT tags in commands
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/5Osk0m1G/icon.png">[<abbr title="optional">O</abbr>][<abbr title="side:client">CO</abbr>] **[NBT Editor](https://modrinth.com/mod/nbt-editor)** - Edit items, blocks, and entities in-game.
|
||||
## Technology
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "75e1d665247fd4fa947713987ca6a56fdea3bf8590251efdb5b58acb94495991"
|
||||
hash = "bdaee84ebd7978172dc8a9b37f639be350fc59266421b32580e059d7dff75b3e"
|
||||
|
||||
[[files]]
|
||||
file = "make-list.py"
|
||||
|
@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
|
|||
|
||||
[[files]]
|
||||
file = "modinfo.toml"
|
||||
hash = "0a5b842681e878568a713d1a7915377e366e002b8fefc40d1e6e429117932122"
|
||||
hash = "1adeb560e513be564a808541c3ebe2c8d05b23b9022f28b97db5dd608c09e5ff"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
@ -687,6 +687,11 @@ file = "mods/inventory-management.pw.toml"
|
|||
hash = "e181bb57004fede8c736e9183d8645e7db17d965669590575b3cbbc1050075ef"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/invview.pw.toml"
|
||||
hash = "12002f9fb5e4e0e5639efd9dfb3e41765d606957b1f8f1be6f4a989bb176d812"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
hash = "aac37788ac1acd537a8b5b32fc2489cddf8034f196f7f38c0755837764b4f01d"
|
||||
|
|
|
@ -2664,3 +2664,12 @@ side = "both"
|
|||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/7vxePowz/26e8448993e9bda4dba92b6e7a1a13d9c4333138.png"
|
||||
category = "food"
|
||||
|
||||
[mods.invview]
|
||||
name = "Inv View"
|
||||
description = "Allows you to open and manipulate the inventories and ender chests of online and offline players. Server Side"
|
||||
link = "https://modrinth.com/mod/invview"
|
||||
side = "server"
|
||||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/jrDKjZP7/icon.png"
|
||||
category = "devtools"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "Inv View"
|
||||
filename = "InvView-1.4.12-1.20+.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jrDKjZP7/versions/mQnjqDOd/InvView-1.4.12-1.20%2B.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "f6775526021843c16dc7847bbf0b8dbcca434454"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jrDKjZP7"
|
||||
version = "mQnjqDOd"
|
Loading…
Reference in New Issue