diff options
Diffstat (limited to 'items/OBSIDIAN.json')
-rw-r--r-- | items/OBSIDIAN.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/OBSIDIAN.json b/items/OBSIDIAN.json index 71e68e4a..2693f66f 100644 --- a/items/OBSIDIAN.json +++ b/items/OBSIDIAN.json @@ -1,17 +1,19 @@ { "itemid": "minecraft:obsidian", "displayname": "§fObsidian", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fObsidian\"},ExtraAttributes:{id:\"OBSIDIAN\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fObsidian\"},ExtraAttributes:{id:\"OBSIDIAN\"}}", "damage": 0, "lore": [ + "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "OBSIDIAN", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Obsidian" - ] + ], + "crafttext": "" }
\ No newline at end of file |