-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96f051f
commit 9f9e543
Showing
13 changed files
with
214 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"dependencies": [], | ||
"tasks": { | ||
"Ok!": { | ||
"type": "heracles:check" | ||
} | ||
}, | ||
"rewards": { | ||
"10": { | ||
"xptype": "LEVEL", | ||
"amount": 5, | ||
"type": "heracles:xp" | ||
} | ||
}, | ||
"display": { | ||
"subtitle": { | ||
"text": "" | ||
}, | ||
"description": [ | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"**Welcome To the Server!**", | ||
"", | ||
"This book will guide you through various aspects and progressions in this modpack.", | ||
"", | ||
"Some of these quests may give you loot to aid your progress along the way :)", | ||
"", | ||
"Every quest will have tasks, which you can see why clicking on the /5/Tasks/5/ tab on the left.", | ||
"", | ||
"Similarly, you will get to see the rewards on it's own tab." | ||
], | ||
"groups": { | ||
"Main": { | ||
"position": [ | ||
-106, | ||
-5 | ||
] | ||
} | ||
}, | ||
"icon": { | ||
"item": { | ||
"id": "heracles:quest_book", | ||
"count": 1 | ||
}, | ||
"type": "heracles:item" | ||
}, | ||
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png", | ||
"title": { | ||
"translate": "hello" | ||
} | ||
}, | ||
"settings": { | ||
"showDependencyArrow": true, | ||
"repeatable": false, | ||
"autoClaimRewards": false, | ||
"individual_progress": false, | ||
"hidden": "LOCKED", | ||
"unlockNotification": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"dependencies": [ | ||
"hello" | ||
], | ||
"tasks": { | ||
"ack": { | ||
"title": "I set it!", | ||
"type": "heracles:check" | ||
} | ||
}, | ||
"rewards": { | ||
"ok": { | ||
"xptype": "LEVEL", | ||
"amount": 5, | ||
"type": "heracles:xp" | ||
} | ||
}, | ||
"display": { | ||
"subtitle": { | ||
"translate": "Set your pronouns with..." | ||
}, | ||
"description": [ | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"Set your pronouns be viewable in the chat with", | ||
"", | ||
"/1//pronouns set <your pronouns>/1/", | ||
"", | ||
"this way others will be able to see them in chat :)" | ||
], | ||
"groups": { | ||
"Main": { | ||
"position": [ | ||
-258, | ||
-6 | ||
] | ||
} | ||
}, | ||
"icon": { | ||
"item": { | ||
"id": "minecraft:writable_book", | ||
"count": 1 | ||
}, | ||
"type": "heracles:item" | ||
}, | ||
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png", | ||
"title": { | ||
"translate": "Pronouns" | ||
} | ||
}, | ||
"settings": { | ||
"showDependencyArrow": true, | ||
"repeatable": false, | ||
"autoClaimRewards": false, | ||
"individual_progress": false, | ||
"hidden": "LOCKED", | ||
"unlockNotification": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<h2>Tutorial</h2> | ||
<p>Quests are a way to guide you through the progression. They are a way to help you learn about things and the world around you.</p> | ||
<p>Quests are split into groups. Each group has a set of quests that you can complete. You can complete quests in any order you want, but some quests may require you to complete other quests first.</p> | ||
<hr/> | ||
<p>Happy Questing!</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name = "Argonauts" | ||
filename = "argonauts-fabric-1.20.1-1.0.10.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/bb2EpKpx/versions/wLI6JsqG/argonauts-fabric-1.20.1-1.0.10.jar" | ||
hash-format = "sha1" | ||
hash = "539bfb0f62404da8a5a9649e97015eb98f1813cb" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "bb2EpKpx" | ||
version = "wLI6JsqG" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name = "Cadmus" | ||
filename = "cadmus-fabric-1.20.1-1.0.8.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/fEWKxVzh/versions/kzMsPbNB/cadmus-fabric-1.20.1-1.0.8.jar" | ||
hash-format = "sha1" | ||
hash = "fb79e31c80030f6d6b1672a33cba48813339d0e8" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "fEWKxVzh" | ||
version = "kzMsPbNB" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name = "Resourceful Lib" | ||
filename = "resourcefullib-fabric-1.20.1-2.1.28.jar" | ||
side = "both" | ||
|
||
[download] | ||
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/4u04iwUx/resourcefullib-fabric-1.20.1-2.1.28.jar" | ||
hash-format = "sha1" | ||
hash = "791b5a8cc972199dc920d2502600c4035e01adca" | ||
|
||
[update] | ||
[update.modrinth] | ||
mod-id = "G1hIVOrD" | ||
version = "4u04iwUx" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters