diff --git a/README.md b/README.md
index b55e9a7..0f43c46 100644
--- a/README.md
+++ b/README.md
@@ -193,6 +193,7 @@ Libraries and APIs for other mods
## Devtools
Creative-mode and other useful stuff to make management easier
* [O][CO] **[Better Command Block UI](https://modrinth.com/mod/bettercommandblockui)** - Provides a more usable Command Block UI
+ * [SO] **[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
* [O][CO] **[NBT Autocomplete](https://modrinth.com/mod/nbt-autocomplete)** - Adds suggestions for NBT tags in commands
* [O][CO] **[NBT Editor](https://modrinth.com/mod/nbt-editor)** - Edit items, blocks, and entities in-game.
## Technology
diff --git a/index.toml b/index.toml
index 913f059..a0db014 100644
--- a/index.toml
+++ b/index.toml
@@ -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"
diff --git a/modinfo.toml b/modinfo.toml
index 6b355bc..62d6a86 100644
--- a/modinfo.toml
+++ b/modinfo.toml
@@ -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"
diff --git a/mods/invview.pw.toml b/mods/invview.pw.toml
new file mode 100644
index 0000000..d042bed
--- /dev/null
+++ b/mods/invview.pw.toml
@@ -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"
diff --git a/pack.toml b/pack.toml
index 31c30fc..0b7ca39 100644
--- a/pack.toml
+++ b/pack.toml
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
-hash = "86ae8d8bf9045d832375b63aa5d783c445fdc2691029eecd3dff45c115a29916"
+hash = "cba61c8315717ac406808758b92a424e04daed57bf66b8c0ba8d129aae69eb0e"
[versions]
fabric = "0.16.2"