diff options
Diffstat (limited to 'items/WHEAT.json')
-rw-r--r-- | items/WHEAT.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/WHEAT.json b/items/WHEAT.json index 4a810309..ac9effb3 100644 --- a/items/WHEAT.json +++ b/items/WHEAT.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:wheat", "displayname": "§fWheat", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWheat\"},ExtraAttributes:{id:\"WHEAT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fWheat\"},ExtraAttributes:{id:\"WHEAT\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "WHEAT", - "modver": "2.1.0-REL", + "modver": "2.2.2", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -24,5 +26,6 @@ "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Wheat" - ] + ], + "crafttext": "" }
\ No newline at end of file |