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.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'items/GOBLIN_EGG.json') diff --git a/items/GOBLIN_EGG.json b/items/GOBLIN_EGG.json index 0c735e31..7c509a10 100644 --- a/items/GOBLIN_EGG.json +++ b/items/GOBLIN_EGG.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:egg", "displayname": "§9Goblin Egg", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oWhat came first the goblin\",2:\"§7§oor the egg?\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG\"},AttributeModifiers:[]}", + "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:\"§9Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "", "§7§7§oWhat came first the goblin", "§7§oor the egg?", "", @@ -13,9 +12,9 @@ "internalname": "GOBLIN_EGG", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info":[ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg" ] -} \ No newline at end of file +} -- cgit