diff options
author | Maksasj <36482401+Maksasj@users.noreply.github.com> | 2021-07-23 19:45:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 12:45:56 -0400 |
commit | 678fc30f0aab96d88f5922355ce58ff08da6f014 (patch) | |
tree | 6e65b2be8c3e96a19e849d7d4d75f682fdbe0ea2 /items/AMBER_MATERIAL.json | |
parent | b49735517cb3d9fed714e061b3f695f24536a1b4 (diff) | |
download | NotEnoughUpdates-REPO-678fc30f0aab96d88f5922355ce58ff08da6f014.tar.gz NotEnoughUpdates-REPO-678fc30f0aab96d88f5922355ce58ff08da6f014.tar.bz2 NotEnoughUpdates-REPO-678fc30f0aab96d88f5922355ce58ff08da6f014.zip |
For some crystal hollows items , lore fix (#557)
* corrected lore GOBLIN_OMELETTE_BLUE_CHEESE
Lore was inscribed from Sunny Side Goblin Omelette , also there was a mistake in the crafting recipe.
* Update GOBLIN_OMELETTE_SUNNY_SIDE.json
* Update GOBLIN_OMELETTE_SPICY.json
* Update AMBER_MATERIAL.json
* Updated lore for Mithril-Plated Drill Engine
* Updated lore for Mithril-Infused Fuel Tank
* Updated lore for Pesto Goblin Omelette
* Updated lore for Titanium-Plated Drill Engine
* Updated lore for Goblin Omelette
* Updated lore for Titanium-Infused Fuel Tank
* Updated lore for Spicy Goblin Omelette
* Updated lore for Perfectly Cut Fuel Tank
* Updated lore for Mithril-Plated Drill Engine
* Updated lore for Mithril-Infused Fuel Tank
* Updated lore for Pesto Goblin Omelette
* Updated lore for Titanium-Plated Drill Engine
* Updated lore for Goblin Omelette
* Updated lore for Titanium-Infused Fuel Tank
* Updated lore for Spicy Goblin Omelette
* Updated lore for Perfectly-Cut Fuel Tank
Diffstat (limited to 'items/AMBER_MATERIAL.json')
-rw-r--r-- | items/AMBER_MATERIAL.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/items/AMBER_MATERIAL.json b/items/AMBER_MATERIAL.json index 075b6b02..b25d83b9 100644 --- a/items/AMBER_MATERIAL.json +++ b/items/AMBER_MATERIAL.json @@ -18,7 +18,13 @@ "§7Requires §aMining Skill Level", "§aXXX§7!", "", - "§5§lEPIC REFORGE STONE" + "§5§lEPIC REFORGE STONE", + "", + "§eItems Required", + "§aFine Amber Gemstone §7x12", + "§9Golden Plate §7x1", + "", + "§7Duration: §b7h" ], "internalname": "AMBER_MATERIAL", "crafttext": "", @@ -28,4 +34,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Amber_Material" ] -}
\ No newline at end of file +} |