diff options
Diffstat (limited to 'items/ENCHANTED_REDSTONE_BLOCK.json')
-rw-r--r-- | items/ENCHANTED_REDSTONE_BLOCK.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/ENCHANTED_REDSTONE_BLOCK.json b/items/ENCHANTED_REDSTONE_BLOCK.json index 2693cdc3..063af165 100644 --- a/items/ENCHANTED_REDSTONE_BLOCK.json +++ b/items/ENCHANTED_REDSTONE_BLOCK.json @@ -1,10 +1,12 @@ { "itemid": "minecraft:redstone_block", "displayname": "§9Enchanted Redstone Block", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§9§lRARE\"],Name:\"§9Enchanted Redstone Block\"},ExtraAttributes:{id:\"ENCHANTED_REDSTONE_BLOCK\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"§7§8Collection Item\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Enchanted Redstone Block\"},ExtraAttributes:{id:\"ENCHANTED_REDSTONE_BLOCK\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", + "§7§8Brewing Ingredient", + "§7§8Collection Item", + "", "§9§lRARE" ], "recipe": { @@ -20,7 +22,7 @@ }, "internalname": "ENCHANTED_REDSTONE_BLOCK", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.2.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Redstone_Block", |