I've just written my first minecraft mod, it makes dispensers plant saplings, till soil and plant seeds. I've done that by making new dispenser behaviors, and then registering those behaviors to certain items, ( for example: DispenserBlock.registerBehavior(Items.WOODEN_HOE, hoe); ), but I wonder if there is a way to register all hoes (including modded ones) to hoe behavior at once, or register all seeds to one behavior, etc.?