diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-08 16:19:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-08 15:19:31 +0000 |
commit | cbdf0add14b533e2a9e9618e8f20603835f26af4 (patch) | |
tree | 39c015eed4bdbeba6a0e2df782620ce141de1fc6 /items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json | |
parent | 38a1822fb413001d74d3c06be4c4ef6fa3435fde (diff) | |
download | NotEnoughUpdates-REPO-cbdf0add14b533e2a9e9618e8f20603835f26af4.tar.gz NotEnoughUpdates-REPO-cbdf0add14b533e2a9e9618e8f20603835f26af4.tar.bz2 NotEnoughUpdates-REPO-cbdf0add14b533e2a9e9618e8f20603835f26af4.zip |
Added new Skin, fixed rarity of skins and ore's (#1062)
Diffstat (limited to 'items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json')
-rw-r--r-- | items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json b/items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json new file mode 100644 index 00000000..ea957ccb --- /dev/null +++ b/items/PET_SKIN_FOUR_SEASONS_GRIFFIN.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§4Four Seasons Griffin Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7ded776e-18a5-3ab6-a98f-78493fb7d8a4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMDUzNDY2MDAxMSwKICAicHJvZmlsZUlkIiA6ICI4MDE4MjNkNThjZjA0YzVjYjJlOTE0MjIxYTNiNDcxYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJDQkVUSklBOUlfVGJNYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81OTdmMTVjMTlhODNkMmFlMDNkOTVhMDNjZDY4OGNhOTI4N2M3YmIzYzU5ZjFiNjI3NTcxMDZjNzMzNzY1ZWQyIgogICAgfQogIH0KfQ\"}]}},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 Griffin pets.\",9:\"\",10:\"§7§aFeatures! \",11:\"§7§8▶ §7This skin changes based on\",12:\"§7the current SkyBlock season! \",13:\"§7§8▶ §7Modifies the look of your\",14:\"§7§2Mythological Creatures§7!\",15:\"\",16:\"§7§eRight-click on your summoned\",17:\"§epet to apply this skin!\",18:\"\",19:\"§4§lULTIMATE COSMETIC\"],Name:\"§4Four Seasons Griffin Skin\"},ExtraAttributes:{id:\"PET_SKIN_FOUR_SEASONS_GRIFFIN\"},AttributeModifiers:[]}", + "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 Griffin pets.", + "", + "§7§aFeatures! ", + "§7§8▶ §7This skin changes based on", + "§7the current SkyBlock season! ", + "§7§8▶ §7Modifies the look of your", + "§7§2Mythological Creatures§7!", + "", + "§7§eRight-click on your summoned", + "§epet to apply this skin!", + "", + "§4§lULTIMATE COSMETIC" + ], + "internalname": "PET_SKIN_FOUR_SEASONS_GRIFFIN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |