Typo specialComparson
This commit is contained in:
parent
9fb6ae4047
commit
c3891054c9
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ public class RegistryContainer implements IRegistryContainer
|
|||
}
|
||||
|
||||
@Override
|
||||
public ISpecialComparisonRegistry specialComparson()
|
||||
public ISpecialComparisonRegistry specialComparison()
|
||||
{
|
||||
return SpecialComparsonRegistry;
|
||||
}
|
||||
|
|
|
@ -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().getSpecialComparison( isc );
|
||||
x.comp = AEApi.instance().registries().specialComparison().getSpecialComparison( isc );
|
||||
|
||||
return x;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue