KhaineGB
Hunter
Ok, so this is from the biomes file, so hopefully should help.
So it spawns in sandstone, and has the same probability of finding iron veins as well. I know that's not much to go on, but hopefully it'll help.
Code:
<layer depth="1" blockname="desertGround" />
<layer depth="23" blockname="sandStone" />
<layer depth="*" blockname="sandStone" >
<resource blockname="ironOre" cluster="1" prob="0.1130" rwgGenerationType="all" />
<resource blockname="titaniumOre" cluster="1" prob="0.1130" rwgGenerationType="all" />
<resource blockname="oilDeposit" cluster="1" prob="0.1130" rwgGenerationType="all" />
<resource blockname="silverOre" cluster="1" prob="0.00030" rwgGenerationType="all" />
<resource blockname="goldOre" cluster="1" prob="0.00020" rwgGenerationType="all" />
<resource blockname="diamondOre" cluster="1" prob="0.00010" rwgGenerationType="all" />
</layer>
<layer depth="3" blockname="bedrock" />
</layers>
