5 Commits

Author SHA1 Message Date
4ab4a8bb38 ci: fix? 2022-07-07 15:18:57 +01:00
3474cbca99 ci: add "when" clauses 2022-07-07 14:43:18 +01:00
b014280413 ci: clone in subdir 2022-07-07 14:34:42 +01:00
09d97d4949 ci: initial woodpecker config 2022-07-07 13:44:56 +01:00
994a5095ca doc: update descriptions 2022-07-04 16:38:22 +01:00
3 changed files with 17 additions and 1 deletions

11
.woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
pipeline:
clone:
git:
image: woodpeckerci/plugin-git
settings:
- path: MagicStorageVoidBag
build:
image: mcr.microsoft.com/dotnet/sdk
commands:
- ls

View File

@ -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).
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!

View File

@ -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).
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!