diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-11 23:52:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-11 22:52:17 +0000 |
commit | 59a9316cdf022acc4677bf29591096d6e3ba4688 (patch) | |
tree | 0d52f992958a1b5ef05b8d91b5966cea7f2a6953 /items/ELISE_NPC.json | |
parent | 567957ffa856daec95004af10b6021de9b445015 (diff) | |
download | NotEnoughUpdates-REPO-59a9316cdf022acc4677bf29591096d6e3ba4688.tar.gz NotEnoughUpdates-REPO-59a9316cdf022acc4677bf29591096d6e3ba4688.tar.bz2 NotEnoughUpdates-REPO-59a9316cdf022acc4677bf29591096d6e3ba4688.zip |
Fixed some lores and added 2 npc's (#1084)
Diffstat (limited to 'items/ELISE_NPC.json')
-rw-r--r-- | items/ELISE_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/ELISE_NPC.json b/items/ELISE_NPC.json new file mode 100644 index 00000000..965b6354 --- /dev/null +++ b/items/ELISE_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Elise (NPC)", + "nbttag": "{SkullOwner:{Id:\"04012529-2a56-246a-b3c1-9b8c6ff29b53\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2FhMmFjNjE0ZTUzMzMyOGMwN2EyNWNlYmNiMDJhNDBkM2JjNDFjMWNjMmMyNGE2NTA2NWY4MzBiMDU5NTJjNGYifX19\"}]},Name:\"04012529-2a56-246a-b3c1-9b8c6ff29b53\"},display:{Lore:[0:\"\"],Name:\"§9Elise (NPC)\"},ExtraAttributes:{id:\"ELISE_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ELISE_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 44, + "y": 83, + "z": 69, + "island": "hub" +}
\ No newline at end of file |