diff options
Diffstat (limited to 'items/COAL.json')
-rw-r--r-- | items/COAL.json | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/items/COAL.json b/items/COAL.json index 20964d5c..e5b3a6f9 100644 --- a/items/COAL.json +++ b/items/COAL.json @@ -1,13 +1,18 @@ { "itemid": "minecraft:coal", "displayname": "§fCoal", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCoal\"},ExtraAttributes:{id:\"COAL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§7Increases the speed of\",2:\"§7your minion by §a5%§7\",3:\"§7for 30 minutes§7!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fCoal\"},ExtraAttributes:{id:\"COAL\"}}", "damage": 0, "lore": [ + "§8Brewing Ingredient", + "§7Increases the speed of", + "§7your minion by §a5%§7", + "§7for 30 minutes§7!", + "", "§f§lCOMMON" ], "internalname": "COAL", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -24,5 +29,6 @@ "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Coal" - ] + ], + "crafttext": "" }
\ No newline at end of file |