Typo getVarients

This commit is contained in:
thatsIch
2014-09-21 01:48:07 +02:00
parent 2a9e973362
commit 8c257595f5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ public class Registration
else
{
Field f = partClass.getField( "part" + type.name() );
Enum varients[] = type.getVarients();
Enum varients[] = type.getVariants();
if ( varients == null )
{
ItemStackSrc is = ((ItemMultiPart) partItem.item()).createPart( type, null );