rebalance recipe, add tooltip
This commit is contained in:
parent
c439fa1f6b
commit
2340f4d074
@ -68,8 +68,6 @@ namespace MagicStorageVoidBag.Items {
|
|||||||
Recipe recipe = CreateRecipe();
|
Recipe recipe = CreateRecipe();
|
||||||
recipe.AddIngredient<PortableAccess>();
|
recipe.AddIngredient<PortableAccess>();
|
||||||
recipe.AddIngredient(ItemID.VoidLens);
|
recipe.AddIngredient(ItemID.VoidLens);
|
||||||
recipe.AddIngredient<RadiantJewel>();
|
|
||||||
recipe.AddTile(TileID.LunarCraftingStation);
|
|
||||||
recipe.Register();
|
recipe.Register();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,5 +3,13 @@
|
|||||||
ItemName: {
|
ItemName: {
|
||||||
MSVoidBag: Magic Void Bag
|
MSVoidBag: Magic Void Bag
|
||||||
}
|
}
|
||||||
|
ItemTooltip: {
|
||||||
|
MSVoidBag:
|
||||||
|
'''
|
||||||
|
<right> Storage Heart to store location
|
||||||
|
Currently not set to any location
|
||||||
|
'''
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
@ -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).
|
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.
|
@ -1,4 +1,4 @@
|
|||||||
displayName = Magic Storage Void Bag
|
displayName = MagicStorage Void Bag
|
||||||
author = jack
|
author = jack
|
||||||
version = 0.1
|
version = 0.1
|
||||||
modReferences = MagicStorage
|
modReferences = MagicStorage
|
||||||
|
@ -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).
|
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.
|
@ -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).
|
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.
|
Loading…
Reference in New Issue
Block a user