Fixed Bug: #0246 - Typo

This commit is contained in:
AlgorithmX2
2014-03-27 19:33:35 -05:00
parent e384761e82
commit a5379c82f8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ public class RenderMEChest extends BaseBlockRender
Tessellator.instance.setColorOpaque_I( 0xffffff );
renderer.setRenderBounds( 0, 0, 0, 1, 1, 1 );
ICellHandler ch = AEApi.instance().registries().cell().getHander( sp.getStorageType() );
ICellHandler ch = AEApi.instance().registries().cell().getHandler( sp.getStorageType() );
IIcon ico = ch == null ? null : ch.getTopTexture();
renderFace( x, y, z, imb, ico == null ? ExtraTextures.MEChest.getIcon() : ico, renderer, up );