Add Sulfur and Saltpeter to OreDict (#1235)
This commit is contained in:
parent
77bdbed8b5
commit
562e62725c
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue