Suggestion: Prevent Durability Items from Stacking
T0paz opened this issue · 2 comments
T0paz commented
As it is right now, items that have durability and are stacked will lose durability when used (the durability loss is applied to all items in the stack). Instead of having to manually override every item with durability with a chance of missing one, a toggle which adapts to durable items, even ones added by mods, would be cool.
James103 commented
Devan-Kerman commented
fixed, there is now an option enable_stackable
, when set to false all non-stackable items become non-stackable