Add Async Load/Save shop data Add Key Bing Info Fix Sync when edit entry
Fix FTB Integration
- Rename file sdmshop-client.nbt to sdmshop-common
- Add command /sdmshop open_screen for server developers
- Add config param what disable keybinds and button in inventory so that the player cannot open the store. Useful for servers if you want to create an NPC that will open a store
Crash fix Fix tooltip entry
- Added converter from older versions
- Completely redesigned shop interface. If someone doesn't like it you can revert to the old version via the config
- Corrected translation errors
- Fixed crashes when running on a dedicated server
- Fixed command type trades that were not bought
- API for addon development redesigned
- Added /sdm_shop reloadClient command which reloads the interface
The mod has been completely redesigned
-
The interface code has been redesigned. Now it can scale normally to the size of the monitor
-
Added scrollbars in the interface
-
The network code has been rewritten. Now all tabs should sync correctly with the players
-
A prototype of new customization systems has been added. However, players do not have access to it and so far it is only being converted by itself.
-
Abandonment of FTB Teams
-
Abandonment of FTB Quests
-
Added dependency on SDM Economy
-
Added dependency on SDM UI Lib
AT THE MOMENT, THE OLD VERSIONS OF THE STORE ARE NOT SUPPORTED AND IF YOU ARE UPDATING, THEN SAVE YOUR OLD FILE config/SDMShop/sdmshop.snbt
Net code fix