
setIcon(<netherex:ichor>)

setFrameType("challenge")

setTitle("Ichor")

setDescription("You can find this rare fluid in the Arctic Abyss in the Nether. It is necessary to grow Netherwart.")

visibleIf("triumph:ironage/nether")

addParent("triumph:ironage/nether")

setShowToast(true)

setAnnounceToChat(true)

setRequirements("any")

criteria0 = addCriteria("ichorclaybucket", "minecraft:inventory_changed")

criteria0.addItem(<pyrotech:bucket_clay, nbt:{fluids: {FluidName: "blood", Amount: 1000}}>)

criteria1 = addCriteria("ichorstonebucket", "minecraft:inventory_changed")

criteria1.addItem(<pyrotech:bucket_stone, nbt:{fluids: {FluidName: "blood", Amount: 1000}}>)

criteria2 = addCriteria("ichorbucket", "minecraft:inventory_changed")

criteria2.addItem(<forge:bucketfilled, nbt:{FluidName: "blood", Amount: 1000}>)
setPos(95,-18)