Add Sulfur and Saltpeter to OreDict (#1235)

This commit is contained in:
Nicholas Ignoffo 2018-02-19 14:07:44 -08:00
parent 77bdbed8b5
commit 562e62725c

View file

@ -63,6 +63,8 @@ public class ModRecipes {
OreDictionary.registerOre("dustIron", ComponentTypes.SAND_IRON.getStack());
OreDictionary.registerOre("dustGold", ComponentTypes.SAND_GOLD.getStack());
OreDictionary.registerOre("dustCoal", ComponentTypes.SAND_COAL.getStack());
OreDictionary.registerOre("dustSulfur", ComponentTypes.SULFUR.getStack());
OreDictionary.registerOre("dustSaltpeter", ComponentTypes.SALTPETER.getStack());
}
public static void addFurnaceRecipes() {