# 12.2.2025

**Updates v1.10.0**

* Unique items that were previously non-stackable can now be stacked, and the metadata remains intact. | [Video](https://youtu.be/BmUAN9OFQhY)
* Added the `config.maxStacks` setting:
  * Items specified in this setting cannot be stacked beyond the defined limit (similar to Minecraft).
  * With the `config.defaultMaxStackAmount` setting, you can assign a default stacking value for any item not explicitly included in the config.
* Fixed all issues related to the 1.9.0 update.
* Added `ForceOpenInventory` Export

```
modified:   fxmanifest.lua
modified:   languages/en.lua
modified:   languages/tr.lua
modified:   server/FWFunctions.lua
modified:   server/server.lua
modified:   shared/itemList.lua
modified:   shared/shared.lua
modified:   ui/build (delete the 'ui/build' folder before updating the 'ui/build' folder)
+new:       configs/configMaxStack.lua
```

{% embed url="<https://youtu.be/BmUAN9OFQhY>" %}
