Dunkmania101 / SpatialHarvesters

A Minecraft mod that adds harvesters that gather resources from space-time itself!
https://www.curseforge.com/minecraft/mc-mods/spatial-harvesters
MIT License
3 stars 5 forks source link

[Fabric] Respect all Inventories #51

Closed 5cript closed 2 years ago

5cript commented 2 years ago

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.

Dunkmania101 commented 2 years ago

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.

5cript commented 2 years ago

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.

Dunkmania101 commented 2 years ago

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.

Dunkmania101 commented 2 years ago

I'll close this, since it doesn't seem to be an issue on this mod's end.