diff options
author | alexia <me@alexia.lol> | 2024-01-24 21:46:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 20:46:41 +0000 |
commit | b06bc12ac8c00343d9d3f35860593d72c7a95bf3 (patch) | |
tree | d5ceea73c9bac1b3be4632f81a7a4cdeac3db878 /items/OZANNE_NPC.json | |
parent | 28dd714b7db99e9408429944981171d58b7ce057 (diff) | |
download | NotEnoughUpdates-REPO-b06bc12ac8c00343d9d3f35860593d72c7a95bf3.tar.gz NotEnoughUpdates-REPO-b06bc12ac8c00343d9d3f35860593d72c7a95bf3.tar.bz2 NotEnoughUpdates-REPO-b06bc12ac8c00343d9d3f35860593d72c7a95bf3.zip |
Add some NPCs (#1089)
* Add Haymitch NPC
* Add Maxwell, Jacobus and Ozanne NPCs
* Add Elizabeth NPC
* Add location for Einary and Sherry NPCs
Diffstat (limited to 'items/OZANNE_NPC.json')
-rw-r--r-- | items/OZANNE_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/OZANNE_NPC.json b/items/OZANNE_NPC.json new file mode 100644 index 00000000..1804469f --- /dev/null +++ b/items/OZANNE_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Ozanne (NPC)", + "nbttag": "{SkullOwner:{Id:\"d7b77bd8-7b7c-28de-b578-657170880293\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JmOWI1MTU2MDgzZjVhNzc5OTc3NjNiYWVlOWI0YTNlYWNlOTJhYTQyMzljNmI1MzgzNzExNDVhMTIwMjk4OTQifX19\"}]},Name:\"d7b77bd8-7b7c-28de-b578-657170880293\"},display:{Lore:[0:\"\"],Name:\"§9Ozanne (NPC)\"},ExtraAttributes:{id:\"OZANNE_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "OZANNE_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 42, + "y": 71, + "z": -39, + "island": "hub" +}
\ No newline at end of file |