![Spatial Harvesters [FABRIC]](https://media.forgecdn.net/avatars/thumbnails/333/332/256/256/637465924239759138.png)
[Fabric] Respect all Inventories
5cript opened this issue ยท 4 comments
Is it possible to allow "all" inventories for the harvester?
I thought the mod would not work, but I was using an iron chest not a vanilla chest and using that worked.
Hmm, strange, it should have worked. Was it a trapped chest and, if so, was it open while you waited? All of the machines turn off when powered by redstone, so maybe that's what happened. I don't think I've ever tested the Fabric version with vanilla chests, only with vanilla barrels, so it could actually not be working. I'll check and see if I can reproduce this.
The mod i used this with was "Expanded Storage" Iron Chest. I let it sit several days and thought maybe its mega slow, but then I used a vanilla chest and all was working immediately.
Might be an issue with this chest mod explicitly.
It looks like, at least as far as I can tell, the block entities from that mod don't implement the Inventory interface. I don't think there's anything I can do apart from adding specific support, which I'd rather avoid so I don't bog down the mod with nonstandard per-case stuff that shouldn't be needed in the first place, since that interface is there for a reason. I'm pretty sure there's an official Fabric port of Iron Chests, maybe those would work instead.