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/ARBA_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/ARBA_NPC.json (limited to 'items/ARBA_NPC.json') diff --git a/items/ARBA_NPC.json b/items/ARBA_NPC.json new file mode 100644 index 00000000..f86cbdd5 --- /dev/null +++ b/items/ARBA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Arba (NPC)", + "nbttag": "{SkullOwner:{Id:\"6f23186f-9212-2a5f-b836-1f8910e0fb78\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQwNWRiNDFhMzU1NTU2MGJlMGQ0NDdmMWMyZWRiYzU3ZGFlNWFkZGNjYWZiZjkwYjNkMGE4MDI3NjZkYjAxYmIifX19\"}]},Name:\"6f23186f-9212-2a5f-b836-1f8910e0fb78\"},display:{Lore:[0:\"\"],Name:\"§9Arba (NPC)\"},ExtraAttributes:{id:\"ARBA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ARBA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -3, + "y": 94, + "z": -820, + "island": "crimson_isle" +} \ No newline at end of file -- cgit