Fix #1517
This commit is contained in:
parent
8ef39d18e8
commit
66bb38543e
1 changed files with 2 additions and 2 deletions
|
@ -113,10 +113,10 @@ public class AlloySmelterRecipes extends RecipeMethods {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Blue Alloy
|
// Blue Alloy
|
||||||
if (OreUtil.doesOreExistAndValid("ingotBlueAlloy")) {
|
if (oresExist("ingotBlueAlloy", "dustTeslatite")) {
|
||||||
ItemStack blueAlloyStack = getOre("ingotBlueAlloy");
|
ItemStack blueAlloyStack = getOre("ingotBlueAlloy");
|
||||||
blueAlloyStack.setCount(1);
|
blueAlloyStack.setCount(1);
|
||||||
RecipeHandler.addRecipe(new AlloySmelterRecipe(ItemDusts.getDustByName("teslatite", 4),
|
RecipeHandler.addRecipe(new AlloySmelterRecipe(getOre("dustTeslatite", 4),
|
||||||
ItemIngots.getIngotByName("silver", 1), blueAlloyStack, 200, 16));
|
ItemIngots.getIngotByName("silver", 1), blueAlloyStack, 200, 16));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue