
The Stackable Apparel Mod allows you to stack items of the same type that share the same health bar. There is already a mod for this, but as far as I can tell, it has either been removed or is broken.
Stackable Apparel Mod Features
- Apparel stacking: Stack items of the same type that share the same health bar.
- Custom stack limits: Configure stack size in the mod settings, with values ranging from 10 to 100.
- Simple integration: Designed to work alongside existing stacking systems with minimal setup.
Compatiblity notes
It is recommended to place this mod above other stacking mods in your load order.
If you don’t want the mod in Turkish, you can translate it into English.
The mod was created using AI due to the lack of similar working alternatives. The author may consider creating a version that ignores item health conditions in the future.
(I take no responsibility for any issues that may arise, but I can share the code as open source if you’d like, for anyone interested in further developing it).
Changes I made:
1- The pawn is no longer allowed to wear all stacked clothing; instead of the stack disappearing completely, one item is removed.
2- When crafting, the game was previously using the game stack as a reference when we said “craft until there are x items”; I changed this so it now uses the item stack as a reference.
3- I added various new options to the settings menu.
4- I added a setting that allows only items with the same durability (HP) to be stacked.
5- We can now increase the stack limit up to 999.
