Typo getSelectedBoundingBoxsFromPool

This commit is contained in:
thatsIch
2014-09-21 00:35:59 +02:00
parent 6741c7800b
commit 3a30c6d737
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ public class BlockSkyChest extends AEBaseBlock implements ICustomCollision
}
@Override
public Iterable<AxisAlignedBB> getSelectedBoundingBoxsFromPool(World w, int x, int y, int z, Entity e, boolean isVisual)
public Iterable<AxisAlignedBB> getSelectedBoundingBoxesFromPool(World w, int x, int y, int z, Entity e, boolean isVisual)
{
TileSkyChest sk = getTileEntity( w, x, y, z );
double sc = 0.06;