From 33e97fe454144149b50c23c9584b86067df66a13 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:51:12 +0100 Subject: Added npc, fixed lore, fixed owl price, fixed craft count (#1079) --- items/SIRIH_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/SIRIH_NPC.json (limited to 'items/SIRIH_NPC.json') diff --git a/items/SIRIH_NPC.json b/items/SIRIH_NPC.json new file mode 100644 index 00000000..6e2cdef1 --- /dev/null +++ b/items/SIRIH_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Sirih (NPC)", + "nbttag": "{SkullOwner:{Id:\"df60a528-537d-2db2-b5f9-8441bebad17b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgwNGIyMjUzYzI0ZDgxNGJlZjMxOTlmMGE4NjExZWVhYjU0ZjdjZTJlYmY3MWE0YmJlMDAyOGViMWE3YmIwOGYifX19\"}]},Name:\"df60a528-537d-2db2-b5f9-8441bebad17b\"},display:{Lore:[0:\"\"],Name:\"§9Sirih (NPC)\"},ExtraAttributes:{id:\"SIRIH_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "SIRIH_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -699, + "y": 132, + "z": -887, + "island": "crimson_isle" +} \ No newline at end of file -- cgit