From 0b7e1c98a2174030da5c5884ed630c1a408a2da6 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:05:03 +0200 Subject: feat: More 0.20.4 changes (#1282) --- items/SIMPLE_CARROT_CANDY.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'items/SIMPLE_CARROT_CANDY.json') diff --git a/items/SIMPLE_CARROT_CANDY.json b/items/SIMPLE_CARROT_CANDY.json index 3beb0f1d..9a300ede 100644 --- a/items/SIMPLE_CARROT_CANDY.json +++ b/items/SIMPLE_CARROT_CANDY.json @@ -1,17 +1,15 @@ { "itemid": "minecraft:carrot", "displayname": "§aSimple Carrot Candy", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§7Feeding carrot candy to your pets\",3:\"§7gives them a boost of Exp but pets\",4:\"§7can only eat §a10 §7candy in their\",5:\"§7lifetime so choose your candy wisely!\",6:\"\",7:\"§7Grants §a20,000 §7pet Exp.\",8:\"\",9:\"§7§eRight-click on your summoned pet to\",10:\"§efeed it this candy!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_CARROT_CANDY\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"\",2:\"§aCarrot Candy §7gives pets boosts of §ePet EXP§7!\",3:\"§7Pets can only eat §a10 §7candy in their lifetime!\",4:\"\",5:\"§7Grants §a20,000 §ePet EXP§7.\",6:\"\",7:\"§7§eRight-click on your summoned pet to\",8:\"§efeed it this candy!\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§aSimple Carrot Candy\"},ExtraAttributes:{id:\"SIMPLE_CARROT_CANDY\"}}", "damage": 0, "lore": [ "§7§8Brewing Ingredient", "", - "§7Feeding carrot candy to your pets", - "§7gives them a boost of Exp but pets", - "§7can only eat §a10 §7candy in their", - "§7lifetime so choose your candy wisely!", + "§aCarrot Candy §7gives pets boosts of §ePet EXP§7!", + "§7Pets can only eat §a10 §7candy in their lifetime!", "", - "§7Grants §a20,000 §7pet Exp.", + "§7Grants §a20,000 §ePet EXP§7.", "", "§7§eRight-click on your summoned pet to", "§efeed it this candy!", @@ -31,7 +29,7 @@ }, "internalname": "SIMPLE_CARROT_CANDY", "clickcommand": "viewrecipe", - "modver": "2.1.1-PRE", + "modver": "", "crafttext": "Requires: Carrot II", "infoType": "WIKI_URL", "info": [ -- cgit