setTitle("Compact Your World")

setIcon(<compactmachines3:psd>)

setDescription("Travel to any sized Compact Machines Dimension. Create the dimension using the Miniturization Field Projector. Use the Personal Shrinking Device to enter the dimension")

addParent("sf4:age_exploration/root")

drawDirectLines(true)

//Criteria
criteria = addCriteria("Enter Compact Machines Dimension", "minecraft:changed_dimension")
criteria.setDimensionDestination("CompactMachines")

setRewardExperience(16)

//Giving players overworld cakes because I know for sure they won't read and bring one themselves
setRewardFunction("triumph:give_cake")

hideLines()
alwaysVisible()
setPos(7,219)