forked from hkc/vanilla-extended
Marked optional mods as.. optional
This commit is contained in:
parent
610a00193d
commit
adf2f8af4d
|
@ -45,9 +45,9 @@ Makes gameplay more immersive
|
|||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/rcTfTZr3/icon.png">[<abbr title="side:client">CO</abbr>] **[Presence Footsteps](https://modrinth.com/mod/presence-footsteps)** - ..An Overly complicated Sound Mod...
|
||||
## Extra mods
|
||||
Extra mods that weren't present in the original modpack, but are quite fitting overall (excluding optimization and core mods)
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/Wb5oqrBJ/icon.png">[<abbr title="side:client">CO</abbr>] **[Chat Heads](https://modrinth.com/mod/chat-heads)** - See who you're chatting with!
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/Wb5oqrBJ/icon.png">[<abbr title="optional">O</abbr>][<abbr title="side:client">CO</abbr>] **[Chat Heads](https://modrinth.com/mod/chat-heads)** - See who you're chatting with!
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/LQ3K71Q1/icon.png">[<abbr title="side:client">CO</abbr>] **[Dynamic FPS](https://modrinth.com/mod/dynamic-fps)** - Reduce resource usage while Minecraft is in the background or idle.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/QdG47OkI/5a8203e120985d11616614e11ad7b888997000d8.png">[<abbr title="side:client">CO</abbr>] **[Model Gap Fix](https://modrinth.com/mod/modelfix)** - Fixes gaps in Block Models and Item Models
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/qQyHxfxd/icon.png">[<abbr title="side:both">CS</abbr>] **[No Chat Reports](https://modrinth.com/mod/no-chat-reports)** - Makes chat unreportable (where possible)
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/qQyHxfxd/icon.png">[<abbr title="optional">O</abbr>][<abbr title="side:both">CS</abbr>] **[No Chat Reports](https://modrinth.com/mod/no-chat-reports)** - Makes chat unreportable (where possible)
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/Nv2fQJo5/icon.png">[<abbr title="optional">O</abbr>][<abbr title="side:client">CO</abbr>] **[ReplayMod](https://modrinth.com/mod/replaymod)** - A Minecraft Mod to record, relive and share your experience.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/w7ThoJFB/25d48c335340c12566044c8f35df5102e72dc06c.png">[<abbr title="side:client">CO</abbr>] **[Zoomify](https://modrinth.com/mod/zoomify)** - A zoom mod with infinite customizability.
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/w7ThoJFB/25d48c335340c12566044c8f35df5102e72dc06c.png">[<abbr title="optional">O</abbr>][<abbr title="side:client">CO</abbr>] **[Zoomify](https://modrinth.com/mod/zoomify)** - A zoom mod with infinite customizability.
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "623d336ee77c8efd13043de4836735da8e93cd7dba3e55f2a19beb237382e26b"
|
||||
hash = "903eed660a8a03ff5e202b3292d1b7293f8af0b2c87d1a6121d7a84d8622713b"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
|
|
@ -239,7 +239,7 @@ name = "Zoomify"
|
|||
description = "A zoom mod with infinite customizability."
|
||||
link = "https://modrinth.com/mod/zoomify"
|
||||
side = "client"
|
||||
optional = false
|
||||
optional = true
|
||||
icon = "https://cdn.modrinth.com/data/w7ThoJFB/25d48c335340c12566044c8f35df5102e72dc06c.png"
|
||||
category = "extras"
|
||||
|
||||
|
@ -248,7 +248,7 @@ name = "No Chat Reports"
|
|||
description = "Makes chat unreportable (where possible)"
|
||||
link = "https://modrinth.com/mod/no-chat-reports"
|
||||
side = "both"
|
||||
optional = false
|
||||
optional = true
|
||||
icon = "https://cdn.modrinth.com/data/qQyHxfxd/icon.png"
|
||||
category = "extras"
|
||||
|
||||
|
@ -257,7 +257,7 @@ name = "Chat Heads"
|
|||
description = "See who you're chatting with!"
|
||||
link = "https://modrinth.com/mod/chat-heads"
|
||||
side = "client"
|
||||
optional = false
|
||||
optional = true
|
||||
icon = "https://cdn.modrinth.com/data/Wb5oqrBJ/icon.png"
|
||||
category = "extras"
|
||||
|
||||
|
|
Loading…
Reference in New Issue