[Request] Warehouse Rack support Bibliocraft Stockroom Catalog
scottosx opened this issue · 6 comments
Minecolonies version
version 1.10.2
Expected behavior
- The Stockroom Catalog from Bibliocraft lists all items in selected inventories in a sortable book. It would be perfect as a manifest for the warehouse. Sneak right clicking on any inventory should add that to the catalog.
Actual behaviour
- Racks are not recognized as valid inventories by the Bibliocraft Stockroom Catalog. They cannot be assigned.
Steps to reproduce the problem
- Craft Stockroom Catalog.
- Sneak right click on warehouse rack.
- Be disappointed.
- Add functionality.
In general the storage racks seem to not extend vanilla storage in a conventional way? For instance, the Quark command 'Merge to nearby chests' doesn't work either. That would be a good way to quickly store items in the warehouse while keeping the NPCs storage scheme intact. (not sure how much that matters but surely it stops constant reindexing)
However the RF Tools Storage Scanner sees the contents fine, which is nice.
I believe that those mods might require too tight coding.
I think they probably scan for the block being a container and not, like it should be, checking if the block has itemHandler capabilities. Could you report that to the regarding mods as well to see what they have to say to that?
I was about to say that we have IItemHandler Caps on them. So interaction with them is possible.