fix autocrafting with substitute crafting option enabled
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user