setIcon(<betterwithmods:single_machine:2>)
setTitle("Not What You Think It Is")
setDescription("The filtered hopper is used to craft various items. Place a filter in the top slot and throw items into the hopper. Make sure you attach mechanical power to it, otherwise some cats having nightmares will appear.")
setShowToast(true)
setAnnounceToChat(true)
addParent("triumph:betterwithmods/waterWheel")
setRewardExperience(10)
criteria = addCriteria("hasFilteredHopper", "minecraft:inventory_changed")
criteria.addItem(<betterwithmods:single_machine:2>)
setCompletedIconColor(31, 209, 167)
setCompletedTitleColor(0, 168, 252)