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/NOT_CHICKEN_MONSTER.json | 62 +++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'items/NOT_CHICKEN_MONSTER.json') diff --git a/items/NOT_CHICKEN_MONSTER.json b/items/NOT_CHICKEN_MONSTER.json index 0d3a51ca..846a3e2b 100644 --- a/items/NOT_CHICKEN_MONSTER.json +++ b/items/NOT_CHICKEN_MONSTER.json @@ -1,33 +1,33 @@ { - "itemid": "minecraft:skull", - "displayname": "§aNot Chicken (Monster)", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI3MDIyOTY2ZTJkMTE4N2Q4NTFmYzI3ZWNkODgxYzA1YWUwNTMyZmYzNDIzN2ZkYjA4MGYwMjU4ZTNhZWUifX19\"}]}}}", - "damage": 3, - "lore": [ - "§7Shoot with §9Berberis Blowgun §7to kill.", - "§7Found near the §eDreadfarm §7in §dthe Rift§7.", - "", - "§c❤ Health§8: §c3" - ], - "internalname": "NOT_CHICKEN_MONSTER", - "crafttext": "", - "clickcommand": "", - "modver": "2.1.1-PRE", - "infoType": "", - "recipes": [ - { - "type": "drops", - "coins": 0, - "level": 1, - "combat_xp": 0, - "drops": [ - "METAPHORIC_EGG:1" - ], - "render": "Chicken", - "panorama": "rift", - "name": "§2Not Chicken", - "xp": 0, - "extra": [] - } - ] + "itemid": "minecraft:skull", + "displayname": "§aNot Chicken (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"00000000-0000-0000-0000-000000000000\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI3MDIyOTY2ZTJkMTE4N2Q4NTFmYzI3ZWNkODgxYzA1YWUwNTMyZmYzNDIzN2ZkYjA4MGYwMjU4ZTNhZWUifX19\"}]}},display:{Lore:[0:\"§7Shoot with §9Berberis Blowgun §7to kill.\",1:\"§7Found near the §eDreadfarm §7in §dthe Rift§7.\",2:\"\",3:\"§c❤ Health§8: §c3\"],Name:\"§aNot Chicken (Monster)\"},ExtraAttributes:{id:\"NOT_CHICKEN_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Shoot with §9Berberis Blowgun §7to kill.", + "§7Found near the §eDreadfarm §7in §dthe Rift§7.", + "", + "§c❤ Health§8: §c3" + ], + "internalname": "NOT_CHICKEN_MONSTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "drops", + "coins": 0, + "level": 1, + "combat_xp": 0, + "drops": [ + "METAPHORIC_EGG:1" + ], + "render": "Chicken", + "panorama": "rift", + "name": "§2Not Chicken", + "xp": 0, + "extra": [] + } + ] } \ No newline at end of file -- cgit