From 9861e27f07a1562bb4d1170c22a7b8c72fa63428 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:34:00 +0200 Subject: Fixed 2 npc's (#977) --- items/OFFEA_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/OFFEA_NPC.json (limited to 'items/OFFEA_NPC.json') diff --git a/items/OFFEA_NPC.json b/items/OFFEA_NPC.json new file mode 100644 index 00000000..be3ab3cc --- /dev/null +++ b/items/OFFEA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Offea (NPC)", + "nbttag": "{SkullOwner:{Id:\"7a039ce8-9154-21d9-9d94-c9cb632a9972\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU0ZTUwNzk1Y2E0MjhhYWJjM2YzODAyNmNkY2Y3NDQ0OThjOTgxMGQ5MjIwMjZiOGJhZWJhMTdkNGZlMjYzNTYifX19\"}]},Name:\"7a039ce8-9154-21d9-9d94-c9cb632a9972\"},display:{Lore:[0:\"\"],Name:\"§9Offea (NPC)\"},ExtraAttributes:{id:\"OFFEA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "OFFEA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -87, + "y": 94, + "z": -744, + "island": "crimson_isle" +} \ No newline at end of file -- cgit