Fix Iron ingot name.

This commit is contained in:
Anna Rose 2025-02-22 13:24:54 -05:00
parent 9f647edb95
commit 40464a361f

View File

@ -22,7 +22,7 @@ namespace IngameScript
private Dictionary<string, MyItemType> _ingotTypes = new Dictionary<string, MyItemType>
{
["Iron"] = MyItemType.MakeIngot("Ingot_Iron"),
["Iron"] = MyItemType.MakeIngot("Iron"),
["Silicon"] = MyItemType.MakeIngot("Silicon"),
["Nickel"] = MyItemType.MakeIngot("Nickel"),
["Cobalt"] = MyItemType.MakeIngot("Cobalt"),