fix autocrafting with substitute crafting option enabled

This commit is contained in:
PrototypeTrousers
2022-04-13 15:38:47 -03:00
parent c8698fc2bf
commit 81b3ff6976
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ aebuild=7
aegroup=appeng
aebasename=appliedenergistics2
extended=extended_life
extendedversion=v0.52.1
extendedversion=v0.52.2
#########################################################
# Versions #
#########################################################
@@ -110,7 +110,7 @@ public class CraftingTreeProcess
}
else
{
continue;
remaining = 0;
}
if( remaining > 0 )
@@ -146,7 +146,7 @@ public class CraftingTreeProcess
}
else
{
continue;
remaining = 0;
}
if( remaining > 0 )