java.lang.ArrayIndexOutOfBoundsException: 1
at mekanism.common.transporter.TransporterManager.copyInvFromSide(TransporterManager.java:83)
at mekanism.common.transporter.TransporterManager.getPredictedInsert(TransporterManager.java:253)
at mekanism.common.transporter.TransporterPathfinder$InventoryFinder.loop(TransporterPathfinder.java:260)
at mekanism.common.transporter.TransporterPathfinder$InventoryFinder.loop(TransporterPathfinder.java:270)
at mekanism.common.transporter.TransporterPathfinder$InventoryFinder.find(TransporterPathfinder.java:278)
at mekanism.common.transporter.TransporterPathfinder.getPaths(TransporterPathfinder.java:296)
at mekanism.common.transporter.TransporterPathfinder.getNewBasePath(TransporterPathfinder.java:319)
at mekanism.common.transporter.TransporterStack.recalculatePath(TransporterStack.java:160)
at mekanism.common.multipart.PartLogisticalTransporter.insert_do(PartLogisticalTransporter.java:447)
at mekanism.common.multipart.PartLogisticalTransporter.insert(PartLogisticalTransporter.java:429)
at mekanism.common.util.TransporterUtils.insert(TransporterUtils.java:141)
at mekanism.common.multipart.PartLogisticalTransporter.pullItems(PartLogisticalTransporter.java:374)
at mekanism.common.multipart.PartLogisticalTransporter.update(PartLogisticalTransporter.java:197)
at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:81)
at codechicken.multipart.TileMultipart$$anonfun$updateEntity$1.apply(TileMultipart.scala:81)
at codechicken.multipart.TileMultipart.operate(TileMultipart.scala:75)
at codechicken.multipart.TileMultipart.func_145845_h(TileMultipart.scala:81)
at net.minecraft.world.World.func_72939_s(World.java:1939)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)