diff options
Diffstat (limited to 'items/ENCHANTED_CARROT_STICK.json')
-rw-r--r-- | items/ENCHANTED_CARROT_STICK.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/items/ENCHANTED_CARROT_STICK.json b/items/ENCHANTED_CARROT_STICK.json index 1c3fcbb1..f31b6c3d 100644 --- a/items/ENCHANTED_CARROT_STICK.json +++ b/items/ENCHANTED_CARROT_STICK.json @@ -1,9 +1,12 @@ { "itemid": "minecraft:carrot_on_a_stick", "displayname": "§aEnchanted Carrot on a Stick", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Carrot on a Stick\"},ExtraAttributes:{id:\"ENCHANTED_CARROT_STICK\"}}", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Increases the speed of the\",1:\"§7creature you are riding when holding.\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Carrot on a Stick\"},ExtraAttributes:{id:\"ENCHANTED_CARROT_STICK\"}}", "damage": 0, "lore": [ + "§7Increases the speed of the", + "§7creature you are riding when holding.", + "", "§a§lUNCOMMON" ], "recipe": { @@ -19,7 +22,7 @@ }, "internalname": "ENCHANTED_CARROT_STICK", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Carrot_on_a_Stick", |