dev: update for tML v2025.04.3.0 and MagicStorage v0.7.0.4
Signed-off-by: Jack Bond-Preston <jackbondpreston@outlook.com>
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using MagicStorage;
|
||||
using MagicStorage.Common.Systems;
|
||||
using MagicStorage.Components;
|
||||
using MagicStorageVoidBag.Items;
|
||||
using System.Linq;
|
||||
@ -33,7 +34,7 @@ namespace MagicStorageVoidBag.Hooks {
|
||||
|
||||
heart.TryDeposit(returnItem);
|
||||
heart.ResetCompactStage();
|
||||
StorageGUI.SetRefresh();
|
||||
MagicUI.SetRefresh();
|
||||
|
||||
if (returnItem.stack != newItem.stack) {
|
||||
if (newItem.IsACoin) {
|
||||
|
Reference in New Issue
Block a user