
setIcon("pyrotech:material", 1)

setTitle("Craft coal coke")

setDescription("An interesting fuel to use, better than coal or charcoal!")

visibleIf("triumph:pyrotech/root")

addParent("triumph:pyrotech/mechanicalcompactor")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:material", 1)
setPos(-4,79)