diff --git a/InfoDisplays/OreReport.cs b/InfoDisplays/OreReport.cs index 32644a1..bab822b 100644 --- a/InfoDisplays/OreReport.cs +++ b/InfoDisplays/OreReport.cs @@ -22,7 +22,7 @@ namespace IngameScript private Dictionary _ingotTypes = new Dictionary { - ["Iron"] = MyItemType.MakeIngot("Ingot_Iron"), + ["Iron"] = MyItemType.MakeIngot("Iron"), ["Silicon"] = MyItemType.MakeIngot("Silicon"), ["Nickel"] = MyItemType.MakeIngot("Nickel"), ["Cobalt"] = MyItemType.MakeIngot("Cobalt"),