Stoneblock
To create a stoneblock like modpack, you can simply set the surface settings as you can see in the config below.
config/skyblockbuilder/world.json5
:
{
"surface": true,
"surfaceSettings": {
"minecraft:overworld": "minecraft:bedrock,382*minecraft:stone,minecraft:bedrock",
"minecraft:the_nether": "",
"minecraft:the_end": ""
}
}
The download file will also set the default world type to Skyblock
. It will generate Bedrock at top and bottom of the
dimension. It has only one spawn point. A starting inventory is included, too. Here you can see it:
{
"items": [
{
"item": "minecraft:wooden_pickaxe",
"nbt": {
"Unbreakable": true,
"Enchantments": [
{
"lvl": 2,
"id": "minecraft:efficiency"
}
],
"display": {
"Name": "{\"text\":\"Infinite Pickaxe\"}"
}
}
}
]
}
Last update:
June 23, 2024