diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-22 15:56:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 09:56:52 -0400 |
commit | 92066489fdf9a26beb020347709bac55bc91467a (patch) | |
tree | d919d77cc182c8a5899e73e6555c6020c255dc31 /items/GOBLIN_EGG_BLUE.json | |
parent | 7d57c2e37b0426d6ebe0053a8e8a2b77891475ef (diff) | |
download | NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.tar.gz NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.tar.bz2 NotEnoughUpdates-REPO-92066489fdf9a26beb020347709bac55bc91467a.zip |
Stuff (#558)
* Stuff
* New Skins & Fix
* New Items
* Fixed Pristine on MEB
* Added Pet to pets json
* Added another Rainbow name
* Rainbow Name
* Wiki Links
Diffstat (limited to 'items/GOBLIN_EGG_BLUE.json')
-rw-r--r-- | items/GOBLIN_EGG_BLUE.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/GOBLIN_EGG_BLUE.json b/items/GOBLIN_EGG_BLUE.json new file mode 100644 index 00000000..a1a62a1c --- /dev/null +++ b/items/GOBLIN_EGG_BLUE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:egg", + "displayname": "§f§f§9Blue Goblin 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:\"§f§f§9Blue Goblin Egg\"},ExtraAttributes:{id:\"GOBLIN_EGG_BLUE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "", + "§7§7§oWhat came first the goblin", + "§7§oor the egg?", + "", + "§9§lRARE" + ], + "internalname": "GOBLIN_EGG_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Goblin_Egg" + ] +}
\ No newline at end of file |