Typo getCondencedOutputs

This commit is contained in:
thatsIch
2014-09-20 22:30:12 +02:00
parent 7117fe44b3
commit f5e39e4cb7
5 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ public class PatternHelper implements ICraftingPatternDetails, Comparable<Patter
}
@Override
public IAEItemStack[] getCondencedOutputs()
public IAEItemStack[] getCondensedOutputs()
{
return condencedOutputs;
}