diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-06 17:56:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 17:56:26 +0200 |
commit | 4e27c2ab6eec0cd77e44de992cd851ccb56032ce (patch) | |
tree | 2c0cd0a34f6bf1763d02f0b47908e1d8a571e992 /items/PET_SKIN_BEE_ZOMBEE.json | |
parent | fec230b4b3bd5902fbc0f519fada7cd23e4d3e1d (diff) | |
download | NotEnoughUpdates-REPO-4e27c2ab6eec0cd77e44de992cd851ccb56032ce.tar.gz NotEnoughUpdates-REPO-4e27c2ab6eec0cd77e44de992cd851ccb56032ce.tar.bz2 NotEnoughUpdates-REPO-4e27c2ab6eec0cd77e44de992cd851ccb56032ce.zip |
Added new Spook Event Items (#837)
* Added new Spook Event Items
* Added another item
* Added Ench Shears
* Added Dead Seed
* Added new Furniture Items
* Added Precious Item
* Added the other 6 items
* Fixed Great Spook Armor
Diffstat (limited to 'items/PET_SKIN_BEE_ZOMBEE.json')
-rw-r--r-- | items/PET_SKIN_BEE_ZOMBEE.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_SKIN_BEE_ZOMBEE.json b/items/PET_SKIN_BEE_ZOMBEE.json new file mode 100644 index 00000000..8a88fff2 --- /dev/null +++ b/items/PET_SKIN_BEE_ZOMBEE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5ZomBee Bee Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29b27f2a-c252-3ae5-a443-e2100c47d961\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2NDE1Njc0MTA0OSwKICAicHJvZmlsZUlkIiA6ICIxNmQ4NjI4NzYzMWY0NDY2OGQ0NDM2ZTJlY2IwNTllNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZXphVG91cm5leSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mNmUxYWU5M2FkNWU5NGEwOTA0YTA4NzdmZjE0YTlkZTU2MDgzMjQyYTU3ODZhYzdkYzUwM2UwOThhZTM3MTIwIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Bee pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5ZomBee Bee Skin\"},ExtraAttributes:{id:\"PET_SKIN_BEE_ZOMBEE\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Bee pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_BEE_ZOMBEE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file |