diff options
Diffstat (limited to 'items/FLINT.json')
-rw-r--r-- | items/FLINT.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/items/FLINT.json b/items/FLINT.json index bd42cc5f..6b3e284b 100644 --- a/items/FLINT.json +++ b/items/FLINT.json @@ -1,17 +1,21 @@ { "itemid": "minecraft:flint", "displayname": "§fFlint", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFlint\"},ExtraAttributes:{id:\"FLINT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Brewing Ingredient\",1:\"§7§8Collection Item\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fFlint\"},ExtraAttributes:{id:\"FLINT\"}}", "damage": 0, "lore": [ + "§7§8Brewing Ingredient", + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "FLINT", - "modver": "2.1.0-REL", + "modver": "2.2.2", "vanilla": true, "clickcommand": "", "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Flint" - ] + ], + "crafttext": "" }
\ No newline at end of file |