Fix Iron ingot name.
This commit is contained in:
@ -22,7 +22,7 @@ namespace IngameScript
|
|||||||
|
|
||||||
private Dictionary<string, MyItemType> _ingotTypes = new Dictionary<string, MyItemType>
|
private Dictionary<string, MyItemType> _ingotTypes = new Dictionary<string, MyItemType>
|
||||||
{
|
{
|
||||||
["Iron"] = MyItemType.MakeIngot("Ingot_Iron"),
|
["Iron"] = MyItemType.MakeIngot("Iron"),
|
||||||
["Silicon"] = MyItemType.MakeIngot("Silicon"),
|
["Silicon"] = MyItemType.MakeIngot("Silicon"),
|
||||||
["Nickel"] = MyItemType.MakeIngot("Nickel"),
|
["Nickel"] = MyItemType.MakeIngot("Nickel"),
|
||||||
["Cobalt"] = MyItemType.MakeIngot("Cobalt"),
|
["Cobalt"] = MyItemType.MakeIngot("Cobalt"),
|
||||||
|
Reference in New Issue
Block a user