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/CADUCOUS_STEM.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/CADUCOUS_STEM.json') diff --git a/items/CADUCOUS_STEM.json b/items/CADUCOUS_STEM.json index 092a969f..c32c492c 100644 --- a/items/CADUCOUS_STEM.json +++ b/items/CADUCOUS_STEM.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:double_plant", "displayname": "§fCaducous Stem", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7The color and shape of flowers\",1:\"§7are a precise record of what\",2:\"§7bees find attractice.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fCaducous Stem\"},ExtraAttributes:{id:\"CADUCOUS_STEM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7The color and shape of flowers\",1:\"§7are a precise record of what\",2:\"§7bees find attractive.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fCaducous Stem\"},ExtraAttributes:{id:\"CADUCOUS_STEM\"}}", "damage": 4, "lore": [ "§7The color and shape of flowers", "§7are a precise record of what", - "§7bees find attractice.", + "§7bees find attractive.", "", "§f§lCOMMON" ], -- cgit