Darkhax-Minecraft / BotanyPots

Adds some flower pots that can be used to grow various crops.
GNU Lesser General Public License v2.1
92 stars 71 forks source link

[FEEDBACK] Botany Hopper Pots to load directly into Extended Drawers #372

Open Harvle opened 4 months ago

Harvle commented 4 months ago

Minecraft Version

1.20.1

Mod Loader

Fabric

Feedback

Hi, i'm unsure who to direct this to, but currently a hopper botany pot does not load its items down into any drawers from the fabric mod Extended Drawers, however I have seen videos of them loading into Storage Drawers on the forge side. Is this something that can be implemented, if it is down to you? Currently, you have to have an excess hopper inbetween a pot and a drawer to extract items which isn't the end of the world, but it's a bit clunky compared to the forge solution.

Darkhax commented 4 months ago

Hello, yes this is something I still need to implement. Unfortunately working with inventories can be difficult because nobody can agree on how to do them. I currently have support for vanilla style inventories, Forge's inventory system, and NeoForge's system. I still need to add support for Fabric's Transfer API, Cardinal Components, and Common Capabilities.