From 2340f4d074ed4bf26bb707deced8827de3047335 Mon Sep 17 00:00:00 2001 From: Jack Bond-Preston Date: Sun, 3 Jul 2022 02:52:33 +0100 Subject: [PATCH] rebalance recipe, add tooltip --- Items/MSVoidBag.cs | 2 -- Localization/en-US.hjson | 8 ++++++++ README.md | 2 +- build.txt | 2 +- description.txt | 2 +- description_workshop.txt | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Items/MSVoidBag.cs b/Items/MSVoidBag.cs index 2a513fc..c918e90 100644 --- a/Items/MSVoidBag.cs +++ b/Items/MSVoidBag.cs @@ -68,8 +68,6 @@ namespace MagicStorageVoidBag.Items { Recipe recipe = CreateRecipe(); recipe.AddIngredient(); recipe.AddIngredient(ItemID.VoidLens); - recipe.AddIngredient(); - recipe.AddTile(TileID.LunarCraftingStation); recipe.Register(); } } diff --git a/Localization/en-US.hjson b/Localization/en-US.hjson index 1651081..8bea24e 100644 --- a/Localization/en-US.hjson +++ b/Localization/en-US.hjson @@ -3,5 +3,13 @@ ItemName: { MSVoidBag: Magic Void Bag } + ItemTooltip: { + MSVoidBag: + ''' + Storage Heart to store location + Currently not set to any location + ''' + } } + } \ No newline at end of file diff --git a/README.md b/README.md index 96f4ca0..d8f8bb7 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/build.txt b/build.txt index 346fefb..e7fb841 100644 --- a/build.txt +++ b/build.txt @@ -1,4 +1,4 @@ -displayName = Magic Storage Void Bag +displayName = MagicStorage Void Bag author = jack version = 0.1 modReferences = MagicStorage diff --git a/description.txt b/description.txt index 6482298..e6f7a4e 100644 --- a/description.txt +++ b/description.txt @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/description_workshop.txt b/description_workshop.txt index 6482298..e6f7a4e 100644 --- a/description_workshop.txt +++ b/description_workshop.txt @@ -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. \ No newline at end of file +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. \ No newline at end of file