setTitle("Max Power")

setIcon(<rftoolspower:cell1>)

setDescription("Craft an RF Tools Low Powercell. Powercell blocks can be placed next to each other to create a larger cell")

addParent("sf4:age_power/root")

//Criteria
criteria = addCriteria("Obtain Low Powercell", "minecraft:inventory_changed")
criteria.addItem(<rftoolspower:cell1>)

setRewardExperience(10)

hideLines()
alwaysVisible()
setPos(-310,221)