
setIcon("pyrotech:tar_collector")

setTitle("Collector")

setDescription("Craft a stone collector, it will drain wood tar from burning logs in a burning pit or a refractory burning (have a look into the Pyrotech guide!).")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/root")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("collector", "minecraft:inventory_changed")

criteria.addItem("pyrotech:tar_collector")
setPos(27,1)