Added Heracles for quests
This commit is contained in:
parent
a471f456de
commit
8d3affe8e4
|
@ -292,6 +292,8 @@ Visual tweaks to make it look a bit prettier
|
|||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/CcxcmoLQ/a9d58591f825cdd6d0d9e0244c5bbd46740c3450.jpg">[<abbr title="side:client">CO</abbr>] **[Who am I?](https://modrinth.com/mod/whoami)** - Shows your player nametag in the Inventory and third person view!
|
||||
## Other
|
||||
Can't think of a category to put them in
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/lo90fZoB/81b2b095d5570e29f29604c6c5c69eaf9f4033bc.png">[<abbr title="side:both">CS</abbr>] **[Heracles](https://modrinth.com/mod/heracles)** - A tree-style questing mod, allowing pack makers to make and include completable quests for their players
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/HibJK04a/2d39264de2cf4177f0c7fb52c0e2a1288015a6c5.png">[<abbr title="side:client">CO</abbr>] **[Heracles Button](https://modrinth.com/mod/heracles-button)** - Access your Quests from your Inventory
|
||||
* <img width="32" height="32" src="https://cdn.modrinth.com/data/xAGJ6rQS/132172afa2889c05106ef61cfc2bad3a06d4ce13.png">[<abbr title="optional">O</abbr>][<abbr title="side:client">CO</abbr>] **[Mod Loading Screen](https://modrinth.com/mod/mod-loading-screen)** - An advanced loading screen with the loading progress of mods
|
||||
* <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.
|
||||
## Better structures and dimensions
|
||||
|
|
14
index.toml
14
index.toml
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = "README.md"
|
||||
hash = "8616fab1e3362d916cc7fd14dd92e0e09c9f7f6ffe00881615e21397f2e012dd"
|
||||
hash = "1c80dc68f1df11a5b26680057cbceed72c801926a06ed916306bf0bf4262e9a6"
|
||||
|
||||
[[files]]
|
||||
file = "make-list.py"
|
||||
|
@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92"
|
|||
|
||||
[[files]]
|
||||
file = "modinfo.toml"
|
||||
hash = "9d8f0ebb5579915039a05d545e7a41408f400ca0ef5b7403d8e7223f660d5995"
|
||||
hash = "57c8ceb572d7bc7af30f91c82ba46bd2fdee164fd3f087827cec93070835b472"
|
||||
|
||||
[[files]]
|
||||
file = "mods/3dskinlayers.pw.toml"
|
||||
|
@ -627,6 +627,16 @@ file = "mods/held-item-info.pw.toml"
|
|||
hash = "c24e05bc69b5e571da13b6f854c89ea093deab2b74b1bd3e8f17113a2f01c07e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/heracles-button.pw.toml"
|
||||
hash = "779dbf8ddda0f5f81d6c8bb225ace13ef56f84c5853de79a290db919d9aa0aa7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/heracles.pw.toml"
|
||||
hash = "b9012cd40181be144e60d904d6f387443fea89b4b334515e902e8b00c5e588d6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/horse-expert.pw.toml"
|
||||
hash = "12f236d2a2baa1e1f75628a5cc20eae9caf207861fe957dfdf8907dcca50b1d6"
|
||||
|
|
18
modinfo.toml
18
modinfo.toml
|
@ -2598,3 +2598,21 @@ side = "server"
|
|||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/VNheL3Wc/8a470d28166d3aa45430aa8fb4026d04915d2acc.png"
|
||||
category = "qol"
|
||||
|
||||
[mods.heracles-button]
|
||||
name = "Heracles Button"
|
||||
description = "Access your Quests from your Inventory"
|
||||
link = "https://modrinth.com/mod/heracles-button"
|
||||
side = "client"
|
||||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/HibJK04a/2d39264de2cf4177f0c7fb52c0e2a1288015a6c5.png"
|
||||
category = "other"
|
||||
|
||||
[mods.heracles]
|
||||
name = "Heracles"
|
||||
description = "A tree-style questing mod, allowing pack makers to make and include completable quests for their players"
|
||||
link = "https://modrinth.com/mod/heracles"
|
||||
side = "both"
|
||||
optional = false
|
||||
icon = "https://cdn.modrinth.com/data/lo90fZoB/81b2b095d5570e29f29604c6c5c69eaf9f4033bc.png"
|
||||
category = "other"
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "Heracles Button"
|
||||
filename = "heraclesbutton-1.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/HibJK04a/versions/9fHNJX8w/heraclesbutton-1.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cd73cbdb3cc9ec34165665002fed90293d79a71e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "HibJK04a"
|
||||
version = "9fHNJX8w"
|
|
@ -0,0 +1,13 @@
|
|||
name = "Heracles"
|
||||
filename = "Heracles-fabric-1.20.1-1.1.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lo90fZoB/versions/Iw91uuFK/Heracles-fabric-1.20.1-1.1.13.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "9a9213acbbe2d10ed12087978653253f0a4754c6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lo90fZoB"
|
||||
version = "Iw91uuFK"
|
Loading…
Reference in New Issue