From 73fe5c4e4eaa1bdd5667bbfdd33eeb04ef37b9d1 Mon Sep 17 00:00:00 2001 From: TomPlop Date: Fri, 12 Sep 2025 14:09:37 -0400 Subject: [PATCH] Fix quest title (#1809) * Quest rework for EV * Fix lang file quests --- config/ftbquests/quests/chapters/ev_in_work.snbt | 15 +++++++++++++-- config/ftbquests/quests/chapters/tips__tools.snbt | 2 +- .../quests/chapters/tips__transportation.snbt | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/config/ftbquests/quests/chapters/ev_in_work.snbt b/config/ftbquests/quests/chapters/ev_in_work.snbt index abf54ef2b..f8efd4937 100644 --- a/config/ftbquests/quests/chapters/ev_in_work.snbt +++ b/config/ftbquests/quests/chapters/ev_in_work.snbt @@ -200,8 +200,8 @@ item: "gtceu:ev_diode" type: "item" }] - x: -2.0d - y: -3.5d + x: 5.5d + y: 2.5d } { dependencies: ["4EA8888B12D75BF1"] @@ -1820,6 +1820,17 @@ x: -8.75d y: -1.75d } + { + dependencies: ["341751B307577B72"] + id: "7EAA2149BD77A5E6" + tasks: [{ + id: "531E56A4C9F646FD" + item: "gtceu:helium_bucket" + type: "item" + }] + x: -9.5d + y: 2.5d + } ] title: "EV In Work" } diff --git a/config/ftbquests/quests/chapters/tips__tools.snbt b/config/ftbquests/quests/chapters/tips__tools.snbt index 682b75ac8..7310637cc 100644 --- a/config/ftbquests/quests/chapters/tips__tools.snbt +++ b/config/ftbquests/quests/chapters/tips__tools.snbt @@ -2765,5 +2765,5 @@ } ] subtitle: ["{quests.tfg_tips.tools_tips.subtitle}"] - title: "Tips - Tools" + title: "{quests.tfg_tips.tools_tips.title}" } diff --git a/config/ftbquests/quests/chapters/tips__transportation.snbt b/config/ftbquests/quests/chapters/tips__transportation.snbt index f46a3396b..10d624dc7 100644 --- a/config/ftbquests/quests/chapters/tips__transportation.snbt +++ b/config/ftbquests/quests/chapters/tips__transportation.snbt @@ -1454,5 +1454,5 @@ } ] subtitle: ["{quests.tfg_tips.transportation_tips.subtitle}"] - title: "Tips - Transportation" + title: "{quests.tfg_tips.transportation_tips.title}" }