The WordPress Specialists

How to Add More Layers to a Superflat World in Minecraft

H

If you want to add more layers to a Superflat world in Minecraft, the method depends on which edition you are playing. In Java Edition, you can change the Superflat preset before creating the world and make the dirt, stone, or other layers much deeper.

Bedrock Edition works differently. It gives you built-in Flat World Presets, but it does not use the same custom layer editor as Java. So if you are following a Java tutorial and cannot find the Customize button, you may simply be on the wrong edition.

Can You Add More Layers to a Superflat World?

Yes, you can add more layers to a Superflat world in Minecraft Java Edition. You do this while creating a new world by opening the Superflat Customize menu and changing the preset. You can increase the thickness of existing layers or add new block types such as stone under the dirt.

This is normally done before the world is created. If you already have a Superflat world, changing a preset later will not rebuild all of the terrain that has already generated.

How to Add More Layers to a Superflat World in Java Edition

How to Add More Layers to a Superflat World in Java Edition

Java Edition gives you direct control over the blocks and depth of a Superflat world. You do not need mods for the normal method.

Follow these steps:

  1. Open Minecraft Java Edition and go to Singleplayer.
  2. Select Create New World and open the world generation settings.
  3. Change the world type to Superflat. The exact menu position can look slightly different depending on your Minecraft version.
  4. Open the Customize option for the Superflat world.
  5. Choose Presets. You should now see a text field containing the current Superflat preset.
  6. Edit the layer values in the preset. For example, increasing the number before dirt makes the dirt section deeper.
  7. Choose Use Preset after you finish editing.
  8. Return to the world creation screen and create the world normally.

It is a good idea to test your preset in a temporary world first. If you put the layers in the wrong order, the world can still generate, just not the way you expected.

How Do Superflat Layer Codes Work?

The Superflat preset looks a little strange at first, but the important part is simple. Each section tells Minecraft which block to use and how many layers of that block should generate.

The layers are written from the bottom upward. A preset might look similar to this:

minecraft:bedrock,5*minecraft:dirt,minecraft:grass_block;minecraft:plains

In that example, Minecraft would generate:

  • 1 layer of bedrock at the bottom
  • 5 layers of dirt
  • 1 grass block layer on top
  • Plains as the biome

The 5* part is what controls the thickness. If you change it to 10*minecraft:dirt, Minecraft will generate ten dirt layers instead of five.

You can use the same idea with other blocks. For example, 20*minecraft:stone gives you twenty layers of stone.

How to Make a Superflat World Deeper

If you only want a deeper flat world, you do not need to create a complicated preset. Just increase the number of underground layers.

For example, imagine your current world has bedrock, two dirt layers, and grass. You could change the dirt section from:

2*minecraft:dirt

to:

10*minecraft:dirt

Now you have much more depth under the surface.

If you want something closer to a normal underground area, add stone underneath the dirt instead. A simple setup could be:

minecraft:bedrock,30*minecraft:stone,5*minecraft:dirt,minecraft:grass_block;minecraft:plains

That gives you bedrock at the bottom, a large stone section, five layers of dirt, then grass on top.

This kind of world is much more useful if you want underground rooms, redstone builds, testing areas, or just more space below the surface.

Example Superflat Layer Setups

You do not have to start from scratch. These examples show the basic idea behind a few useful Superflat designs.

Setup Example Layers Good For
Thicker basic world Bedrock + 10 dirt + grass Simple building
Deep dirt world Bedrock + 30 dirt + grass Underground dirt builds
Stone underground Bedrock + 30 stone + 5 dirt + grass Tunnels and underground bases
Deep testing world Bedrock + 60 stone + 5 dirt + grass Redstone and large underground projects

The numbers are not special limits. You can change them depending on how deep you want the ground to be.

Just remember that a very deep preset changes where the surface appears vertically, so think about how much space you want both above and below the surface.

Can You Add Layers to an Existing Superflat World?

