Compare commits
5 Commits
v1.1
...
4ab4a8bb38
Author | SHA1 | Date | |
---|---|---|---|
4ab4a8bb38
|
|||
3474cbca99
|
|||
b014280413
|
|||
09d97d4949
|
|||
994a5095ca
|
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline:
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
settings:
|
||||||
|
- path: MagicStorageVoidBag
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: mcr.microsoft.com/dotnet/sdk
|
||||||
|
commands:
|
||||||
|
- ls
|
@ -1,2 +1,4 @@
|
|||||||
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.
|
||||||
|
|
||||||
|
Thanks to the original MagicStorage mod for some code and of course the functionality of the original mod!
|
@ -1,4 +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
|
||||||
|
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