alwaysVisible()
setTitle("Enter through the front door")
setDescription("Find a brick house, enter through the front door, make sure to lock it behind you.")
setPos(34,0)
setIcon(<minecraft:dark_oak_door>)

addParent("triumph:50_hunting/root")

criteria = addCriteria("entered", "minecraft:enter_block")
criteria.setBlock(<minecraft:dark_oak_door>)
custom_player=criteria.getPlayerData()
custom_player.setDimID(8)

// list of unsorted items
setRequiresParents()
