Fix #2075, hopefully.

This commit is contained in:
Ben Spiers 2015-01-07 23:58:23 +00:00
parent 41cf1a2437
commit c0db6b7eb5

View file

@ -416,7 +416,7 @@ public final class RecipeHandler
{ {
for(Map.Entry<AdvancedInput, ItemStack> entry : recipes.entrySet()) for(Map.Entry<AdvancedInput, ItemStack> entry : recipes.entrySet())
{ {
if(entry.getKey().matches(input)) if(entry.getKey().matches(input) && entry.getKey().gasType == input.gasType)
{ {
if(stackDecrease) if(stackDecrease)
{ {