Remove Lead Dust clone

This commit is contained in:
aidancbrady 2016-05-02 23:00:49 -04:00
parent b44c6f374a
commit 0ddc8da53e
3 changed files with 3 additions and 3 deletions

View file

@ -1014,7 +1014,7 @@ public class Mekanism
OreDictionary.registerOre("dustDiamond", new ItemStack(MekanismItems.OtherDust, 1, 0));
OreDictionary.registerOre("dustSteel", new ItemStack(MekanismItems.OtherDust, 1, 1));
OreDictionary.registerOre("dustLead", new ItemStack(MekanismItems.OtherDust, 1, 2));
//Lead was once here
OreDictionary.registerOre("dustSulfur", new ItemStack(MekanismItems.OtherDust, 1, 3));
OreDictionary.registerOre("dustLithium", new ItemStack(MekanismItems.OtherDust, 1, 4));
OreDictionary.registerOre("dustRefinedObsidian", new ItemStack(MekanismItems.OtherDust, 1, 5));

View file

@ -12,7 +12,7 @@ public class ItemOtherDust extends ItemMekanism
{
public IIcon[] icons = new IIcon[256];
public static String[] subtypes = {"Diamond", "Steel", "Lead",
public static String[] subtypes = {"Diamond", "Steel", "null",
"Sulfur", "Lithium", "RefinedObsidian",
"Obsidian"};

View file

@ -232,7 +232,7 @@ item.steelDust.name=Steel Dust
item.copperDust.name=Copper Dust
item.tinDust.name=Tin Dust
item.silverDust.name=Silver Dust
item.leadDust.name=Lead Dust
//empty
item.sulfurDust.name=Sulfur Dust
item.lithiumDust.name=Lithium Dust