Fix #1293 again
This commit is contained in:
parent
b990a7aaa9
commit
45d2df8650
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class ModRecipes {
|
||||||
|
|
||||||
if (OreUtil.hasPlate(ore) && OreUtil.hasBlock(ore)) {
|
if (OreUtil.hasPlate(ore) && OreUtil.hasBlock(ore)) {
|
||||||
RecipeHandler.addRecipe(
|
RecipeHandler.addRecipe(
|
||||||
new CompressorRecipe(OreUtil.getStackFromName("block" + OreUtil.capitalizeFirstLetter(ore), 1), OreUtil.getStackFromName("plate" + OreUtil.capitalizeFirstLetter(ore), 1), 300,
|
new CompressorRecipe(OreUtil.getStackFromName("block" + OreUtil.capitalizeFirstLetter(ore), 1), OreUtil.getStackFromName("plate" + OreUtil.capitalizeFirstLetter(ore), 9), 300,
|
||||||
4));
|
4));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue