Typo getSpecialComparion
This commit is contained in:
@@ -18,7 +18,7 @@ public class SpecialComparisonRegistry implements ISpecialComparisonRegistry
|
||||
}
|
||||
|
||||
@Override
|
||||
public IItemComparison getSpecialComparion(ItemStack stack)
|
||||
public IItemComparison getSpecialComparison(ItemStack stack)
|
||||
{
|
||||
for (IItemComparisonProvider i : CompRegistry)
|
||||
{
|
||||
|
||||
@@ -70,7 +70,7 @@ public class AESharedNBT extends NBTTagCompound implements IAETagCompound
|
||||
|
||||
ItemStack isc = new ItemStack( itemID, 1, damageValue );
|
||||
isc.setTagCompound( c );
|
||||
x.comp = AEApi.instance().registries().specialComparson().getSpecialComparion( isc );
|
||||
x.comp = AEApi.instance().registries().specialComparson().getSpecialComparison( isc );
|
||||
|
||||
return x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user