alwaysVisible()
setTitle("Enter through the small door")
setDescription("Find an ender gateway.\n\nI promise you can fit")
setPos(34,0)
setIcon(<minecraft:purpur_block>)

addParent("triumph:70_end/root")

criteria = addCriteria("entergateway", "minecraft:enter_block")
criteria.setBlock(<minecraft:end_gateway>)

// list of unsorted items
setRequiresParents()
