setTitle("Wares the Remote?")

setIcon(<storagenetwork:remote>)

setDescription("Craft a Simple Storage Network Remote to access your storage network from up to 64 blocks away")

addParent("sf4:age_storage/simpleStorageMaster")

drawDirectLines(true)

//Criteria
criteria = addCriteria("Obtain Storage Network Remote", "minecraft:inventory_changed")
criteria.addItem(<storagenetwork:remote>)

setRewardExperience(10)

alwaysVisible()
setPos(-326,46)