diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-18 16:58:53 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-01-18 16:58:53 -0500 |
commit | 2bfed4707b92a8dd4867da0379a95f2b7dfee8da (patch) | |
tree | 72ebcd8b684c14cd0a946aaeb9e761442448d9d9 /items/GOBLIN_EGG.json | |
parent | e285d3ee32da914c55cf230c0f4dc013da097ef7 (diff) | |
download | NotEnoughUpdates-REPO-2bfed4707b92a8dd4867da0379a95f2b7dfee8da.tar.gz NotEnoughUpdates-REPO-2bfed4707b92a8dd4867da0379a95f2b7dfee8da.tar.bz2 NotEnoughUpdates-REPO-2bfed4707b92a8dd4867da0379a95f2b7dfee8da.zip |
Tell Hypixel to stop changing the rarity of items
Diffstat (limited to 'items/GOBLIN_EGG.json')
-rw-r--r-- | items/GOBLIN_EGG.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/items/GOBLIN_EGG.json b/items/GOBLIN_EGG.json index 8fa53ad4..0c735e31 100644 --- a/items/GOBLIN_EGG.json +++ b/items/GOBLIN_EGG.json @@ -1,18 +1,21 @@ { "itemid": "minecraft:egg", - "displayname": "§aGoblin Egg", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7§oWhat came first the goblin\",2:\"§7§oor the egg?\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aGoblin Egg\"},ExtraAttributes:{id:\"GOBLIN_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:[]}", "damage": 0, "lore": [ "", "§7§7§oWhat came first the goblin", "§7§oor the egg?", "", - "§a§lUNCOMMON" + "§9§lRARE" ], "internalname": "GOBLIN_EGG", "crafttext": "", "clickcommand": "", "modver": "1.7.1-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info":[ + "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg" + ] }
\ No newline at end of file |