dev: update for tML v2025.04.3.0 and MagicStorage v0.7.0.4

This commit is contained in:
2025-06-25 10:41:02 +01:00
parent 395bda3972
commit ce4a78454d
4 changed files with 5 additions and 7 deletions

View File

@ -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) {