setIcon("pneumaticcraft:amadron_tablet")

setTitle("Amadron Delivery")

setDescription("Fill the Amadron Tablet with air pressure and use it to order items. Make sure to set the pickup and dropoff locations by using Shift Right-Click")

setParent("triumph:stage4/plasticmixer")
setRequiresParent(true)

//Criteria
criteria = addCriteria("hasRock", "minecraft:inventory_changed")
criteria.setItem("pneumaticcraft:amadron_tablet")

//Rewards
setRewardExperience(12)