Do you want a new challenge? Try out this mod. It overhauls the normal ore spawn of the game and puts ore everywhere. Be careful though, you can only place miners onto the ore!
When I try to use the "Ore refining" option in the mod settings, I get an error when I start a new game:
Error while running event NapusJeggedOres::on_chunk_generated (ID 12)
Unknown entity name: scrambled-ore
stack traceback: NapusJaggedOres/control.lua:74: in function
<NapusJaggedOres/control.lua:8>
When I edit control.lua line 72 from
type = "scrambled-ore"
to
type = "jagged-ore"
it works as expected.