diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-19 13:57:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 13:57:55 +0200 |
commit | 6acd14d0fc8bc54bf527ae113e34e6a042e2f811 (patch) | |
tree | 5bd992dc18d264516a21d303bc6460bc9d82752a /items/PET_SKIN_MONKEY_LEMUR.json | |
parent | 610e81739195b605f5b73941707e3b5ec39b6e46 (diff) | |
download | NotEnoughUpdates-REPO-6acd14d0fc8bc54bf527ae113e34e6a042e2f811.tar.gz NotEnoughUpdates-REPO-6acd14d0fc8bc54bf527ae113e34e6a042e2f811.tar.bz2 NotEnoughUpdates-REPO-6acd14d0fc8bc54bf527ae113e34e6a042e2f811.zip |
Fixed chances for necron and fixed rng score numbers (#941)
* Fixed chances for necron and fixed rng score numbers
* Fixed pattern and lore of totem
* Added new skin and fixed some spelling things
Diffstat (limited to 'items/PET_SKIN_MONKEY_LEMUR.json')
-rw-r--r-- | items/PET_SKIN_MONKEY_LEMUR.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PET_SKIN_MONKEY_LEMUR.json b/items/PET_SKIN_MONKEY_LEMUR.json new file mode 100644 index 00000000..95d5d325 --- /dev/null +++ b/items/PET_SKIN_MONKEY_LEMUR.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dLemur Monkey Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5df5f13c-d89a-3ac7-816f-d35183abeeb4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4NzAyMjYyOTUyNSwKICAicHJvZmlsZUlkIiA6ICI1ZWQ4OTJiN2UyZGU0ZjYyYjIyNmFjNjQwZDA0YmJiOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJmcm9zdGVkc3Vuc2hpbmUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZmNDVlYjhhOGJlZjNmOGVlNDA2YWMwOTIzZDg2MjZjNWU1YjdmZjUxMWNmYmQ0MTdjOTk0YjY4OTQxZjEwNCIKICAgIH0KICB9Cn0\"}]}},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 Monkey pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dLemur Monkey Skin\"},ExtraAttributes:{id:\"PET_SKIN_MONKEY_LEMUR\"},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 Monkey pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your summoned", + "§epet to apply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_MONKEY_LEMUR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale", + "https://wiki.hypixel.net/Fire_Sale" + ] +}
\ No newline at end of file |