- The network part of the mod has been reworked. Now packets can be split into several smaller packets if there is too much data.
- Added the ability to cache the store on the client to reduce network load. The use_cached_shop_data parameter has appeared in the configuration. It is enabled by default, but if you do not want a copy of the stores to be stored on the client, disable it.
- The shop button has been returned to the inventory.
Full Changelog: https://github.com/DeusSixik/SDMShop/compare/7.1.10...7.1.12
Fix bug when shop can't open
Fix FTB Quests integration crash
Add Wallet Menu Add Currencies Commands Fix not show (sell/buy) params in settings Add Tittle settings for some Entries
Added Multiple Shops: Added support for creating and managing multiple shops within the mod. Favorites System: Players can now add items to a favorites list for quick access. Item Reordering: Added the ability to move items to another item's position in the shop interface. Developer API: Introduced an API for developers to extend and integrate with the SDM Shop mod. Changed Improved Search: Enhanced search functionality to include not only items but other shop elements (e.g., tags, commands, etc.). ASK Architecture: Switched to an Asynchronous Synchronization Kernel (ASK) architecture for improved performance and synchronization. SDM Economy: Transitioned to the new SDM Economy system, enabling support for multiple currencies. Enhanced Mod Integrations: Improved integration with Stage Mods (e.g., GameStages, AStages) and FTB Quests for better compatibility and functionality. Fixed Item Transactions: Resolved bugs related to buying and selling items, ensuring smoother transactions. Currency Rendering: Fixed issues with currency rendering in the shop interface. Removed Legacy Shop File Support: Dropped support for old shop configuration files due to the new system architecture. Planned Features KubeJS/CraftTweaker Support: Future integration with KubeJS and CraftTweaker for enhanced scripting capabilities. Global Variables: Planned support for global variables to manage shop settings and configurations more effectively.



