diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-08 09:45:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 08:45:49 +0000 |
commit | 798124acef1dde4d968d7f768e087fcbda5bdccb (patch) | |
tree | 6e0119450a0a82e001da7cebb63d68f4e727f396 /items/GOBLIN_EGG_GREEN.json | |
parent | 23b08cdc66f5029950798342818c86a47d14433e (diff) | |
download | NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.tar.gz NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.tar.bz2 NotEnoughUpdates-REPO-798124acef1dde4d968d7f768e087fcbda5bdccb.zip |
Fixed Magma Cube Pet stats and some lores (#1123)
Diffstat (limited to 'items/GOBLIN_EGG_GREEN.json')
-rw-r--r-- | items/GOBLIN_EGG_GREEN.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/GOBLIN_EGG_GREEN.json b/items/GOBLIN_EGG_GREEN.json index 5f7e78ef..a0743341 100644 --- a/items/GOBLIN_EGG_GREEN.json +++ b/items/GOBLIN_EGG_GREEN.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:egg", - "displayname": "§aGreen Goblin Egg", - "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin\",1:\"§7§oor the egg?\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aGreen Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_GREEN\"},AttributeModifiers:[]}", + "displayname": "§a§aGreen Goblin Egg", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7§oWhat came first the goblin or the\",1:\"§7§oegg?\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§a§aGreen Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_GREEN\"}}", "damage": 0, "lore": [ - "§7§7§oWhat came first the goblin", - "§7§oor the egg?", + "§7§7§oWhat came first the goblin or the", + "§7§oegg?", "", "§a§lUNCOMMON" ], "internalname": "GOBLIN_EGG_GREEN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg", |