Missed some temporary code
This commit is contained in:
parent
40c01c18a0
commit
acb06afd1f
1 changed files with 1 additions and 6 deletions
|
@ -2186,12 +2186,7 @@ public class ModRecipes {
|
||||||
20, 30
|
20, 30
|
||||||
));
|
));
|
||||||
|
|
||||||
for(String name : OreDictionary.getOreNames())
|
if (OreDictionary.doesOreNameExist("dustSalt")) {
|
||||||
{
|
|
||||||
name.toUpperCase();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (OreDictionary.doesOreNameExist("salt")) {
|
|
||||||
ItemStack salt = OreDictionary.getOres("dustSalt").get(0);
|
ItemStack salt = OreDictionary.getOres("dustSalt").get(0);
|
||||||
salt.stackSize = 2;
|
salt.stackSize = 2;
|
||||||
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(
|
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(
|
||||||
|
|
Loading…
Add table
Reference in a new issue