diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-22 21:42:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-22 21:42:06 +0200 |
commit | 876eebe051fb98f2d9c4fbf90b838b30a228d835 (patch) | |
tree | 21d4510d275fcbbe0dcd7fe45124c7535ee2b434 /items/KUUDRA_ARCHEOLOGIST_NPC.json | |
parent | e59a948a5b2ce4a51c978fb188dc910a145432d0 (diff) | |
download | NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.gz NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.tar.bz2 NotEnoughUpdates-REPO-876eebe051fb98f2d9c4fbf90b838b30a228d835.zip |
Fixed Lavahorse name and toxic lore (#968)
* Fixed Lavahorse name and toxic lore
* Added skins
* Added mob and npc
* Fixed Booster Cookie Lore
* Fixed Prec Eye lore
* Fixed annihilation cloak
Diffstat (limited to 'items/KUUDRA_ARCHEOLOGIST_NPC.json')
-rw-r--r-- | items/KUUDRA_ARCHEOLOGIST_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/KUUDRA_ARCHEOLOGIST_NPC.json b/items/KUUDRA_ARCHEOLOGIST_NPC.json new file mode 100644 index 00000000..c8ed39f9 --- /dev/null +++ b/items/KUUDRA_ARCHEOLOGIST_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Kuudra Archeologist (NPC)", + "nbttag": "{SkullOwner:{Id:\"acb211d4-50e1-268a-ba26-3d42920a9405\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYzNjMwZDliMDIwODhlYTE5MjRhODcyMjQyYWJjNzViNjI2MmMyYWNhOTJhZWNmODcxNGE1N2E0MWVlYTBiOWQifX19\"}]},Name:\"acb211d4-50e1-268a-ba26-3d42920a9405\"},display:{Lore:[0:\"\"],Name:\"§9Kuudra Archeologist (NPC)\"},ExtraAttributes:{id:\"KUUDRA_ARCHEOLOGIST_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "KUUDRA_ARCHEOLOGIST_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -570, + "y": 112, + "z": -642, + "island": "crimson_isle" +}
\ No newline at end of file |