This is where it gets a little less simple. Superflat generation settings are normally chosen when the world is created. Changing the preset does not go back and add new layers underneath terrain that already exists.

For most players, the easiest option is to make a new Superflat world with the correct layer setup and move your build there if needed. If your world is important, make a backup before trying anything more advanced.

There are world editing methods that can change existing terrain, but that is a different process. It can also create problems if you edit the wrong chunks or world data, so it is not something I would mix into a basic Superflat guide.

How to Add More Flat World Layers in Bedrock Edition

Bedrock Edition does not use the same Superflat preset string system as Java Edition. Instead, newer Bedrock versions provide Flat World Presets that let you choose between different prepared flat-world layouts.

When creating a new Bedrock world:

  1. Open Create New World.
  2. Go into the advanced world settings.
  3. Enable Flat World.
  4. Open the available Flat World Presets.
  5. Choose the preset that has the depth and blocks closest to what you want.
  6. Create the world and check the layers.

This is easier than editing Java preset strings, but you also get less direct control. You cannot simply type something like 40*minecraft:stone into the normal Bedrock world creation screen and expect it to work the same way.

If you need very specific custom layers, Java Edition gives you much more control through the built-in Superflat preset editor.

Why Can’t I Find the Superflat Customize Button?

If a tutorial says to click Customize but you cannot find that option, check your Minecraft edition first. Java and Bedrock handle flat worlds differently.

A few common reasons include:

  • You are playing Bedrock Edition
  • Superflat is not selected as the world type yet
  • You are looking at an existing world instead of creating a new one
  • Your Minecraft version uses a slightly different world creation menu

If you are on Java, make sure you are inside the new world creation screen and that Superflat is selected. Once it is, the related customization options should become available.

If you are on Bedrock, stop looking for the Java preset string menu. Use the Flat World Presets available in Bedrock instead.

What Happens If You Enter the Layers in the Wrong Order?

Minecraft reads Java Superflat layers from the bottom to the top. That means the first block in the list goes lower in the world, while later blocks are placed above it.

For example, this makes sense:

minecraft:bedrock,20*minecraft:stone,5*minecraft:dirt,minecraft:grass_block

Bedrock is at the bottom, then stone, then dirt, then grass.

If you put the grass block before the stone and dirt sections, the generated world will not have the normal surface order you probably wanted. Minecraft is simply following the order you gave it.

The safest approach is to think from underground upward. Start with the lowest block, then build the preset toward the surface.

How to Prevent Superflat Layer Problems

The easiest way to avoid rebuilding a world is to test your preset before you start a serious project. Make a temporary world, fly around for a minute, and dig down to check that every layer generated where you expected.

A few small habits help:

  • Copy the original preset before editing it
  • Read the layers from bottom to top
  • Test the preset in a temporary world first
  • Keep grass or another surface block at the top
  • Double-check block names before creating the world
  • Save useful preset strings somewhere outside Minecraft
  • Back up important worlds before using advanced editing tools

Do not spend hours building before checking the underground layers. Digging down for thirty seconds at the start can save you from rebuilding the whole map later.

Final Thoughts

To add more layers to a Superflat world in Minecraft Java Edition, create a new Superflat world, open Customize, go into Presets, and change the layer count in the preset string. A value such as 10*minecraft:dirt simply means ten layers of dirt, so making the world deeper is pretty easy once you understand that part.

Bedrock Edition works differently and mainly relies on built-in Flat World Presets instead of Java’s free custom preset editor. Also remember that changing generation settings does not automatically rebuild an existing world.

If you are making a custom Superflat world, comment with one thing: do you want a deep stone world, a deep dirt world, or a custom survival-style Superflat preset?

About the author

Rizwan

I’ve been into SEO and blogging for over 7 years. I help websites show up higher on search engines. I really enjoy writing helpful guides, especially about gaming and tech stuff.

By Rizwan
The WordPress Specialists