From c4b722dd29ed7fc2b280e521684c6cfb8ed2c870 Mon Sep 17 00:00:00 2001 From: theMegaTech <36931007+theMegaTech@users.noreply.github.com> Date: Thu, 23 Oct 2025 23:01:06 +0300 Subject: [PATCH] Lightning rod quest (#2088) * add lightning rod quest Signed-off-by: theMegaTech <36931007+theMegaTech@users.noreply.github.com> * Do things the right way Signed-off-by: theMegaTech <36931007+theMegaTech@users.noreply.github.com> --------- Signed-off-by: theMegaTech <36931007+theMegaTech@users.noreply.github.com> --- config/ftbquests/quests/chapters/tips__tools.snbt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/ftbquests/quests/chapters/tips__tools.snbt b/config/ftbquests/quests/chapters/tips__tools.snbt index 0b5302de8..adaa96260 100644 --- a/config/ftbquests/quests/chapters/tips__tools.snbt +++ b/config/ftbquests/quests/chapters/tips__tools.snbt @@ -874,6 +874,7 @@ TorchPlacing: 1b } GT.Tool: { + DefaultEnchantments: [ ] HarvestLevel: 2 MaxDamage: 5543 ToolSpeed: 6.0f @@ -2763,6 +2764,20 @@ x: -3.0d y: 10.0d } + { + dependencies: ["72B3EA6588E18CCC"] + description: ["{quests.tfg_tips.lightning_rod.desc}"] + id: "674B27738ADA1830" + subtitle: "{quests.tfg_tips.lightning_rod.subtitle}" + tasks: [{ + id: "0BADD52A3A4E3E98" + item: "minecraft:lightning_rod" + type: "item" + }] + title: "{quests.tfg_tips.lightning_rod.title}" + x: 2.5d + y: 0.5d + } ] subtitle: ["{quests.tfg_tips.tools_tips.subtitle}"] title: "{quests.tfg_tips.tools_tips.title}"