Compare commits
2 Commits
a3473a002d
...
3f9a325039
Author | SHA1 | Date | |
---|---|---|---|
3f9a325039 | |||
395bda3972
|
@ -1,4 +1,5 @@
|
|||||||
using MagicStorage;
|
using MagicStorage;
|
||||||
|
using MagicStorage.Common.Systems;
|
||||||
using MagicStorage.Components;
|
using MagicStorage.Components;
|
||||||
using MagicStorageVoidBag.Items;
|
using MagicStorageVoidBag.Items;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@ -33,7 +34,7 @@ namespace MagicStorageVoidBag.Hooks {
|
|||||||
|
|
||||||
heart.TryDeposit(returnItem);
|
heart.TryDeposit(returnItem);
|
||||||
heart.ResetCompactStage();
|
heart.ResetCompactStage();
|
||||||
StorageGUI.SetRefresh();
|
MagicUI.SetRefresh();
|
||||||
|
|
||||||
if (returnItem.stack != newItem.stack) {
|
if (returnItem.stack != newItem.stack) {
|
||||||
if (newItem.IsACoin) {
|
if (newItem.IsACoin) {
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<!-- Import tModLoader mod properties -->
|
||||||
<Import Project="../tModLoader.targets" />
|
<Import Project="../tModLoader.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AssemblyName>MagicStorageVoidBag</AssemblyName>
|
<AssemblyName>MagicStorageVoidBag</AssemblyName>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
|
||||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="tModLoader.CodeAssist" Version="0.1.*" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="MagicStorage">
|
<Reference Include="MagicStorage">
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Adds an upgraded void bag that combines functionality of the Void Bag and Portable Remote Storage Access, by putting items into a magic storage system when your inventory is full (and allowing remote access as usual).
|
Adds an upgraded void bag that combines functionality of the Void Bag and Portable Remote Storage Access, by putting items into a magic storage system when your inventory is full (and allowing remote access as usual).
|
||||||
This item is crafted by combining a Void Bag with a Portable Remote Storage Access. To link it with your storage system, right click the Storage Heart with the bag equipped.
|
This item is crafted by combining a Void Bag with a Portable Remote Storage Access. To link it with your storage system, right click the Storage Heart with the bag equipped.
|
||||||
|
|
||||||
GitHub: https://github.com/jackbondpreston/MagicStorageVoidBag
|
Git: https://git.jackbondpreston.me/jack/MagicStorageVoidBag
|
||||||
Discord server if you need support/don't want to report bugs on GitHub: https://discord.gg/Z6V77mbtZQ
|
Discord server if you need support/don't want to report bugs on GitHub: https://discord.gg/Z6V77mbtZQ
|
||||||
|
|
||||||
Thanks to the original MagicStorage mod for some code and of course the functionality of the original mod!
|
Thanks to the original MagicStorage mod for some code and of course the functionality of the original mod!
|
Reference in New Issue
Block a user