setTitle("Let the Hunt Begin")

setIcon(<telepastries:hunting_dimension_cake>)

setDescription("Travel to the Hunting Dimension using a Hunting Dimension Cake")

addParent("sf4:age_exploration/root")

drawDirectLines(true)

criteria = addCriteria("Entered Hunting Dimension", "minecraft:location")
criteria.setDimID(28885)

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,253)