
setIcon("pyrotech:log_pile")

setTitle("Logs in pile")

setDescription("Put logs together to prepare them for pit burning.")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/root")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:log_pile")
setPos(90,-32)