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
|
||||
));
|
||||
|
||||
for(String name : OreDictionary.getOreNames())
|
||||
{
|
||||
name.toUpperCase();
|
||||
}
|
||||
|
||||
if (OreDictionary.doesOreNameExist("salt")) {
|
||||
if (OreDictionary.doesOreNameExist("dustSalt")) {
|
||||
ItemStack salt = OreDictionary.getOres("dustSalt").get(0);
|
||||
salt.stackSize = 2;
|
||||
RecipeHandler.addRecipe(new IndustrialElectrolyzerRecipe(
|
||||
|
|
Loading…
Add table
Reference in a new issue