add oredict support to stained pipe recipe
This commit is contained in:
parent
5481d14f25
commit
f9da290cdd
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ public class BuildCraftTransport extends BuildCraftMod {
|
|||
if (i == 0) {
|
||||
glass = ingredients[1];
|
||||
} else {
|
||||
glass = new ItemStack(Blocks.stained_glass, 1, i - 1);
|
||||
glass = "blockGlass" + EnumColor.fromId(15 - (i - 1)).getName();
|
||||
}
|
||||
|
||||
recipe.result = new ItemStack(res, 8, i);
|
||||
|
|
Loading…
Reference in a new issue