Skip to content

Stoneblock

Starting template Download

To create a stoneblock like modpack, you can simply set the surface settings as you can see in the config below.

config/skyblockbuilder/common-config.json5:

{  
  "World": {
    "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:

Starting item

{
  "items": [
    {
      "item": "minecraft:wooden_pickaxe",
      "nbt": {
        "Unbreakable": true,
        "Enchantments": [
          {
            "lvl": 2,
            "id": "minecraft:efficiency"
          }
        ],
        "display": {
          "Name": "{\"text\":\"Infinite Pickaxe\"}"
        }
      }
    }
  ]
}