Typo getCondencedInputs

This commit is contained in:
thatsIch
2014-09-20 22:30:31 +02:00
parent f5e39e4cb7
commit f76e87c9a5
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ public class PatternHelper implements ICraftingPatternDetails, Comparable<Patter
}
@Override
public IAEItemStack[] getCondencedInputs()
public IAEItemStack[] getCondensedInputs()
{
return condencedInputs;
}