rebalance recipe, add tooltip

This commit is contained in:
Jack Bond-Preston 2022-07-03 02:52:33 +01:00
parent c439fa1f6b
commit 2340f4d074
Signed by: jack
GPG Key ID: 010071F1482BA852
6 changed files with 12 additions and 6 deletions

View File

@ -68,8 +68,6 @@ namespace MagicStorageVoidBag.Items {
Recipe recipe = CreateRecipe();
recipe.AddIngredient<PortableAccess>();
recipe.AddIngredient(ItemID.VoidLens);
recipe.AddIngredient<RadiantJewel>();
recipe.AddTile(TileID.LunarCraftingStation);
recipe.Register();
}
}

View File

@ -3,5 +3,13 @@
ItemName: {
MSVoidBag: Magic Void Bag
}
ItemTooltip: {
MSVoidBag:
'''
<right> Storage Heart to store location
Currently not set to any location
'''
}
}
}

View File

@ -4,4 +4,4 @@ A mod that extends [Magic Storage](https://github.com/blushiemagic/MagicStorage)
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, and a Radiant Jewel. 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.

View File

@ -1,2 +1,2 @@
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, and a Radiant Jewel. 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.

View File

@ -1,2 +1,2 @@
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, and a Radiant Jewel. 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.