FoundationGames / Sandwichable

Customizable Sandwich mod for Minecraft
MIT License
32 stars 28 forks source link

Villagers harvest crops, but don't pick up seeds or produce and don't replant them #33

Open saltyseadoggo opened 3 years ago

saltyseadoggo commented 3 years ago

Farmer Villagers recognize fully-grown Lettuce, Tomato, Cucumber and Onion crops and harvest them, but they do not pick up the seeds to replant, nor do they pick up the produce (Lettuce, Tomato, Cucumber or Onion items). One would expect them to either pick up the seeds to replant and the produce items to give to other Villagers, or to ignore them entirely. Tested in 1.16.1. 2020-07-30_22 43 13

FoundationGames commented 3 years ago

Villagers are programmed to break any type of CropBlock, but the list of things they can pick up is hardcoded. I should be able to fix this somehow, though.