setIcon(<inspirations:collector>)

setTitle("Sucking Items")

setDescription("Collectors are a new block that can pull items from the world and inventories, similarly to an Hopper. They can be placed in all six directions and require a Redstone pulse to active.")

addParent("triumph:inspirations/utility_module")

criteria = addCriteria("entered", "minecraft:inventory_changed")

criteria.addItem(<inspirations:collector>)

setRequirements("any");
setPos(84,105)