shadowmage45 / AncientWarfare

Updated Ancient Warfare mod for Minecraft 1.5.2+
http://ancientwarfare.wikispaces.com/
Other
10 stars 8 forks source link

Add filter to warehouse sided inventory #16

Closed shadowmage45 closed 10 years ago

shadowmage45 commented 10 years ago

Add ability to filter item accessibility per side via configurable gui. Would ease in compatibility between other mods, and make the setup of some courier configurations much easier.

Unsure as to the implementation of it -- seems that the sided indices would need to be rebuilt every time the warehouse contents changed.

shadowmage45 commented 10 years ago

This cannot easily/cleanly be done with existing MC code. It would require a complete re-implementation of warehouses and their inventory management.

As it stands, couriers can selectively withdraw specific items from the warehouse easily enough, and other mods that would be pulling items should also be offering specific filter features.