diff --git a/README.md b/README.md index 416df41..5bb0d83 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,8 @@ Visual tweaks to make it look a bit prettier * [CO] **[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 + * [CS] **[Heracles](https://modrinth.com/mod/heracles)** - A tree-style questing mod, allowing pack makers to make and include completable quests for their players + * [CO] **[Heracles Button](https://modrinth.com/mod/heracles-button)** - Access your Quests from your Inventory * [O][CO] **[Mod Loading Screen](https://modrinth.com/mod/mod-loading-screen)** - An advanced loading screen with the loading progress of mods * [O][CO] **[ReplayMod](https://modrinth.com/mod/replaymod)** - A Minecraft Mod to record, relive and share your experience. ## Better structures and dimensions diff --git a/index.toml b/index.toml index 1d759e2..7c52e9d 100644 --- a/index.toml +++ b/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" diff --git a/modinfo.toml b/modinfo.toml index fa53dcc..5d5ac7e 100644 --- a/modinfo.toml +++ b/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" diff --git a/mods/heracles-button.pw.toml b/mods/heracles-button.pw.toml new file mode 100644 index 0000000..e55e6fa --- /dev/null +++ b/mods/heracles-button.pw.toml @@ -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" diff --git a/mods/heracles.pw.toml b/mods/heracles.pw.toml new file mode 100644 index 0000000..4f507bf --- /dev/null +++ b/mods/heracles.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index d781634..3a654b3 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 = "6d043379e7443df9583e60b8c4aef1ea0b8d4361a60d59cfa00bd4c7068f2d0c" +hash = "8e30f510e93dc7922b0f2e6b8cb50bf0f564697e3076802ba4da553bbaf16696" [versions] fabric = "0.15.11"