aboutsummaryrefslogtreecommitdiff
path: root/items/IRON_INGOT.json
diff options
context:
space:
mode:
Diffstat (limited to 'items/IRON_INGOT.json')
-rw-r--r--items/IRON_INGOT.json22
1 files changed, 15 insertions, 7 deletions
diff --git a/items/IRON_INGOT.json b/items/IRON_INGOT.json
index 0056e0c7..d5ba5b33 100644
--- a/items/IRON_INGOT.json
+++ b/items/IRON_INGOT.json
@@ -1,16 +1,24 @@
{
"itemid": "minecraft:iron_ingot",
"displayname": "§fIron Ingot",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fIron Ingot\"},ExtraAttributes:{id:\"IRON_INGOT\"}}",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Ingot\"},ExtraAttributes:{id:\"IRON_INGOT\"}}",
"damage": 0,
"lore": [
"§f§lCOMMON"
],
"internalname": "IRON_INGOT",
- "clickcommand": "",
- "modver": "1.0.0",
- "infoType": "WIKI_URL",
- "info": [
- "https://hypixel-skyblock.fandom.com/wiki/Iron_Ingot"
- ]
+ "modver": "1.3-REL",
+ "vanilla": true,
+ "clickcommand": "viewrecipe",
+ "recipe": {
+ "A1": "IRON_BLOCK:1",
+ "A2": "",
+ "A3": "",
+ "B1": "",
+ "B2": "",
+ "B3": "",
+ "C1": "",
+ "C2": "",
+ "C3": ""
+ }
} \ No newline at end of file