From 8a4cfbb18d9b365cf32365d727f597ddcfdd796b Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Mon, 20 Nov 2023 06:04:36 +0500 Subject: [PATCH] heracles config del --- config/heracles/groups.txt | 3 -- config/heracles/quests/firstgroup/asdas.json | 37 ------------------ config/heracles/quests/firstgroup/test.json | 41 -------------------- config/heracles/tutorial.html | 9 ----- 4 files changed, 90 deletions(-) delete mode 100644 config/heracles/groups.txt delete mode 100644 config/heracles/quests/firstgroup/asdas.json delete mode 100644 config/heracles/quests/firstgroup/test.json delete mode 100644 config/heracles/tutorial.html diff --git a/config/heracles/groups.txt b/config/heracles/groups.txt deleted file mode 100644 index d36f7d78e..000000000 --- a/config/heracles/groups.txt +++ /dev/null @@ -1,3 +0,0 @@ -Main -first_group -second_group diff --git a/config/heracles/quests/firstgroup/asdas.json b/config/heracles/quests/firstgroup/asdas.json deleted file mode 100644 index 3cc442d2c..000000000 --- a/config/heracles/quests/firstgroup/asdas.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/config/heracles/quests/firstgroup/test.json b/config/heracles/quests/firstgroup/test.json deleted file mode 100644 index e96f81055..000000000 --- a/config/heracles/quests/firstgroup/test.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/config/heracles/tutorial.html b/config/heracles/tutorial.html deleted file mode 100644 index 61cacc13e..000000000 --- a/config/heracles/tutorial.html +++ /dev/null @@ -1,9 +0,0 @@ -

Tutorial

-

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.

-

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.

-
- -

You can change this file in the tutorial.html file in the Heracles config folder.

-
-
-

Happy Questing!