From 2fea7c8cee031bcd667cda5096acad9f1abe62e3 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:14:00 +0200 Subject: Added new skins and some npcs (#1143) --- items/HOOTIE_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/HOOTIE_NPC.json (limited to 'items/HOOTIE_NPC.json') diff --git a/items/HOOTIE_NPC.json b/items/HOOTIE_NPC.json new file mode 100644 index 00000000..6f0210e2 --- /dev/null +++ b/items/HOOTIE_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Hootie (NPC)", + "nbttag": "{SkullOwner:{Id:\"deeaeb4f-e036-43e4-8efa-d618fa123adb\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGEzMjE2ZGE1NGU3MzY4ZmI0MGI3MjEyMzlhZDk1ZTA3ZWY0Zjk3ZDkzZjFjNDJmZjMxOWJhYjlhNTM4ODJhZiJ9fX0\u003d\"}]},Name:\"§deeaeb4f-e036-43e4-8efa-d618fa123adb\"},display:{Lore:[0:\"\"],Name:\"§9Hootie (NPC)\"},ExtraAttributes:{id:\"HOOTIE_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "HOOTIE_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 38, + "y": 71, + "z": -91, + "island": "hub" +} \ No newline at end of file -- cgit