
setIcon("pyrotech:stone_sawmill")

setFrameType("challenge")

setTitle("Saw machine")

setDescription("Craft a stone sawmill with 1 chopping block, 1 massonry brick and 7 massonry blocks. Put wood or coal pieces in it, add a sawmill blade and cut your logs or planks easier!")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/stonebrick")
addParent("triumph:moresurvival3/sawmillblade")


setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("pyrotech:stone_sawmill")
setPos(123,32)