diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-20 22:02:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 20:02:39 +0000 |
commit | 880ebc1d611355b6d0ff839a90459a2fe5f0cedd (patch) | |
tree | c6a7773585987f00c1c22bf710a97c0b92cbb6cf /items/PET_SKIN_GOLEM_END.json | |
parent | 0030012966b27454e5bed1ab3bc4ef8f6ae0f695 (diff) | |
download | NotEnoughUpdates-REPO-880ebc1d611355b6d0ff839a90459a2fe5f0cedd.tar.gz NotEnoughUpdates-REPO-880ebc1d611355b6d0ff839a90459a2fe5f0cedd.tar.bz2 NotEnoughUpdates-REPO-880ebc1d611355b6d0ff839a90459a2fe5f0cedd.zip |
Fixed Paleo Ench, black cat stat and added new skins (#1168)
Diffstat (limited to 'items/PET_SKIN_GOLEM_END.json')
-rw-r--r-- | items/PET_SKIN_GOLEM_END.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/PET_SKIN_GOLEM_END.json b/items/PET_SKIN_GOLEM_END.json new file mode 100644 index 00000000..b0fcb5c9 --- /dev/null +++ b/items/PET_SKIN_GOLEM_END.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5End Golem Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"25e0def4-ffa9-331d-b7de-de830e57ee9a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMzM2NDI1ODc5MywKICAicHJvZmlsZUlkIiA6ICI1OGZmZWI5NTMxNGQ0ODcwYTQwYjVjYjQyZDRlYTU5OCIsCiAgInByb2ZpbGVOYW1lIiA6ICJTa2luREJuZXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmQwNmUwNjM2NGZkZDc2ZjUyNGRjZDQ4YzIyYzc0MzA2ODYwNGJkZTg4OTYxNGFhYWM2MTg4YjlhMDliNjAzNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but only\",4:\"§7one skin can be active at a time!\",5:\"\",6:\"§7§7This skin can only be applied to\",7:\"§7Golem pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5End Golem Skin\"},ExtraAttributes:{id:\"PET_SKIN_GOLEM_END\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but only", + "§7one skin can be active at a time!", + "", + "§7§7This skin can only be applied to", + "§7Golem pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_GOLEM_END", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |