diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-14 15:35:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 14:35:06 +0000 |
commit | ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba (patch) | |
tree | 0329568de1a91644b35431514b4bc432b9e0dfd3 /items/ZODD_NPC.json | |
parent | f3d191a9f1f74c0bed3b8554262ca76c7439a239 (diff) | |
download | NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.tar.gz NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.tar.bz2 NotEnoughUpdates-REPO-ab5deaf0456ac937cffdf4e7364bbfd2b19fa7ba.zip |
Added new skins and npc, fixed lore of cacuum (#1128)
* Added new skins and npc, fixed lore of cacuum
* Fixed Slient Pearl
Diffstat (limited to 'items/ZODD_NPC.json')
-rw-r--r-- | items/ZODD_NPC.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/ZODD_NPC.json b/items/ZODD_NPC.json new file mode 100644 index 00000000..b3e91e83 --- /dev/null +++ b/items/ZODD_NPC.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Zodd (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"391f4bce-21b4-2ebe-8c45-cf1887c101d4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NmNzI1MmExM2RjZTFlNWZlZWYzNGFkZmU0NDdhM2E4ODQ2YmE1YWEzOTQ3OWIxMzk0ZTkwNTYxYTRlZmZmZmMifX19\"}]},Name:\"391f4bce-21b4-2ebe-8c45-cf1887c101d4\"},display:{Lore:[0:\"§7This NPC can be found in §cThe Catacombs§7.\"],Name:\"§9Zodd (NPC)\"},ExtraAttributes:{id:\"ZODD_NPC\"}}", + "damage": 3, + "lore": [ + "§7This NPC can be found in §cThe Catacombs§7." + ], + "internalname": "ZODD_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:1000000" + ], + "result": "GENERAL_MEDALLION" + } + ], + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |