Fix Iron ingot name.
This commit is contained in:
parent
9f647edb95
commit
40464a361f
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user