How Do I Deal With Draw Calls for a Minecraft type game on mobile?

Howdy all;

So I am working on a minecraft type game for mobile. That means I have to have lots and lots of different blocks out there. If I am thinking correctly then that would mean thousands of draw calls. The Mobile rendering engines completely tank when it comes to draw calls. So I am wondering. Does anyone know how to work around this problem or how to get thousands of blocks without thousands of draw calls?

Any Help is greatly appreciated.