Minecraft Blogs / Tutorial

Minecraft Superflat Biome IDs with Step-by-Step Tutorial

  • 33,619 views, 2 today
  • 13
  • 4
  • 7
mysteryman3546's Avatar mysteryman3546
Level 74 : Legendary Creeper Hugger
137

Introduction

Biomes have been present in Minecraft since the Halloween Update, and the Biome ID is included in the Anvil file format since Minecraft 1.2. The Biome ID for worlds stored in the older McRegion file format is calculated on the fly, which could lead to a discrepancy between the earlier generated world, and the features (such as grass color, snow) based on the calculated biome IDs.

Biome IDs

Ocean - 0
Plains - 1
Desert - 2
Extreme Hills - 3
Forest - 4
Taiga - 5
Swampland - 6
River - 7
Hell (Nether) - 8
Sky (End) - 9
Frozen Ocean - 10
Frozen River - 11
Ice Plains - 12
Ice Mountains - 13
Mushroom Island - 14
Mushroom Island Shore - 15
Beach - 16
Desert Hills - 17
Forest Hills - 18
Taiga Hills - 19
Extreme Hills Edge - 20
Jungle - 21
Jungle Hills - 22

Creating a Custom Superflat World

Okay, create a new world.
In the world options, switch the world type to Superflat and click Customize. There, click Presets. Now delete the text in the box at the top and I'll show you what you can do with the basics.

Tips:
Do NOT go over layer 255. Or Minecraft will crash.
The order of layers is from layer 0 to layer 255(left to right).
The last statement does not need a semicolon at the end.
Block ID List: Here

Now let's get started!
Type in the box to start 2;. This is the version number, so if this gets updated, you can still use this code.
Next, after the ;, type an id (Ex. 7(Bedrock)). Don't type a semicolon this time; instead, add a comma for an extra layer.
Now here is how to make a block in multiple layers. Let's say you want to make 2 layers of dirt. Type axb,. a is the amount of layers the block will have, and b is the block id(0 - 255). We're done with that.
We're going to top it off with a grass block layer(yes, we're making Classic Superflat). This time type 2 and close it with a semicolon. It should look like "2;7,2x3,2;".
After that code, type a biome ID then end it off with a semicolon.

Biome IDs

Ocean - 0
Plains - 1
Desert - 2
Extreme Hills - 3
Forest - 4
Taiga - 5
Swampland - 6
River - 7
Hell (Nether) - 8
Sky (End) - 9
Frozen Ocean - 10
Frozen River - 11
Ice Plains - 12
Ice Mountains - 13
Mushroom Island - 14
Mushroom Island Shore - 15
Beach - 16
Desert Hills - 17
Forest Hills - 18
Taiga Hills - 19
Extreme Hills Edge - 20
Jungle - 21
Jungle Hills - 22

Then add your decorators.
Here is a list of some of the fun ones:

biome_1: Ores spawn! (Note: Stone must be in the preset.)
village: Villages will spawn in your world.
stronghold: Strongholds will spawn in your world.
mineshaft: Mineshafts will spawn in your world.
lake: Water lakes will spawn in your world. Try adding the prefix lava_ for lava lakes.
decoration: Biome decoration will spawn(Ex. Trees, tall grass, etc.)
dungeon: Dungeons will spawn in your world.


Final Result

So, now all of the different parts of the code are complete, we need to piece the whole code together. Here's an example of a completed code (still color coded):

2;2x49,46,2;1;dungeon,stronghold(count=3),decoration

Which means: version 2; 2 layers of obsidian, 1 layer of TNT, 1 layer of grass; biome 1 (plains);spawn dungeons, 3 strongholds and decorations.

VvIfWlpng
Tags

1 Update Logs

Update #1 : by mysteryman3546 04/06/2014 12:33:17 pmApr 6th, 2014

- Edited Description a bit

Create an account or sign in to comment.

1
10/26/2019 1:48 pm
Level 1 : New Explorer
Railfaner1222
Railfaner1222's Avatar
Yes, I do know that this is a dead blog, but I have a question.

Do you know if ores still generate in the other id's?

If you can reply Please do, I am a inpatient man.
1
11/02/2019 7:44 pm
Level 74 : Legendary Creeper Hugger
mysteryman3546
mysteryman3546's Avatar
I am not sure as I have not played in a very long time.
1
09/30/2015 9:13 am
Level 1 : New Explorer
GrandpaLoki
GrandpaLoki's Avatar
Has any of this changed with 1.8+?
1
10/15/2016 11:38 am
Level 2 : Apprentice Miner
anonpmc2251444
anonpmc2251444's Avatar
[deleted]
1
10/26/2015 1:24 pm
Level 74 : Legendary Creeper Hugger
mysteryman3546
mysteryman3546's Avatar
I am not sure actually.
1
06/01/2013 6:16 pm
Level 48 : Master Pyro
HammerCraft
HammerCraft's Avatar
Very well made, nice job.

- The HammerCraft Team
1
06/01/2013 7:05 pm
Level 74 : Legendary Creeper Hugger
mysteryman3546
mysteryman3546's Avatar
Why thank u. Good sir :D
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome