Typo setTileEntiy

This commit is contained in:
thatsIch
2014-09-20 23:23:39 +02:00
parent 9011f35d89
commit dc6f07af40
37 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ public class AEBaseBlock extends BlockContainer implements IAEFeature
return getIcon( mapRotation( w, x, y, z, s ), w.getBlockMetadata( x, y, z ) );
}
protected void setTileEntiy(Class<? extends TileEntity> c)
protected void setTileEntity(Class<? extends TileEntity> c)
{
AEBaseTile.registerTileItem( c, new ItemStackSrc( this, 0 ) );
GameRegistry.registerTileEntity( tileEntityType = c, FeatureFullname );