From 68b518d9c446d6013dee1246a708938e3f8dce70 Mon Sep 17 00:00:00 2001 From: SeRaid <77941535+SeRaid743@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:00:34 +1200 Subject: 3 --- items/IRON_INGOT.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'items/IRON_INGOT.json') diff --git a/items/IRON_INGOT.json b/items/IRON_INGOT.json index a3902acc..43c40dd8 100644 --- a/items/IRON_INGOT.json +++ b/items/IRON_INGOT.json @@ -1,13 +1,15 @@ { "itemid": "minecraft:iron_ingot", "displayname": "§fIron Ingot", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Ingot\"},ExtraAttributes:{id:\"IRON_INGOT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fIron Ingot\"},ExtraAttributes:{id:\"IRON_INGOT\"}}", "damage": 0, "lore": [ + "§7§8Collection Item", + "", "§f§lCOMMON" ], "internalname": "IRON_INGOT", - "modver": "2.1.1-PRE", + "modver": "2.2.2", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -25,5 +27,6 @@ "infoType": "WIKI_URL", "info": [ "https://wiki.hypixel.net/Iron_Ingot" - ] + ], + "crafttext": "" } \ No newline at end of file -- cgit