worldofpannotia / minecraft-modpack

This is the repository for the Pannotia modpack for Minecraft
4 stars 0 forks source link

Hopper X-Treme hoppers don't pull from Danks #206

Closed moshner closed 1 year ago

moshner commented 1 year ago

I had a dank in dock a on a diamond hopper and it wouldn't pull anything out. A regular hopper works.

chimericdream commented 1 year ago

This is a known issue with my hopper mod. The Fabric docs aren't very clear about this, but you have to explicitly implement the Item Transfer API. I basically need to rewrite Hopper X-Treme, so...

moshner commented 1 year ago

FWIW Copper pipes don't work either.

chimericdream commented 1 year ago

I can't know for 100% certain, but I'd be willing to bet it's for the exact same reason. Fabric's documentation for mod developers is pretty good for the most part, but there are some fairly significant things like this that could be presented quite a bit better.