
setIcon("mysticalworld:silkworm_egg")

setTitle("A little egg")

setDescription("Find a silworm egg in the tree leaves. Try to right click it on the ground to give birth to a silk worm !")

visibleIf("triumph:moresurvival/root")

addParent("triumph:moresurvival/root")

setShowToast(true)

setAnnounceToChat(true)

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

criteria.addItem("mysticalworld:silkworm_egg")
setPos(-72,205)