From b879d7eacca7572c9e9afe3df8baf65302d30f60 Mon Sep 17 00:00:00 2001 From: Mqrius Date: Wed, 24 Dec 2025 22:33:34 +0100 Subject: [PATCH] Remove grappling hook warnings from quests (#2514) * Remove grappling hook dimension change warning * Remove grappling hook warnings --- .../quests/chapters/tips__tools.snbt | 28 +------------------ kubejs/assets/tfg/lang/en_us.json | 3 -- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/config/ftbquests/quests/chapters/tips__tools.snbt b/config/ftbquests/quests/chapters/tips__tools.snbt index c22705e7e..f23ab8152 100644 --- a/config/ftbquests/quests/chapters/tips__tools.snbt +++ b/config/ftbquests/quests/chapters/tips__tools.snbt @@ -5,15 +5,6 @@ group: "19428C6E7A36D463" icon: "create:white_toolbox" id: "254D02A31AA8EB49" - images: [{ - color: 16762887 - height: 2.0d - image: "ftbquests:block/barrier_open" - rotation: 0.0d - width: 2.0d - x: -10.5d - y: 2.0d - }] order_index: 3 quest_links: [ { @@ -2005,23 +1996,6 @@ x: -8.0d y: 2.0d } - { - dependencies: ["7A200766AAC1EE19"] - description: ["{quests.tfg_tips.grapple_repair.desc}"] - icon: "createdeco:decal_warning" - id: "1F93C858F1D02F7C" - shape: "none" - size: 2.0d - subtitle: "{quests.tfg_tips.grapple_repair.subtitle}" - tasks: [{ - id: "1269BD886B07619D" - title: "{quests.tasktype.checkmark}" - type: "checkmark" - }] - title: "{quests.tfg_tips.grapple_repair.title}" - x: -10.5d - y: 2.0d - } { dependencies: ["6C64C20FF5DF972A"] description: ["{quests.tfg_tips.grapple_length.desc}"] @@ -2072,7 +2046,7 @@ y: 0.0d } { - dependencies: ["1F93C858F1D02F7C"] + dependencies: ["7A200766AAC1EE19"] description: [ "{quests.tfg_tips.grapple_upgrades.desc.1}" "{@pagebreak}" diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 1b33043f3..55fda84f3 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -4368,9 +4368,6 @@ "quests.tfg_tips.grappling_hook.title": "Grappling Hook", "quests.tfg_tips.grappling_hook.subtitle": "This is going to end poorly", "quests.tfg_tips.grappling_hook.desc": "By combining 2 pieces of &aRope Coil&r and a &bWrought Iron Pickaxe Head&r, you can create a &dGrappling Hook!&r An ideal tool for scaling big mountains, exploring large caves and traversing the world. It contains an &eupgrade system&r that allows you to combine and modify your &dHook&r to your leisure.", - "quests.tfg_tips.grapple_repair.title": "Grappling Hook Warnings", - "quests.tfg_tips.grapple_repair.subtitle": "READ ME, OR YOU MAY REGRET IT LATER!", - "quests.tfg_tips.grapple_repair.desc": "All your &dGrappling Hook&r &aupgrades&r are stored as NBT Data inside the item. This means trying to repair your hook using &canother&r Grappling Hook &l&cWILL destroy all your upgrades!&r\n\nInstead, you should place your &dGrappling Hook&r and some &bWrought Iron Dust&r in a &3Workbench&r to repair it.\n\nAlso, don't use your Grappling Hook when traveling between the Overworld and Beneath, it's rather deadly.", "quests.tfg_tips.grapple_upgrades.title": "Upgrading your Grappling Hook", "quests.tfg_tips.grapple_upgrades.subtitle": "Balanced around TFG, of course!", "quests.tfg_tips.grapple_upgrades.desc.1": "Upgrading your &dGrappling Hook&r consists of adding or removing items to it via the &3Workbench&r.&r\n\nTo see all the upgrades you can apply to your &dGrappling Hook&r, you can press the \"Usage\" key in &2EMI.&r\nEach of the custom recipes will contain text describing what changes are being applied.",