diff --git a/README.md b/README.md
index 99852f9..80ce84c 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@
* **[Create: Copycats+](https://modrinth.com/mod/copycats)** - All the copycats you've ever wanted, combined into a single mod!
* **[Cosmetic Armor](https://modrinth.com/mod/cosmetic-armor)** - Adds 4 Curios/Trinkets slots for visual armor overrides.
* **[CraterLib](https://modrinth.com/mod/craterlib)** - Library mod for HypherionSA and First Dark Development mods
- * **[Create Cobblestone Mixers](https://modrinth.com/mod/create-cobblestone-mixers)** - Adds a block-breaking free way of generating cobblestone for all your Create Mod needs...
+ * **[Create Cobblestone Mixers](https://modrinth.com/mod/create-cobblestone-mixers)** - Adds a block-breaking free way of generating cobblestone for all your Create Mod needs...
* **[Create Contraption Terminals](https://modrinth.com/mod/create-contraption-terminals)** - Allows Tom's Simple Storage Terminals to work on Create contraptions.
* **[Create Deco](https://modrinth.com/mod/create-deco)** - Industrial decoration themed around the aesthetics of the Create mod.
* **[Create: Dreams & Desires](https://modrinth.com/mod/create-dreams-and-desires)** - A mod that adds random stuff & that may try to fit within creates theme!
@@ -213,7 +213,6 @@ ME system from ComputerCraft computers.
* **[Shifty Hotbar](https://modrinth.com/mod/shifty-hotbar)** - A utility mod that implements the hotbar shifting ability, inspired by Stardew Valley.
* **[Shulker Box Tooltip](https://modrinth.com/mod/shulkerboxtooltip)** - View the contents of shulker boxes from your inventory
* **[Shut Up GL Error](https://modrinth.com/mod/shut-up-gl-error)** - Fixes invalid keycodes logging obnoxious and constant messages
- * **[Simple Tag Viewer](https://modrinth.com/mod/simple-tag-viewer)** - A tooltip tag viewer for Fabric.
* **[Size Shifting Potions](https://modrinth.com/mod/sizeshiftingpotions)** - Adds potions to change your size!
* **[Smaller Nether Portals](https://modrinth.com/mod/smaller-nether-portals)** - 🔮 Allows the creation of smaller nether portals, specifically 1x2, 1x3 and 2x2.
* **[Smoke Suppression](https://modrinth.com/mod/smoke-suppression)** - Client mod to suppress campfire smoke when certain blocks are below campfires.
diff --git a/index.toml b/index.toml
index 130100b..9be43fc 100644
--- a/index.toml
+++ b/index.toml
@@ -969,11 +969,6 @@ file = "mods/quad.pw.toml"
hash = "c28e46ebde8d97c6ac5f222f599601036dfb9db434369ae63159b365f5602bbe"
metafile = true
-[[files]]
-file = "mods/rain-world-threat-music.pw.toml"
-hash = "d79444e5e39c586abce4e5dbf48056519b2dedcac2166309e6868adcd5f2b3a6"
-metafile = true
-
[[files]]
file = "mods/rbip.pw.toml"
hash = "319a3eb063346af512ee2edb4df842e61e6638012bc5117b2d1fcec49b763ac9"
@@ -1069,11 +1064,6 @@ file = "mods/shut-up-gl-error.pw.toml"
hash = "20b3e6e3ecbb6ea0f2fd31f166a3cef23c0124f376c25fdc6613b3f674347ff3"
metafile = true
-[[files]]
-file = "mods/simple-tag-viewer.pw.toml"
-hash = "3c2ced7de82deef49baab853b14f18d2d594f912342d509c4d1c6c294c2263e6"
-metafile = true
-
[[files]]
file = "mods/sizeshiftingpotions.pw.toml"
hash = "dbb525b053c8b0c322931190e26a4480ada341391873d33365617b52505aa1a0"
diff --git a/make-list.py b/make-list.py
index 0d962fc..5c2ad2d 100644
--- a/make-list.py
+++ b/make-list.py
@@ -68,6 +68,10 @@ with open("README.md", "w") as fp:
fp.write("# Mods list\n")
for modname in sorted(modinfo["mods"].keys()):
info = modinfo["mods"][modname]
- fp.write(" * ")
- fp.write(f'')
- fp.write(f" **[{info['name']}]({info['link']})** - {info['description']}\n")
+ try:
+ fp.write(" * ")
+ fp.write(f'')
+ fp.write(f" **[{info['name']}]({info['link']})** - {info['description']}\n")
+ except Exception as e:
+ print(f"Err: {e!r} for {modname = }")
+ raise
diff --git a/modinfo.toml b/modinfo.toml
index a78ceb6..1d18dbe 100644
--- a/modinfo.toml
+++ b/modinfo.toml
@@ -482,6 +482,7 @@ icon = "https://cdn.modrinth.com/data/jCBrrLTs/icon.png"
name = "Create Cobblestone Mixers"
description = "Adds a block-breaking free way of generating cobblestone for all your Create Mod needs..."
link = "https://modrinth.com/mod/create-cobblestone-mixers"
+icon = ""
[mods.chunk-loaders]
name = "Chunk Loaders"
@@ -1039,6 +1040,7 @@ name = "Threat Music Mod"
description = "Adds the threat music system from the game Rain World"
link = "https://modrinth.com/mod/rain-world-threat-music"
icon = "https://cdn.modrinth.com/data/Tr2TO6CX/9d0ad59937f0ec13458fcbf3f45c5d4165d34cf2.png"
+removed = true
[mods.create-garnished]
name = "Create: Garnished"
@@ -1322,11 +1324,6 @@ description = "Adds more frog variants to minecraft."
link = "https://modrinth.com/mod/morefrogs"
icon = "https://cdn.modrinth.com/data/iBGoeZ40/eb387a144ebe5b1983547753c86bf25cb5185a48.gif"
-[mods.simple-tag-viewer]
-name = "Simple Tag Viewer"
-description = "A tooltip tag viewer for Fabric."
-link = "https://modrinth.com/mod/simple-tag-viewer"
-
[mods.badpackets]
name = "bad packets"
description = "Bad Packets allows packet messaging between different modding platforms."
diff --git a/mods/rain-world-threat-music.pw.toml b/mods/rain-world-threat-music.pw.toml
deleted file mode 100644
index 3d54e1c..0000000
--- a/mods/rain-world-threat-music.pw.toml
+++ /dev/null
@@ -1,17 +0,0 @@
-name = "Threat Music Mod"
-filename = "threatmusicmod-1.0.0.jar"
-side = "client"
-
-[download]
-url = "https://cdn.modrinth.com/data/Tr2TO6CX/versions/d42mtbuy/threatmusicmod-1.0.0.jar"
-hash-format = "sha1"
-hash = "0e7bd6896e526e80f7e070118ce660735f4ccfc5"
-
-[update]
-[update.modrinth]
-mod-id = "Tr2TO6CX"
-version = "d42mtbuy"
-
-[option]
-optional = true
-description = "Threat music system like in Rain World"
diff --git a/mods/simple-tag-viewer.pw.toml b/mods/simple-tag-viewer.pw.toml
deleted file mode 100644
index 325f553..0000000
--- a/mods/simple-tag-viewer.pw.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-name = "Simple Tag Viewer"
-filename = "lura-tagview-2001.0.0.jar"
-side = "client"
-
-[download]
-url = "https://cdn.modrinth.com/data/LrYFqyVY/versions/rRxdXief/lura-tagview-2001.0.0.jar"
-hash-format = "sha1"
-hash = "511e463d6e1a7642243e2f6479060553b9b24cff"
-
-[option]
-optional = true
-default = false
-description = "Shows list of item tags"
-
-[update]
-[update.modrinth]
-mod-id = "LrYFqyVY"
-version = "rRxdXief"
diff --git a/pack.toml b/pack.toml
index 1b3252d..5ad83a6 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 = "d8539132304b2e1556a797cd15dae439091fc8ebf4e6d3e945ed8aa8072b3760"
+hash = "29b1536a7d4601855bdbb90c005047ec1909d309d542d3ad3c1065ddd221a9ce"
[versions]
fabric = "0.15.11"