From 32e4b2d062362b957cbe3a2be2c55b91bd4f3426 Mon Sep 17 00:00:00 2001 From: nea Date: Wed, 21 Jun 2023 00:17:25 +0200 Subject: Add island npcs --- items/ROY_NPC.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/ROY_NPC.json (limited to 'items/ROY_NPC.json') diff --git a/items/ROY_NPC.json b/items/ROY_NPC.json new file mode 100644 index 00000000..4990eb69 --- /dev/null +++ b/items/ROY_NPC.json @@ -0,0 +1,21 @@ +{ + "internalname": "ROY_NPC", + "itemid": "minecraft:skull", + "displayname": "§9Roy (NPC)", + "clickcommand": "viewrecipe", + "damage": 3, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"\"],Name:\"§9Roy (NPC)\"},ExtraAttributes:{id:\"ROY_NPC\"}}", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "TODO" + ], + "lore": [ + "" + ], + "x": -204, + "y": 75, + "z": 50, + "island": "rift", + "recipes": [] +} \ No newline at end of file -- cgit