Fixed PRC gaseous NEI usage lookup
This commit is contained in:
parent
1e78cbf60e
commit
b1caa56f5a
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public class PRCRecipeHandler extends BaseRecipeHandler
|
||||||
{
|
{
|
||||||
for(Map.Entry<PressurizedReactants, PressurizedRecipe> irecipe : getRecipes())
|
for(Map.Entry<PressurizedReactants, PressurizedRecipe> irecipe : getRecipes())
|
||||||
{
|
{
|
||||||
if(irecipe.getValue().reactants.containsType((GasStack)results[0]))
|
if(irecipe.getValue().products.getGasOutput().isGasEqual((GasStack)results[0]))
|
||||||
{
|
{
|
||||||
arecipes.add(new CachedIORecipe(irecipe));
|
arecipes.add(new CachedIORecipe(irecipe));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue