From ea8ff6747f9f8cdc78f70ba0e183acb4d8e78d81 Mon Sep 17 00:00:00 2001 From: Eejit <76887639+Eejit43@users.noreply.github.com> Date: Fri, 6 Aug 2021 11:32:46 -0400 Subject: Updating Goblin Eggs (#581) * Updating Goblin Eggs * Update GOBLIN_EGG_GREEN.json * Update GOBLIN_EGG_BLUE.json * Update GOBLIN_EGG_RED.json * Update GOBLIN_EGG_YELLOW.json --- items/GOBLIN_EGG_YELLOW.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'items/GOBLIN_EGG_YELLOW.json') diff --git a/items/GOBLIN_EGG_YELLOW.json b/items/GOBLIN_EGG_YELLOW.json index 9f1dc14f..5b9e2cee 100644 --- a/items/GOBLIN_EGG_YELLOW.json +++ b/items/GOBLIN_EGG_YELLOW.json @@ -1,10 +1,13 @@ { "itemid": "minecraft:egg", - "displayname": "§aYellow Goblin Egg", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aYellow Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_YELLOW\"}}", + "displayname": "§eYellow Goblin Egg", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin\",1:\"§7§oor the egg?\",2:\"\",3:\"§9§lRARE\"],Name:\"§eYellow Goblin Egg\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GOBLIN_EGG_YELLOW\",uuid:\"19f698e7-436e-45b3-9f5a-dddab1e6753a\",timestamp:\"7/21/21 12:52 PM\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "§a§lUNCOMMON" + "§7§7§oWhat came first the goblin", + "§7§oor the egg?", + "", + "§9§lRARE" ], "internalname": "GOBLIN_EGG_YELLOW", "crafttext": "", @@ -14,4 +17,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg" ] -} \ No newline at end of file +} -- cgit