diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-31 13:45:15 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-31 13:45:15 -0400 |
commit | 63ba167a1d31bdfefc452de23af4fc161d2b7b61 (patch) | |
tree | 49e1cac7f37d89ea23f71aba84d42f2e2453581c /items/PET_ITEM_SPOOKY_CUPCAKE.json | |
parent | 5cb9414a678506aa6f11b0d81e79f2cb13c9ef24 (diff) | |
download | NotEnoughUpdates-REPO-63ba167a1d31bdfefc452de23af4fc161d2b7b61.tar.gz NotEnoughUpdates-REPO-63ba167a1d31bdfefc452de23af4fc161d2b7b61.tar.bz2 NotEnoughUpdates-REPO-63ba167a1d31bdfefc452de23af4fc161d2b7b61.zip |
Stuff I Missed
Still Need to add WIKI URLS to previous comit
Diffstat (limited to 'items/PET_ITEM_SPOOKY_CUPCAKE.json')
-rw-r--r-- | items/PET_ITEM_SPOOKY_CUPCAKE.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/PET_ITEM_SPOOKY_CUPCAKE.json b/items/PET_ITEM_SPOOKY_CUPCAKE.json new file mode 100644 index 00000000..dcd06af9 --- /dev/null +++ b/items/PET_ITEM_SPOOKY_CUPCAKE.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aSpooky Cupcake", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"17d66611-a79c-3662-b09f-29c7fcd34fdb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDk3YWQ5OWQ1M2FhY2NlNmI3YTg0ZDg3NGU2N2I4YzU2ZmFkZWRmZGY2YTI1NjVjNzYyNmNlZmJmYzMwYzM1MSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Increases §c❁ Strength §7by\",8:\"§7§a30 §7and §f✦ Speed §7by §a20\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§egive it this item!\",12:\"\",13:\"§a§lUNCOMMON PET ITEM\"],Name:\"§f§f§aSpooky Cupcake\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"PET_ITEM_SPOOKY_CUPCAKE\",uuid:\"c2e88a19-2b1a-466d-8708-a67ab9d8ccdb\",timestamp:\"10/31/20 4:55 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Increases §c❁ Strength §7by", + "§7§a30 §7and §f✦ Speed §7by §a20", + "", + "§7§eRight click on your pet to", + "§egive it this item!", + "", + "§a§lUNCOMMON PET ITEM" + ], + "internalname": "PET_ITEM_SPOOKY_CUPCAKE", + "crafttext": "", + "clickcommand": "", + "modver": "1.5-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" + ] +}
\ No newline at end of file |