diff options
Diffstat (limited to 'items/REDSTONE.json')
-rw-r--r-- | items/REDSTONE.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/items/REDSTONE.json b/items/REDSTONE.json index ad7d3409..2d103a3b 100644 --- a/items/REDSTONE.json +++ b/items/REDSTONE.json @@ -1,13 +1,16 @@ { "itemid": "minecraft:redstone", "displayname": "§fRedstone", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRedstone\"},ExtraAttributes:{id:\"REDSTONE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"§7§8Collection Item\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fRedstone\"},ExtraAttributes:{id:\"REDSTONE\"}}", "damage": 0, "lore": [ + "§7§8Brewing Ingredient", + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "REDSTONE", - "modver": "2.1.1-PRE", + "modver": "2.2.2", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -25,5 +28,6 @@ "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Redstone" - ] + ], + "crafttext": "" }
\ No newline at end of file |