Typo Equivilients

This commit is contained in:
thatsIch
2014-09-21 02:37:37 +02:00
parent 56c678890b
commit 301892c092
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -16,12 +16,12 @@ public class OreReference
private ArrayList aeotherOptions = null;
private HashSet<Integer> ores = new HashSet<Integer>();
public Collection<ItemStack> getEquivilients()
public Collection<ItemStack> getEquivalents()
{
return otherOptions;
}
public List<IAEItemStack> getAEEquivilients()
public List<IAEItemStack> getAEEquivalents()
{
if ( aeotherOptions == null )
{