From 68b518d9c446d6013dee1246a708938e3f8dce70 Mon Sep 17 00:00:00 2001 From: SeRaid <77941535+SeRaid743@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:00:34 +1200 Subject: 3 --- items/ENCHANTED_CACTUS.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'items/ENCHANTED_CACTUS.json') diff --git a/items/ENCHANTED_CACTUS.json b/items/ENCHANTED_CACTUS.json index be1ca6cb..783cd34b 100644 --- a/items/ENCHANTED_CACTUS.json +++ b/items/ENCHANTED_CACTUS.json @@ -1,10 +1,12 @@ { "itemid": "minecraft:cactus", "displayname": "§9Enchanted Cactus", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§9§lRARE\"],Name:\"§9Enchanted Cactus\"},ExtraAttributes:{id:\"ENCHANTED_CACTUS\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"§7§8Collection Item\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Enchanted Cactus\"},ExtraAttributes:{id:\"ENCHANTED_CACTUS\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", + "§7§8Brewing Ingredient", + "§7§8Collection Item", + "", "§9§lRARE" ], "recipe": { @@ -20,7 +22,7 @@ }, "internalname": "ENCHANTED_CACTUS", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.2.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Cactus", -- cgit