setTitle("MhyCell")

setIcon(<appliedenergistics2:energy_cell>)

setDescription("Craft an Applied Energistics 2 Energy Cell. In case your system loses power, use this block in your AE2 network to act as a buffer. Your system will have extra time before shutting down")

addParent("sf4:age_storage/root")

//Criteria
criteria = addCriteria("Obtain AE2 Energy Cell", "minecraft:inventory_changed")
criteria.addItem(<appliedenergistics2:energy_cell>)

setRewardExperience(10)

hideLines()
alwaysVisible()
setPos(9,204)