This commit is contained in:
SpeeeDCraft 2023-11-20 19:59:05 +07:00
parent 3932c53f5e
commit 53b0ca9ccf
8 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,6 @@
Main
Primitive Age
Steam Age
LV Age
MV Age
HV Age

View file

@ -0,0 +1,39 @@
{
"dependencies": [],
"tasks": {},
"rewards": {},
"display": {
"subtitle": {
"text": ""
},
"description": [
""
],
"groups": {
"Primitive Age": {
"position": [
-142,
-45
]
}
},
"icon": {
"item": {
"id": "minecraft:map",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "start"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}

View file

@ -0,0 +1,9 @@
<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/>
<hint color="gray" icon="heracles:quest_book" title="Note:">
<p>You can change this file in the tutorial.html file in the Heracles config folder.</p>
</hint>
<hr/>
<p>Happy Questing!</p>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.