From c253a0532aca722ec75096c7628919e0acd6cf12 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:03:42 +0200 Subject: Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949) * Fixed tp pad lore fixed accessory bag overlay for 2 talis * Added 1 new npc and one older npc * Added recipe and removed timestamp * Added Accessory * Added burger * Fixed rng meter values * Fixed all pet skin lores * Fixed drop chance of ench mutton * Fixed lore of murder weapon * Fixed not chicken monster breaking workflow * Add new cosmetics * Fixed Vampire Relic and Caducous steam lore * Fixed lore of netherrack * Fixed Blessed Stats * Added recipe * Added vamp slayer boss --- items/ERIHANN_NPC.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/ERIHANN_NPC.json (limited to 'items/ERIHANN_NPC.json') diff --git a/items/ERIHANN_NPC.json b/items/ERIHANN_NPC.json new file mode 100644 index 00000000..50aa9908 --- /dev/null +++ b/items/ERIHANN_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Erihann (NPC)", + "nbttag": "{SkullOwner:{Id:\"b2c7adf7-53d6-2fc3-a620-562b6e4b7ebf\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkxZjA3YzYzMzZlNDM2NTljNTE3Mzc0NjM5YmY2Yzk2ZDg0ZWI4MjQwODAyZWNkZmJhNGE1ZjU0NDk5ODc0NzEifX19\"}]},Name:\"b2c7adf7-53d6-2fc3-a620-562b6e4b7ebf\"},display:{Lore:[0:\"\"],Name:\"§9Erihann (NPC)\"},ExtraAttributes:{id:\"ERIHANN_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ERIHANN_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 40, + "y": 101, + "z": 70, + "island": "hub" +} \ No newline at end of file -- cgit