diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-30 21:19:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 20:19:12 +0000 |
commit | af0ba996fd27e466e978f4a699fd29771cc3d36f (patch) | |
tree | bd856915b327f4acfe951564f5d7bcb5b33e138c /items/PET_SKIN_SNOWBALL_SPIRIT.json | |
parent | 40f8d9eab9346a4c8d6fe6b6ea57f37d004c204b (diff) | |
download | NotEnoughUpdates-REPO-af0ba996fd27e466e978f4a699fd29771cc3d36f.tar.gz NotEnoughUpdates-REPO-af0ba996fd27e466e978f4a699fd29771cc3d36f.tar.bz2 NotEnoughUpdates-REPO-af0ba996fd27e466e978f4a699fd29771cc3d36f.zip |
Added new pet and backpack skin (#1055)
and a missing npc
Diffstat (limited to 'items/PET_SKIN_SNOWBALL_SPIRIT.json')
-rw-r--r-- | items/PET_SKIN_SNOWBALL_SPIRIT.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/PET_SKIN_SNOWBALL_SPIRIT.json b/items/PET_SKIN_SNOWBALL_SPIRIT.json new file mode 100644 index 00000000..15462a0a --- /dev/null +++ b/items/PET_SKIN_SNOWBALL_SPIRIT.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Snowball Spirit Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8b345c5f-b12e-3ef1-929f-19abec0bc509\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTU1NDAwMzI4MywKICAicHJvZmlsZUlkIiA6ICJlOTgxNDA1MTJiNmQ0MzVhOWQwYzdmY2RjMzQxM2M3OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYXphcmJla0FsZGEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjhmMzNhNDkxODVjMDdhZTIxZjNiNGQ1YTU2OWFjZDEyYWUxMTE1N2U0OTZjY2NjMjY0ODdlZDFiMDlkZWQzZiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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 Spirit pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Snowball Spirit Skin\"},ExtraAttributes:{id:\"PET_SKIN_SNOWBALL_SPIRIT\"}}", + "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 Spirit pets.", + "", + "§7§eRight-click on your summoned", + "§epet to apply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_SNOWBALL_SPIRIT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |