From 983cf357b3b0d4ef50f900b8e7048c02a59ed909 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:20:07 +0200 Subject: Fixed horse lvl (#974) * Fixed horse lvl * Fixed lore of blade and pet items * Added more npc's * Added new skins * Added jerry npc's * Fixed cake's and added some year 300 items * Fixed Salmon hat and dicer * Added ladder and skin * Added Tali and Cake Pack --- items/VANESSA_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/VANESSA_NPC.json (limited to 'items/VANESSA_NPC.json') diff --git a/items/VANESSA_NPC.json b/items/VANESSA_NPC.json new file mode 100644 index 00000000..15fe8d67 --- /dev/null +++ b/items/VANESSA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Vanessa (NPC)", + "nbttag": "{SkullOwner:{Id:\"2d79bfb7-c227-2443-8572-dc3657f4bd3f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ5ZTI5NzljOGUyYzU4ODk4YzI3NzRiMzY2OWVhNGExYjI5NzY3ZmNkYzJkZDU5MzdlYzBjZjBkYTNhOGZiNjcifX19\"}]},Name:\"2d79bfb7-c227-2443-8572-dc3657f4bd3f\"},display:{Lore:[0:\"\"],Name:\"§9Vanessa (NPC)\"},ExtraAttributes:{id:\"VANESSA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "VANESSA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -312, + "y": 84, + "z": -70, + "island": "foraging_1" +} \ No newline at end of file -- cgit