I'm making a mod to supplement the errors of playing Skyblock on vanilla (e.g. if you die at all you have very little chance of spawning on the island again) and to make it easier to keep track of the achievements that you have reached within the Skyblock creator's list. In order to make the spawning of a Skyblock world easier on users, I want to turn it into a world type.
Theoretically, in order to do this, I need to remove the random worldgen and the 90 block spawn radius. I looked through the code and found no way to remove the worldgen, add the islands, or change the spawn radius to the initial spawn block (which cannot be random) for just the one world type.
Any and all help is appreciated. Credit will of course be given upon release
I'm probably being an absolute moron and it's glaringly obvious how to do this. If so, please explain as quickly as possible.