diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index 56bbe7f8d..ca3564de1 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -6,6 +6,7 @@ icon: { Count: 1 id: "gtceu:wrought_iron_ingot" + weak_nbt_match: true } id: "5F560FF28458A555" order_index: 1 @@ -63,19 +64,13 @@ tasks: [ { id: "7218CBCCA313343B" - item: { - Count: 1 - id: "tfc:metal/bucket/red_steel" - } + item: "tfc:metal/bucket/red_steel" type: "item" weak_nbt_match: true } { id: "41001037515E3120" - item: { - Count: 1 - id: "tfc:metal/bucket/blue_steel" - } + item: "tfc:metal/bucket/blue_steel" type: "item" weak_nbt_match: true } @@ -93,10 +88,7 @@ subtitle: "{quests.metal_age.black_steel_anvil.subtitle}" tasks: [{ id: "5E7E9401FF7C5402" - item: { - Count: 1 - id: "tfc:metal/anvil/black_steel" - } + item: "tfc:metal/anvil/black_steel" type: "item" weak_nbt_match: true }] @@ -113,10 +105,7 @@ subtitle: "{quests.metal_age.steel_anvil.subtitle}" tasks: [{ id: "338F94FE331E0954" - item: { - Count: 1 - id: "tfc:metal/anvil/steel" - } + item: "tfc:metal/anvil/steel" type: "item" weak_nbt_match: true }] @@ -133,10 +122,7 @@ subtitle: "{quests.metal_age.wrought_iron_anvil.subtitle}" tasks: [{ id: "0E566B2921529CFE" - item: { - Count: 1 - id: "tfc:metal/anvil/wrought_iron" - } + item: "tfc:metal/anvil/wrought_iron" type: "item" weak_nbt_match: true }] @@ -173,7 +159,6 @@ id: "133DB645B6E0585A" subtitle: "{quests.metal_age.weld_bronze_ingots.subtitle}" tasks: [{ - count: 1L id: "497C431206F498A5" item: { Count: 1 @@ -206,19 +191,13 @@ } { id: "15B937178A5E5D8E" - item: { - Count: 1 - id: "tfc:raw_iron_bloom" - } + item: "tfc:raw_iron_bloom" type: "item" weak_nbt_match: true } { id: "38651A52735D8872" - item: { - Count: 1 - id: "gtceu:wrought_iron_ingot" - } + item: "gtceu:wrought_iron_ingot" type: "item" weak_nbt_match: true } @@ -263,19 +242,13 @@ } { id: "5115EB2096C8E86C" - item: { - Count: 1 - id: "tfc:metal/ingot/pig_iron" - } + item: "tfc:metal/ingot/pig_iron" type: "item" weak_nbt_match: true } { id: "2153FE85D0898117" - item: { - Count: 1 - id: "gtceu:steel_ingot" - } + item: "gtceu:steel_ingot" type: "item" weak_nbt_match: true } @@ -294,12 +267,8 @@ id: "358571B6E692F198" subtitle: "{quests.metal_age.weld_wrought_iron_ingots.subtitle}" tasks: [{ - count: 1L id: "05AD17F66DFE3C56" - item: { - Count: 1 - id: "gtceu:wrought_iron_double_ingot" - } + item: "gtceu:wrought_iron_double_ingot" type: "item" weak_nbt_match: true }] @@ -329,12 +298,8 @@ id: "4310B619B57276ED" subtitle: "{quests.metal_age.weld_steel_ingots.subtitle}" tasks: [{ - count: 1L id: "0EDB1D851E198274" - item: { - Count: 1 - id: "gtceu:steel_double_ingot" - } + item: "gtceu:steel_double_ingot" type: "item" weak_nbt_match: true }] diff --git a/config/ftbquests/quests/chapters/questsstoneage.snbt b/config/ftbquests/quests/chapters/questsstoneage.snbt index c07caa174..2992050ac 100644 --- a/config/ftbquests/quests/chapters/questsstoneage.snbt +++ b/config/ftbquests/quests/chapters/questsstoneage.snbt @@ -658,10 +658,7 @@ subtitle: "{quests.metal_age.copper_anvil.subtitle}" tasks: [{ id: "3F1120F05AD5FB2B" - item: { - Count: 1 - id: "tfc:metal/anvil/copper" - } + item: "tfc:metal/anvil/copper" type: "item" weak_nbt_match: true }] @@ -681,12 +678,8 @@ id: "45A09AD0043FF92B" subtitle: "{quests.stone_age.weld_copper_ingots.subtitle}" tasks: [{ - count: 1L id: "5A6EF9EBF232601C" - item: { - Count: 1 - id: "gtceu:copper_double_ingot" - } + item: "gtceu:copper_double_ingot" type: "item" weak_nbt_match: true }] @@ -701,6 +694,7 @@ icon: { Count: 1 id: "tfc:powder/flux" + weak_nbt_match: true } id: "30E26DC33FD019FE" subtitle: "{quests.stone_age.flux.subtitle}" @@ -719,11 +713,7 @@ } { id: "655B1B05EE4BABF7" - item: { - Count: 1 - id: "tfc:powder/flux" - weak_nbt_match: true - } + item: "tfc:powder/flux" type: "item" } ] @@ -743,10 +733,7 @@ subtitle: "{quests.stone_age.copper_for_anvil.subtitle}" tasks: [{ id: "302196CB1816F316" - item: { - Count: 1 - id: "minecraft:copper_ingot" - } + item: "minecraft:copper_ingot" type: "item" weak_nbt_match: true }] @@ -764,6 +751,7 @@ icon: { Count: 1 id: "gtceu:stone_hammer" + weak_nbt_match: true } id: "0425FDD03AEC4F0D" item: { diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index 48c411a22..ac3824b1f 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -5191,8 +5191,8 @@ title: "{quests.tfg_tips.plow.title}" x: -5.0d y: -2.5d - } - { + } + { dependencies: ["4A8910950F638BB5"] description: ["{quests.tfg_tips.piglin_disguise.desc}"] id: "02956D3A63429E39"