made quest requirements optional

fixed a very tedious quest for iron ore that i forgot to change (thanks @sztosz!)
This commit is contained in:
mina
2023-09-22 15:11:16 +01:00
parent 3f1a2b1bef
commit 83787d5f20

View File

@@ -354,41 +354,49 @@
{ {
id: "6DF647364D2F5AFF" id: "6DF647364D2F5AFF"
item: "minecraft:raw_iron" item: "minecraft:raw_iron"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "0367CDC34B952E8B" id: "0367CDC34B952E8B"
item: "gtceu:raw_yellow_limonite" item: "gtceu:raw_yellow_limonite"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "3FA217DC59010068" id: "3FA217DC59010068"
item: "gtceu:raw_magnetite" item: "gtceu:raw_magnetite"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "5A0C753755A13DC5" id: "5A0C753755A13DC5"
item: "gtceu:raw_pyrite" item: "gtceu:raw_pyrite"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "0A88CD1C7C8E568A" id: "0A88CD1C7C8E568A"
item: "gtceu:raw_granitic_mineral_sand" item: "gtceu:raw_granitic_mineral_sand"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "72AD74FF600EC431" id: "72AD74FF600EC431"
item: "gtceu:raw_basaltic_mineral_sand" item: "gtceu:raw_basaltic_mineral_sand"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "25202728EA4EE4C3" id: "25202728EA4EE4C3"
item: "gtceu:raw_goethite" item: "gtceu:raw_goethite"
optional_task: true
type: "item" type: "item"
} }
{ {
id: "6A7997DDEE66DB6C" id: "6A7997DDEE66DB6C"
item: "gtceu:raw_hematite" item: "gtceu:raw_hematite"
optional_task: true
type: "item" type: "item"
} }
] ]