Okay, so I want to add some simple building blocks to minecraft, like stone.
I know how to add the block into the game, but the part I don't know how to do is make it generate in the world properly. I don't want it to be like ores where they spawn in little veins, I want it to be more like marble, for those of you who play tekkit.
So far all I've got is the generic 3 classes you start every forge mod with and my block class for the block i've added into the game.
I'm pretty fluent in java, I'm just lacking in knowledge when it comes to the Minecraft and Forge API's so if anyone could help me out I'd be extremely thankful.