vectorwing / FarmersDelight

[Forge] A lightweight farming expansion for Minecraft.
MIT License
304 stars 182 forks source link

Tomato isn't detected as a crop #227

Closed fertil20 closed 3 years ago

fertil20 commented 3 years ago

I tried having Harvesting Drones by PneumacticCraft to harvest and plant crops. Onion and cabbage goes fine, but the tomato doesn't. They are just getting ignored

vectorwing commented 3 years ago

That may be a technical limitation.

Tomato crops don't inherit the CropsBlock class because Quark and other mods override its plucking mechanic with right-click harvesting by default. I haven't checked, but chances are PneumaticCraft drones only check for blocks that inherit CropsBlock, instead of checking the AGE blockstate, which all growable blocks would have (including sweet berries).

Considerations to make Tomato crops a CropsBlock again are underway, but not much I can do right now.

vectorwing commented 3 years ago

Closing this as it's related to #221.