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_MOLE_MINER.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_MOLE_MINER.json')
-rw-r--r-- | items/PET_SKIN_MOLE_MINER.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/PET_SKIN_MOLE_MINER.json b/items/PET_SKIN_MOLE_MINER.json new file mode 100644 index 00000000..3fb9f2a2 --- /dev/null +++ b/items/PET_SKIN_MOLE_MINER.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Miner Mole Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e8dfc134-3238-3abe-a6b3-cfe784e717c4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODY4Mzc0OTgxNSwKICAicHJvZmlsZUlkIiA6ICJhOWNhY2U4NzAyNTk0NTUzYmRmZGFlN2RjMWYwNmVhNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJQcmluY2VWUyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81MWE2MDg0OTY5MzgzM2ZiYmVlMjBjZjQ2ZGExOTg2N2U3ZTZhOWQ5MDMwZGU5YjNhYTE5N2M3YTE3Y2IxMzU5IgogICAgfQogIH0KfQ\"}]}},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 Mole\",7:\"§7pets.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§eapply this skin!\",11:\"\",12:\"§5§lEPIC COSMETIC\"],Name:\"§5Miner Mole Skin\"},ExtraAttributes:{id:\"PET_SKIN_MOLE_MINER\"}}", + "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 Mole", + "§7pets.", + "", + "§7§eRight-click on your summoned pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_MOLE_MINER", + "crafttext": "", + "clickcommand": "", + "modver": "", + "infoType": "" +}
\ No newline at end of file |