
setIcon("pyrotech:bucket_stone")

setTitle("Stone bucket.")

setDescription("Craft a stone bucket with clay and massonry bricks. It is more durable than the clay one.")

visibleIf("triumph:moresurvival3/root")

addParent("triumph:moresurvival3/root")

setShowToast(true)

setAnnounceToChat(true)

criteria = addCriteria("bucket_stone", "minecraft:inventory_changed")
criteria.setItem("pyrotech:bucket_stone")
setPos(90,153)