
setIcon(<minecraft:redstone>)
setTitle("Let them go alone")
setDescription("Quark adds lots of new ways to automate and make better contraptions! Check next advancements for more infos.")

addParent("triumph:quark/root")
addCriteria("location", "minecraft:location")

//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)

drawDirectLines(true)
setPos(147,79)