fix #3029
This commit is contained in:
parent
3e7e37cebe
commit
deec83ba63
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ public class BuildCraftTransport extends BuildCraftMod {
|
|||
|
||||
pipeRecipes.add(recipe);
|
||||
|
||||
if (ingredients[1] instanceof ItemPipe) {
|
||||
if (ingredients[1] instanceof ItemPipe && clas != PipeStructureCobblestone.class) {
|
||||
PipeRecipe uncraft = new PipeRecipe();
|
||||
uncraft.isShapeless = true;
|
||||
uncraft.input = new Object[]{recipe.result};
|
||||
|
|
Loading…
Reference in a new issue