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/GEONATHAN_GREATFORGE_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/GEONATHAN_GREATFORGE_NPC.json (limited to 'items/GEONATHAN_GREATFORGE_NPC.json') diff --git a/items/GEONATHAN_GREATFORGE_NPC.json b/items/GEONATHAN_GREATFORGE_NPC.json new file mode 100644 index 00000000..6a75cb58 --- /dev/null +++ b/items/GEONATHAN_GREATFORGE_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Geonathan Greatforge (NPC)", + "nbttag": "{SkullOwner:{Id:\"2433a959-7e11-23a8-8727-37ab19821143\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzIxM2NmMGNhNzlhMzYxMWI4ZTA1ZmU5ZTI2NGZiMmJmOGQyN2U0NjRkYzEyZGM2ZTk1ZGQwYWUwYzMzNWE1NjEifX19\"}]},Name:\"2433a959-7e11-23a8-8727-37ab19821143\"},display:{Lore:[0:\"\"],Name:\"§9Geonathan Greatforge (NPC)\"},ExtraAttributes:{id:\"GEONATHAN_GREATFORGE_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GEONATHAN_GREATFORGE_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 531, + "y": 107, + "z": 557, + "island": "crystal_hollows" +} \ No newline at end of file -- cgit