Posted February 20, 20223 yr 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.?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.