setIcon(<horsepower:press>)
setTranslatedTitle("Horse Powered Press")
setTranslatedDescription("Craft Horse Press. Place item on it and leash donkey, horse or buffalo. NOTE: the Grindstone must be placed one block higher than the ground is.")

addParent("Age0:Grill")

setShowToast(true)
alwaysVisible()

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

criteria = addCriteria("press", "minecraft:inventory_changed")
criteria.addItem(<horsepower:press>)
setPos(253,161)