diff options
author | nea <nea@nea.moe> | 2023-06-21 00:17:25 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-21 00:17:25 +0200 |
commit | 32e4b2d062362b957cbe3a2be2c55b91bd4f3426 (patch) | |
tree | bed423b5fd1dc9f40d39c27b3ca4215c7c389bbd /items/ROY_NPC.json | |
parent | 7c86dd8f0bb2c983b9741980ce4a3bd75e3c2b0b (diff) | |
download | NotEnoughUpdates-REPO-32e4b2d062362b957cbe3a2be2c55b91bd4f3426.tar.gz NotEnoughUpdates-REPO-32e4b2d062362b957cbe3a2be2c55b91bd4f3426.tar.bz2 NotEnoughUpdates-REPO-32e4b2d062362b957cbe3a2be2c55b91bd4f3426.zip |
Add island npcs
Diffstat (limited to 'items/ROY_NPC.json')
-rw-r--r-- | items/ROY_NPC.json | 21 |
1 files changed, 21 insertions, 0 deletions
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 |