heracles config del

This commit is contained in:
Xikaro 2023-11-20 06:04:36 +05:00
parent f5e2441f32
commit 8a4cfbb18d
4 changed files with 0 additions and 90 deletions

View file

@ -1,3 +0,0 @@
Main
first_group
second_group

View file

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

View file

@ -1,41 +0,0 @@
{
"dependencies": [
"asdas"
],
"tasks": {},
"rewards": {},
"display": {
"subtitle": {
"translate": "asdasd"
},
"description": [
""
],
"groups": {
"first_group": {
"position": [
-259,
-120
]
}
},
"icon": {
"item": {
"id": "minecraft:stone",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/rounded_squares.png",
"title": {
"translate": "test"
}
},
"settings": {
"unlockNotification": false,
"showDependencyArrow": true,
"repeatable": false,
"individual_progress": false,
"hidden": "LOCKED"
}
}

View file

@ -1,9 +0,0 @@
<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>