Skip to main content
Version: 1.17.x

Seablock

Starting template Download

To create a Seablock-like modpack, simply set the surface settings as shown in the config below:

config/skyblockbuilder/common-config.json5
{
"World": {
"surface": true,
"surfaceSettings": {
"minecraft:overworld": "minecraft:bedrock,100*minecraft:sandstone,4*minecraft:sand,23*minecraft:water",
"minecraft:the_nether": "",
"minecraft:the_end": ""
}
}
}

I added multiple sandstone layers for the image. Additionally, the download includes a few more changes. Some features and structures are enabled, and the spawn height is set to position the top of the island above the water layers.

Here you can also see the single biome option. This example demonstrates multiple templates, showing how to set them up correctly.

config/skyblockbuilder/templates.json5
{
"templates": [
{
"name": "Blue",
"file": "seablock_blue.nbt",
"spawns": "seablock"
},
{
"name": "Black",
"file": "seablock_black.nbt",
"spawns": "seablock"
},
{
"name": "Green",
"file": "seablock_green.nbt",
"spawns": "seablock"
},
{
"name": "Orange",
"file": "seablock_orange.nbt",
"spawns": "seablock"
},
{
"name": "Purple",
"file": "seablock_purple.nbt",
"spawns": "seablock"
},
{
"name": "Red",
"file": "seablock_red.nbt",
"spawns": "seablock"
},
{
"name": "White",
"file": "seablock_white.nbt",
"spawns": "seablock"
},
{
"name": "Yellow",
"file": "seablock_yellow.nbt",
"spawns": "seablock"
}
]
}

Thanks to benbenlaw 🔗 for permitting the use of templates from his well-known modpack Seaopolis 🔗 for this example.