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/KAY_RIFT_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/KAY_RIFT_NPC.json')
-rw-r--r-- | items/KAY_RIFT_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/KAY_RIFT_NPC.json b/items/KAY_RIFT_NPC.json new file mode 100644 index 00000000..1fe8dd01 --- /dev/null +++ b/items/KAY_RIFT_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dKay (Rift NPC)", + "nbttag": "{SkullOwner:{Id:\"823ec4ce-65cd-266a-af56-aa210b7ae70d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U5ZTIyZGRhZGNlODY4NTZmMjBlNDNiMmI3N2RhMjgxNmI1OWNhMTg0Y2ZlZDdjMWFkOTgwYjgyZjkwNWJkNWUifX19\"}]},Name:\"823ec4ce-65cd-266a-af56-aa210b7ae70d\"},display:{Lore:[0:\"\"],Name:\"§dKay (Rift NPC)\"},ExtraAttributes:{id:\"KAY_RIFT_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "KAY_RIFT_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -191, + "y": 69, + "z": 59, + "island": "rift" +}
\ No newline at end of file |