From 182c78af43cce410c21ac0998f511b18cdd44ece Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:51:41 +0200 Subject: Added new rune, added nether npc, removed some alpha items (#953) * Added new rune, added nether npc, removed some alpha items * Added more npcs * Fixed lore of boots and added brewing ingrdient to lores * Fixed enigma soul and lore of power stone * Added undead to more * Removed weird npc * Fixed lore catacombs skill items * Added more mobs and npcs, fixed enderman pet lore * Added Lifeguard Chair * Added Vampire Slayer to crafttext * Made Game Breaker and Annihilator very special * Added Talbot and Kuudra Believer Npc * Added special xp value for vampire * Added fancy name --- items/ARCHAEOLOGIST_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/ARCHAEOLOGIST_NPC.json (limited to 'items/ARCHAEOLOGIST_NPC.json') diff --git a/items/ARCHAEOLOGIST_NPC.json b/items/ARCHAEOLOGIST_NPC.json new file mode 100644 index 00000000..0e4db9ef --- /dev/null +++ b/items/ARCHAEOLOGIST_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Archaeologist (NPC)", + "nbttag": "{SkullOwner:{Id:\"365ccc20-2a5b-225c-be68-1210c923eb65\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY4NWU4M2EwOTk1MWEyYzJkYjc4MzYwYmM5NTQ2YmIwZDQ1NDk3NWI1ZTVhMzQ0Y2ExZGFmZjQwOGE2N2U5ZjEifX19\"}]},Name:\"365ccc20-2a5b-225c-be68-1210c923eb65\"},display:{Lore:[0:\"\"],Name:\"§9Archaeologist (NPC)\"},ExtraAttributes:{id:\"ARCHAEOLOGIST_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ARCHAEOLOGIST_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -360, + "y": 112, + "z": -290, + "island": "combat_1" +} \ No newline at end of file -- cgit