setTitle("Overhead Projector")

setIcon("immersivepetroleum:schematic", 0)

setDescription("Use a Projector by finding the Immersive Engineering structure you want to make and then craft the manual and projector together. You can use the projector to help build the structure using ghost blocks in the world")

setParent("triumph:stage3/iebook")
setRequiresParent(true)

//Criteria
criteria = addCriteria("hasRock", "minecraft:inventory_changed")
criteria.setItem("immersivepetroleum:schematic", 0)

//Rewards
setRewardExperience(8)