Merge branch 'master' of github.com:SirSengir/BuildCraft
This commit is contained in:
commit
047cb4eaed
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ public class BuildCraftTransport {
|
||||||
|
|
||||||
if (ingredient1 != null && ingredient2 != null && ingredient3 != null) {
|
if (ingredient1 != null && ingredient2 != null && ingredient3 != null) {
|
||||||
recipe.result = new ItemStack(res, 8);
|
recipe.result = new ItemStack(res, 8);
|
||||||
recipe.input = new Object[] { " ", "ABC", " ", Character.valueOf('A'), ingredient1, Character.valueOf('B'), ingredient2, Character.valueOf('C'), ingredient3 };
|
recipe.input = new Object[] { "ABC", Character.valueOf('A'), ingredient1, Character.valueOf('B'), ingredient2, Character.valueOf('C'), ingredient3 };
|
||||||
|
|
||||||
pipeRecipes.add(recipe);
|
pipeRecipes.add(recipe);
|
||||||
} else if (ingredient1 != null && ingredient2 != null) {
|
} else if (ingredient1 != null && ingredient2 != null) {
|
||||||
|
|
Loading…
Reference in a new issue