alwaysVisible()
setTitle("My forth tool")
setDescription("Craft a diamond paxel")
setPos(340,0)
setRequiresParents()
setIcon(<mekanismtools:diamondpaxel>)

addParent("triumph:10_overworld/secondore@diamond_ore")
addParent("triumph:10_overworld/secondore@emerald_ore")
addParent("triumph:10_overworld/secondore@gold_ore")
addParent("triumph:10_overworld/secondore@lapis_ore")
addParent("triumph:10_overworld/secondore@redstone_ore")
addRewardItem(<simple_trophies:trophy, nbt:{TrophyName: "24 - Diamonds are a miners best friend", TrophyColorGreen: 255, TrophyVariant: "neon", TrophyShowsTooltip: 1, TrophyItem: {id: "mekanismtools:diamondpaxel", Count: 1, tag: {}, Damage: 0}, TrophyColorBlue: 0, TrophyColorRed: 119}>)

criteria = addCriteria("diamondpaxel", "minecraft:inventory_changed")
criteria.addItem(<mekanismtools:diamondpaxel>)

// list of unsorted items
