From 679cd48f38f6608b57f6a3a6062d1ab9bc1a60d8 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sun, 1 Feb 2026 19:16:17 +0000 Subject: [PATCH] add optional pouch --- .../quests/chapters/questsmetallurgy.snbt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index 2fefe32ca..eca75da26 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -1305,14 +1305,23 @@ { dependencies: ["174DA15847665CF8"] description: ["{quests.metal_age.toolbelt.desc}"] + icon: "toolbelt:belt" id: "1DEC710C3570D5D0" shape: "heart" subtitle: "{quests.metal_age.toolbelt.subtitle}" - tasks: [{ - id: "0233F2A323C9FF6F" - item: "toolbelt:belt" - type: "item" - }] + tasks: [ + { + id: "0233F2A323C9FF6F" + item: "toolbelt:belt" + type: "item" + } + { + id: "09A674FE4BA67280" + item: "toolbelt:pouch" + optional_task: true + type: "item" + } + ] title: "{quests.metal_age.toolbelt.title}" x: 9.5d y: -34.0d