diff --git a/config/heracles/groups.txt b/config/heracles/groups.txt new file mode 100644 index 000000000..ca080896a --- /dev/null +++ b/config/heracles/groups.txt @@ -0,0 +1,6 @@ +Main +Primitive Age +Steam Age +LV Age +MV Age +HV Age diff --git a/config/heracles/quests/primitiveage/start.json b/config/heracles/quests/primitiveage/start.json new file mode 100644 index 000000000..95f67679b --- /dev/null +++ b/config/heracles/quests/primitiveage/start.json @@ -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" + } +} \ No newline at end of file diff --git a/config/heracles/tutorial.html b/config/heracles/tutorial.html new file mode 100644 index 000000000..61cacc13e --- /dev/null +++ b/config/heracles/tutorial.html @@ -0,0 +1,9 @@ +
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!
diff --git a/mods/CustomSkinLoader_ForgeActive-14.18.1.jar b/mods/CustomSkinLoader_ForgeActive-14.18.1.jar new file mode 100644 index 000000000..281b4bf0b Binary files /dev/null and b/mods/CustomSkinLoader_ForgeActive-14.18.1.jar differ diff --git a/mods/SimpleLogin-1.20.1-1.0.2-all.jar b/mods/SimpleLogin-1.20.1-1.0.2-all.jar new file mode 100644 index 000000000..6e56acbe0 Binary files /dev/null and b/mods/SimpleLogin-1.20.1-1.0.2-all.jar differ diff --git a/mods/argonauts-forge-1.20.1-1.0.6.jar b/mods/argonauts-forge-1.20.1-1.0.6.jar new file mode 100644 index 000000000..1c1938b13 Binary files /dev/null and b/mods/argonauts-forge-1.20.1-1.0.6.jar differ diff --git a/mods/heracles-forge-1.20.1-1.1.4.jar b/mods/heracles-forge-1.20.1-1.1.4.jar new file mode 100644 index 000000000..a94571a44 Binary files /dev/null and b/mods/heracles-forge-1.20.1-1.1.4.jar differ diff --git a/mods/prometheus-forge-1.20.1-1.2.1.jar b/mods/prometheus-forge-1.20.1-1.2.1.jar new file mode 100644 index 000000000..1533389dd Binary files /dev/null and b/mods/prometheus-forge-1.20.1-1.2.1.jar differ