
setIcon("pyrotech:planks_tarred")

setTitle("Tarred wood")

setDescription("Put planks or boards in the saoking pot with wood tar to obtain more resistant wood.")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/soakingpot")

setShowToast(true)

setAnnounceToChat(true)

setRequirements("any")

criteria0 = addCriteria("tarredwood", "minecraft:inventory_changed")

criteria0.addItem("pyrotech:planks_tarred")

criteria1 = addCriteria("tarredboard", "minecraft:inventory_changed")

criteria1.addItem("pyrotech:material", 23)
setPos(222,107)