adding Pulverizion recipe with 4 Outputs
This commit is contained in:
parent
895b9d32c5
commit
5697d39ea9
1 changed files with 4 additions and 0 deletions
|
@ -486,6 +486,10 @@ public class GT_ModHandler {
|
||||||
return addPulverisationRecipe(aInput, aOutput1, aOutput2, aChance, null, 0, aOverwrite);
|
return addPulverisationRecipe(aInput, aOutput1, aOutput2, aChance, null, 0, aOverwrite);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static boolean addPulverisationRecipe(ItemStack aInput, ItemStack aOutput1, ItemStack aOutput2, ItemStack aOutput3, ItemStack aOutput4, int aChance){
|
||||||
|
return addPulverisationRecipe(aInput, aOutput1, aOutput2, aOutput3, aOutput4, aChance);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds Several Pulverizer-Type Recipes.
|
* Adds Several Pulverizer-Type Recipes.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue