ubergarm / RimWorld-KanbanStockpile

RimWorld mod adding `Stack Refill Threshold` and `Similar Stack Limit` to stockpiles and deep storage inspired by kanban logistic control systems.
https://steamcommunity.com/sharedfiles/filedetails/?id=2287142613
MIT License
0 stars 3 forks source link

Add feature to consider the same type of item made from different materials a Similar Stack. #9

Closed ubergarm closed 3 years ago

ubergarm commented 3 years ago

This is basically #7 but now I understand it:

As is, a Similar Stack Limit of 1 will still allow say 1x plainleather cowboy hat and 1x cloth cowboy hat to both be in the same stockpile even though they are both cowboy hats.

So this ticket is to add a feature configurable in the settings to consider them similar.

ubergarm commented 3 years ago

I finished this code but haven't prep'd for release yet