diff --git a/config/cucumber-tags.json b/config/cucumber-tags.json new file mode 100644 index 000000000..63e7e5081 --- /dev/null +++ b/config/cucumber-tags.json @@ -0,0 +1,3 @@ +{ + "__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config" +} \ No newline at end of file diff --git a/config/heracles/groups.txt b/config/heracles/groups.txt index c098216e7..d36f7d78e 100644 --- a/config/heracles/groups.txt +++ b/config/heracles/groups.txt @@ -1 +1,3 @@ Main +first_group +second_group diff --git a/config/heracles/quests/firstgroup/asdas.json b/config/heracles/quests/firstgroup/asdas.json new file mode 100644 index 000000000..3cc442d2c --- /dev/null +++ b/config/heracles/quests/firstgroup/asdas.json @@ -0,0 +1,37 @@ +{ + "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 new file mode 100644 index 000000000..e96f81055 --- /dev/null +++ b/config/heracles/quests/firstgroup/test.json @@ -0,0 +1,41 @@ +{ + "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/roughlyenoughitems/config.json5 b/config/roughlyenoughitems/config.json5 index 7103e03ce..d2101f7a1 100644 --- a/config/roughlyenoughitems/config.json5 +++ b/config/roughlyenoughitems/config.json5 @@ -1,6 +1,9 @@ { "basics": { - "favorites": [], + "favorites": [ + "{type:\"heracles:heracles\"}", + "{type:\"argonauts:party_chat\"}" + ], "hiddenFavorites": [], "displayHistory": [], // Declares whether cheating mode is on. diff --git a/config/roughlyenoughitems/pinyin.properties b/config/roughlyenoughitems/pinyin.properties index d23f99c36..ded5e282b 100644 --- a/config/roughlyenoughitems/pinyin.properties +++ b/config/roughlyenoughitems/pinyin.properties @@ -1,2 +1,2 @@ #Pinyin Options -#Fri Nov 10 23:25:20 NOVT 2023 +#Sat Nov 11 14:56:39 NOVT 2023 diff --git a/config/roughlyenoughitems/pinyin_double.properties b/config/roughlyenoughitems/pinyin_double.properties index dd2986b75..3fed53c2b 100644 --- a/config/roughlyenoughitems/pinyin_double.properties +++ b/config/roughlyenoughitems/pinyin_double.properties @@ -1,3 +1,3 @@ #Double Pinyin Options -#Fri Nov 10 23:25:20 NOVT 2023 +#Sat Nov 11 14:56:39 NOVT 2023 Converter=sougou diff --git a/heracles_options.json b/heracles_options.json index 5facee3ed..59c2df883 100644 --- a/heracles_options.json +++ b/heracles_options.json @@ -1,4 +1,4 @@ { "pinnedIndex": 0, - "showTutorial": true + "showTutorial": false } \ No newline at end of file diff --git a/mods/terrafirmagreg-0.0.1.jar b/mods/terrafirmagreg-0.0.1.jar index 29ce53da4..ae25e27fe 100644 Binary files a/mods/terrafirmagreg-0.0.1.jar and b/mods/terrafirmagreg-0.0.1.jar differ diff --git a/mods/treetap-1.20.1-0.0.4.jar b/mods/treetap-1.20.1-0.0.4.jar new file mode 100644 index 000000000..bc37ced23 Binary files /dev/null and b/mods/treetap-1.20.1-0.0.4.jar differ