Skip to content

Commit

Permalink
Dispensers can plant torchflower seeds and pitcher pods
Browse files Browse the repository at this point in the history
(fixes #4775)
  • Loading branch information
TheRealWormbo committed Dec 13, 2024
1 parent 333c14b commit f93f40d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public static void init() {
DispenserBlock.registerBehavior(Items.PUMPKIN_SEEDS, new SeedsBehavior(Blocks.PUMPKIN_STEM));
DispenserBlock.registerBehavior(Items.MELON_SEEDS, new SeedsBehavior(Blocks.MELON_STEM));
DispenserBlock.registerBehavior(Items.BEETROOT_SEEDS, new SeedsBehavior(Blocks.BEETROOTS));
DispenserBlock.registerBehavior(Items.TORCHFLOWER_SEEDS, new SeedsBehavior(Blocks.TORCHFLOWER_CROP));
DispenserBlock.registerBehavior(Items.PITCHER_POD, new SeedsBehavior(Blocks.PITCHER_CROP));
DispenserBlock.registerBehavior(Blocks.CHORUS_FLOWER, new SeedsBehavior(Blocks.CHORUS_FLOWER));

DispenserBlock.registerBehavior(Items.COCOA_BEANS, new CocoaBeansBehavior());
Expand Down

0 comments on commit f93f40d

Please sign in to comment.