Fix #2075, hopefully.
This commit is contained in:
parent
41cf1a2437
commit
c0db6b7eb5
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ public final class RecipeHandler
|
|||
{
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue