This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
private void generateOverworld(Random random, int chunkX, int chunkZ, World world) {
addOre(MBlocks.plasticStone, Blocks.stone, random, world, chunkX, chunkZ, 5, 100, 2, 30, 20);