setIcon(<dimstack:portal>)
setTitle("Do You Hear Them Calling?")
setDescription("Harm the Arcane Barrier between worlds.")

addParent("triumph:advancements/dimensions/root")

//Set the toast notification in the top right corner of the screen to not show up when this advancement is achieved.
setShowToast(false)

//Set the advancement to not send a chat message when it is achieved.
setAnnounceToChat(false)

addRewardFunction("triumph:transitionWarning")


criteria = addCriteria("break_barrier", "triumph:player_break_block")
criteria.setBlock(<dimstack:bedrock, meta:0>)

setRequirements("all")
alwaysHidden()
setHidden(true)