diff options
Diffstat (limited to 'items/COAL_BLOCK.json')
-rw-r--r-- | items/COAL_BLOCK.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/items/COAL_BLOCK.json b/items/COAL_BLOCK.json index 2e0c5a80..8e897b90 100644 --- a/items/COAL_BLOCK.json +++ b/items/COAL_BLOCK.json @@ -1,13 +1,17 @@ { "itemid": "minecraft:coal_block", "displayname": "§fBlock of Coal", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Coal\"},ExtraAttributes:{id:\"COAL_BLOCK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Increases the speed of\",1:\"§7your minion by §a5%§7\",2:\"§7for 5 hours§7!\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fBlock of Coal\"},ExtraAttributes:{id:\"COAL_BLOCK\"}}", "damage": 0, "lore": [ + "§7Increases the speed of", + "§7your minion by §a5%§7", + "§7for 5 hours§7!", + "", "§f§lCOMMON" ], "internalname": "COAL_BLOCK", - "modver": "1.3-REL", + "modver": "2.1.0-REL", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,5 +24,7 @@ "C1": "COAL:1", "C2": "COAL:1", "C3": "COAL:1" - } -} + }, + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |