setIcon(<minecraft:leather>)
setTranslatedTitle("Finally, Leather.")
setTranslatedDescription("Leather Pt. 5: Finish making Leather by drying it. TIP: Do not be scared to craft a lot of it, you will need it later as well.")

addParent("Age0:Leather4")

setShowToast(true)
alwaysVisible()
hideLines()

setFrameType("goal")
setUncompletedIconColor(#525252)
setCompletedIconColor(91, 0, 201)

criteria = addCriteria("leather", "minecraft:inventory_changed")
criteria.addItem(<minecraft:leather>)
setPos(319,29)