You can now access the contents of the ME Chest if it has energy in its battery.

This commit is contained in:
AlgorithmX2
2014-02-09 01:56:24 -06:00
parent 49da876b6f
commit 36c3834284
2 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ public class TileChest extends AENetworkPowerTile implements IMEChest, IFluidHan
return g;
}
private IMEInventoryHandler getHandler(StorageChannel channel) throws AENoHandler
public IMEInventoryHandler getHandler(StorageChannel channel) throws AENoHandler
{
if ( !isCached )
{