diff options
Diffstat (limited to 'items/HAY_BLOCK.json')
-rw-r--r-- | items/HAY_BLOCK.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/items/HAY_BLOCK.json b/items/HAY_BLOCK.json index 1c6c8d48..f96df2d1 100644 --- a/items/HAY_BLOCK.json +++ b/items/HAY_BLOCK.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:hay_block", "displayname": "§fHay Bale", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fHay Bale\"},ExtraAttributes:{id:\"HAY_BLOCK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fHay Bale\"},ExtraAttributes:{id:\"HAY_BLOCK\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "HAY_BLOCK", - "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/Hay_Bale" - ] + ], + "crafttext": "" }
\ No newline at end of file |