Skip to main content
Version: 1.17.x

Hellblock

Starting Template Download

To create a Hellblock-like modpack, you can simply set the spawn dimension to the_nether as shown in the config below:

config/skyblockbuilder/common-config.json5
{
"Spawn": {
"dimension": "the_nether"
}
}

This world will have a default overworld and a default end. The Nether is the "sky" and is filled with 10 layers of lava. Some structures have also been added to the Nether. Since the overworld is default, we don't need to worry about its structures, and they will be generated as normal.

Thanks to benbenlaw 🔗 for permitting the use of templates from his well-known modpack Infernopolis 🔗 for this example. I tweaked it a bit to avoid using mod blocks.