tModLoader

tModLoader

Magic Storage
Showing 21-30 of 68 entries
< 1  2  3  4  5  6  7 >
Update: Aug 13, 2022 @ 12:30pm

Version v0.5.7.1 has been published to Preview learn more @ https://github.com/blushiemagic/MagicStorage/wiki

v0.5.7.1
See #magic-storage-changelog[discord.com] for more information.

- Fixed being unable to right click items in a storage
- Fixed a bug which caused the UI panels to initialize with the wrong height
- Added a safeguard for creating the ModConfigs folder if it doesn't exist
- Changed the search bars to show a random help text string (search name, search mod and name, search tooltip, search mod and tooltip)
- Fixed a bug which caused all loot bags to have a chance to drop a Radiant Jewel
- Compressed and rearranged the Craft Amount buttons to give the Stored Ingredients zone more room
- Fixed a bug where the Crafting Access would ignore recipe events (e.g. the Alchemy Table's 33% to not consume ingredients)
- Added a safeguard to the mass crafting logic to prevent attempts to craft more items than can be crafted
- Added logic to block all mouse events from UI elements located underneath Magic Storage's UI panels
- Prevented the ModernConfigurable button layout config file (MagicStorage_Options.nbt) from saving on servers since they can't use the file anyway
- Fixed a bug which allowed the UI panels to stay "active" after leaving a world

Update: Aug 12, 2022 @ 4:07pm

Version v0.5.7 has been published to Stable learn more @ https://github.com/blushiemagic/MagicStorage/wiki

v0.5.7
See #magic-storage-changelog[discord.com] for more information.

- Optimized the code used to combine items in storage systems
- Automatically disabled the Item debug information config option on first launch
- Fixed the netcode for storage systems
- Storage Hearts will now force any "map chunks" which contain their Storage Units to also be sent to clients in multiplayer
- Fixed a bug which caused items to be retrieved from the wrong stacks in a storage system
- Added new config options
- Search Bar Refreshes on Key Press
- Disable to make the search bar only refresh the UI when deselected (via enter or clicking off of it). Enabled by default.
- Favorites Filter Button
- Enable to allow favoriting items in storage and its filter. Disabled by default.
- Recipe Whitelist/Blacklist
- Enable to allow hiding recipes. Disabled by default
- Sorting/Filtering Button Layout
- Set which UI layout you want to use. Layouts described further down in the change log. Defaults to "Legacy"
- Fixed a bug which caused the Crafting Access to be unable to retrieve items added by Environment Simulators
- Optimized the netcode for Storage Units again
- Added the ability to Quick Stack items into nearby storage systems via the same button used to Quick Stack into chests
- Increased the drop rates for the Radiant Jewel
- Modified the Filter Potions filter to be more reliable on languages other than English
- Made the Connector tile count as a door for NPC housing (like how Platforms work)
- Fixed a bug which caused certain furnitures to not be valid for Magic Storage's various "Any X" recipe groups
- Fixed a bug which caused the mass crafting to consume more items than were needed
- Fixed the Automaton's bestiary entry displaying the wrong text
- Fixed a bug which caused the Environment Simulator to make "map chunks" fail to sync to clients in multiplayer
- Added an Environment Simulator module to Magic Storage which allows the Crafting Access to use items from the player's main inventory
- Improved the recipe logic for the Combined Stations (Final Tier) crafting station to be less misleading
- Reworked how the search bar in the Storage UI and Crafting UI works
- Remove the mod filter button due to mod searching being integrated into the reworked search bar
- Overhauled the API for the sorting and filtering options
- Various API changes
- Coins no longer automatically compact in a storage system
- Completely overhauled the UIs for Magic Storage
- The UIs now consist of "pages" of smaller UIs for various things
- The panels can now be clicked and moved around via the header containing the "page" tabs
- The UIs now have an "X" button to close the UI without having to right click on a component or exiting the player's inventory
- Completely removed the DPS displays/sorting/etc. due to the system being inadequate
- Optimized the mass crafting code
- Added new sorting and filtering options
- Sort by Damage, Sort by Quantity, Sort by Quantity Ratio
- Filter Weapons, Filter Armor and Equipment, Filter Other Weapons, Filter Unstackables, Filter Stackables, Filter Items Not Fully Researched, Filter Items Fully Researched, Filter by Materials
- Fixed a bug about IComparers returning inconsistent results
- The Automaton Housing config can now only be modified by the server host, should the config be available to clients for whatever reason
- Added various failsafes and safeguards to prevent code from throwing errors and making the UIs not fully load
- Added UI Layouts for organizing how the sorting and filtering buttons appear in the Storage and Crafting UIs
- Legacy
- Layout from v0.5.6.5 and previous versions.
- The Sorting and Filtering pages are disabled.
- ModernPaged
- Sorting and filtering options moved to the Sorting and Filtering pages.
- ModernConfigurable
- Select which sorting and filtering options from the Sorting and Filtering pages appear in the main UI page.
- LegacyWithGear
- Layout from v0.5.6.5 and previous versions if "Display extra sorting icons" was disabled.
- An additional gear icon is added which, when clicked, opens a panel containing all of the other options.
- The Sorting and Filtering pages are disabled.
- LegacyBasicWithPaged
- Layout from v0.5.6.5 and previous versions if "Display extra sorting icons" was disabled.
- Additional icons are in the Sorting and Filtering pages.
- ModernDropdown
- Two dropdown menus are added to the main UI page for selecting the desired sorting and filtering option.
- The Sorting and Filtering pages are disabled.
- Updated the localization files
- Added various other bug fixes and optimizations not listed here

Update: Aug 12, 2022 @ 4:05pm

Version v0.5.7 has been published to Preview learn more @ https://github.com/blushiemagic/MagicStorage/wiki

v0.5.7
See #magic-storage-changelog[discord.com] for more information.

- Optimized the code used to combine items in storage systems
- Automatically disabled the Item debug information config option on first launch
- Fixed the netcode for storage systems
- Storage Hearts will now force any "map chunks" which contain their Storage Units to also be sent to clients in multiplayer
- Fixed a bug which caused items to be retrieved from the wrong stacks in a storage system
- Added new config options
- Search Bar Refreshes on Key Press
- Disable to make the search bar only refresh the UI when deselected (via enter or clicking off of it). Enabled by default.
- Favorites Filter Button
- Enable to allow favoriting items in storage and its filter. Disabled by default.
- Recipe Whitelist/Blacklist
- Enable to allow hiding recipes. Disabled by default
- Sorting/Filtering Button Layout
- Set which UI layout you want to use. Layouts described further down in the change log. Defaults to "Legacy"
- Fixed a bug which caused the Crafting Access to be unable to retrieve items added by Environment Simulators
- Optimized the netcode for Storage Units again
- Added the ability to Quick Stack items into nearby storage systems via the same button used to Quick Stack into chests
- Increased the drop rates for the Radiant Jewel
- Modified the Filter Potions filter to be more reliable on languages other than English
- Made the Connector tile count as a door for NPC housing (like how Platforms work)
- Fixed a bug which caused certain furnitures to not be valid for Magic Storage's various "Any X" recipe groups
- Fixed a bug which caused the mass crafting to consume more items than were needed
- Fixed the Automaton's bestiary entry displaying the wrong text
- Fixed a bug which caused the Environment Simulator to make "map chunks" fail to sync to clients in multiplayer
- Added an Environment Simulator module to Magic Storage which allows the Crafting Access to use items from the player's main inventory
- Improved the recipe logic for the Combined Stations (Final Tier) crafting station to be less misleading
- Reworked how the search bar in the Storage UI and Crafting UI works
- Remove the mod filter button due to mod searching being integrated into the reworked search bar
- Overhauled the API for the sorting and filtering options
- Various API changes
- Coins no longer automatically compact in a storage system
- Completely overhauled the UIs for Magic Storage
- The UIs now consist of "pages" of smaller UIs for various things
- The panels can now be clicked and moved around via the header containing the "page" tabs
- The UIs now have an "X" button to close the UI without having to right click on a component or exiting the player's inventory
- Completely removed the DPS displays/sorting/etc. due to the system being inadequate
- Optimized the mass crafting code
- Added new sorting and filtering options
- Sort by Damage, Sort by Quantity, Sort by Quantity Ratio
- Filter Weapons, Filter Armor and Equipment, Filter Other Weapons, Filter Unstackables, Filter Stackables, Filter Items Not Fully Researched, Filter Items Fully Researched, Filter by Materials
- Fixed a bug about IComparers returning inconsistent results
- The Automaton Housing config can now only be modified by the server host, should the config be available to clients for whatever reason
- Added various failsafes and safeguards to prevent code from throwing errors and making the UIs not fully load
- Added UI Layouts for organizing how the sorting and filtering buttons appear in the Storage and Crafting UIs
- Legacy
- Layout from v0.5.6.5 and previous versions.
- The Sorting and Filtering pages are disabled.
- ModernPaged
- Sorting and filtering options moved to the Sorting and Filtering pages.
- ModernConfigurable
- Select which sorting and filtering options from the Sorting and Filtering pages appear in the main UI page.
- LegacyWithGear
- Layout from v0.5.6.5 and previous versions if "Display extra sorting icons" was disabled.
- An additional gear icon is added which, when clicked, opens a panel containing all of the other options.
- The Sorting and Filtering pages are disabled.
- LegacyBasicWithPaged
- Layout from v0.5.6.5 and previous versions if "Display extra sorting icons" was disabled.
- Additional icons are in the Sorting and Filtering pages.
- ModernDropdown
- Two dropdown menus are added to the main UI page for selecting the desired sorting and filtering option.
- The Sorting and Filtering pages are disabled.
- Updated the localization files
- Added various other bug fixes and optimizations not listed here

Update: Jul 11, 2022 @ 12:01pm

Version v0.5.6.5 has been published to Stable learn more @ https://forums.terraria.org/index.php?threads/magic-storage.106520/

v0.5.6.5

See #magic-storage-changelog[discord.com] for more information.

- prevented Storage Units and Crafting Accesses from being able to be destroyed by explosives while they contain items
- gave the Environment Simulator an actual name and tooltip (was previously erroneously called the Environment Access)
- improved the code related to the Environment Simulator's modules
- fixed the code responsible for packing items in a storage system
- fixed a bug that caused the Environment Simulator to not remember what storage system it was assigned to
- added code to migrate 1.3 Magic Storage - Extra tiles to 1.4 Magic Storage tiles
- significantly optimized the Creative Storage Unit's code
- removed the requirements for allowing the Automaton to move into housing
- fixed some bugs causing items to disappear from storage systems when doing anything that would potentially update a Storage Unit
- fixed the Crafting Access not crafting items properly
- added a new keybinding and config for helping users check why items aren't able to stack in a storage system

Update: Jul 11, 2022 @ 11:57am

Version v0.5.6.5 has been published to Preview learn more @ https://forums.terraria.org/index.php?threads/magic-storage.106520/

v0.5.6.5

See #magic-storage-changelog[discord.com] for more information.

- prevented Storage Units and Crafting Accesses from being able to be destroyed by explosives while they contain items
- gave the Environment Simulator an actual name and tooltip (was previously erroneously called the Environment Access)
- improved the code related to the Environment Simulator's modules
- fixed the code responsible for packing items in a storage system
- fixed a bug that caused the Environment Simulator to not remember what storage system it was assigned to
- added code to migrate 1.3 Magic Storage - Extra tiles to 1.4 Magic Storage tiles
- significantly optimized the Creative Storage Unit's code
- removed the requirements for allowing the Automaton to move into housing
- fixed some bugs causing items to disappear from storage systems when doing anything that would potentially update a Storage Unit
- fixed the Crafting Access not crafting items properly
- added a new keybinding and config for helping users check why items aren't able to stack in a storage system

Update: Jul 4, 2022 @ 12:28pm

Version v0.5.6.4 has been published to Stable learn more @ https://forums.terraria.org/index.php?threads/magic-storage.106520/

Update: Jul 4, 2022 @ 12:26pm

Version v0.5.6.4 has been published to Preview learn more @ https://forums.terraria.org/index.php?threads/magic-storage.106520/

Update: Jul 4, 2022 @ 11:15am

Version v0.5.6.3 has been published to Stable learn more @ https://forums.terraria.org/index.php?threads/magic-storage.106520/

Update: Jul 4, 2022 @ 11:12am

Version v0.5.6.3 has been published to Preview learn more @ https://forums.terraria.org/index.php?threads/magic-storage.106520/

Update: Jul 2, 2022 @ 11:03pm

Version v0.5.6.2 has been published to Stable learn more @ https://forums.terraria.org/index.php?threads/magic-storage.106520/