
setIcon("pyrotech:thatch")

setTitle("Straw bale... beware, it can burn !")

setDescription("Craft a thatch with 4 straws.")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/straw")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:thatch")
setPos(-8,-45)