setIcon(<botania:floatingspecialflower, nbt:{type:"bubbell"}>)
setTitle("Air dome")
setDescription("Take the floating bubbell in the chest and place it above the mana pool outside.")
setShowToast(true)
setAnnounceToChat(true)
addParent("triumph:1deepSeaSalvage/root")
setPos(11,34)
setRewardExperience(42)
criteria = addCriteria("placed", "minecraft:placed_block")
criteria.setBlock(<botania:floatingspecialflower, nbt:{type:"bubbell"}>)
setCompletedIconColor(31, 209, 167)
setCompletedTitleColor(0, 168, 252)