Close
    Search Search

    Extra flat

    Extra flat

    FLAT WORLD NATASHA WORLD

    A world extraplano (superflat in English) is a type of world that turns the entire surface of the real world into a flat layer to build on.

    Summary

    Customization

    Choosing "Slimline" will bring up a new option called "Customize". Here you can configure several aspects, the default is the classic one: one layer of grass, two of earth and the base stone. With the buttons that appear you can "Delete layers" or choose one of the predefined templates (currently there are 8). If you understand the programming code you can create your own template, entering the IDs of the blocks.



    Templates

    Template Covers Biome Structures Code
    Extra flat Classic Flat 5x
    64x
    1x
    Grass
    Earth
    Base stone
    Llano Villages Predetermined 3;minecraft:bedrock,2*minecraft:dirt,minecraft:grass;1;village
    Extra flat Tunneler's Dream 1x
    5x
    230x
    1x
    Grass
    Earth
    Stone
    Base stone
    Extreme Hills Castles and Fortresses
    Dungeons
    Abandoned mines
    3;minecraft:bedrock,230*minecraft:stone,5*minecraft:dirt,
    minecraft:grass;3;stronghold,biome_1,decoration,dungeon,mineshaft
    25px Water World 90x
    5x
    5x
    5x
    1x
    Water
    Sand
    Earth
    Stone
    Base stone
    Deep Ocean Ocean monuments 3;minecraft:bedrock,5*minecraft:stone,5*minecraft:dirt,
    5*minecraft:sand,90*minecraft:water;24;biome_1,oceanmonument
    Extra flat Overworld 3x
    59x
    1x
    Grass
    Stone
    Base stone
    Plains Castles and Fortresses
    Villages
    Dungeons
    Abandoned mines
    Mimics the height of default world generation. 3;minecraft:bedrock,59*minecraft:stone,3*minecraft:dirt,
    minecraft:grass;1;stronghold,biome_1,village,decoration,
    dungeon,lake,mineshaft,lava_lake
    25px Snowy Kingdom 1x
    1x
    3x
    59x
    1x
    Snow Cape
    Grass
    Earth
    Stone
    Base stone
    Ice Plains nothing Villages do not appear. 3;minecraft:bedrock,59*minecraft:stone,3*minecraft:dirt,
    minecraft:grass,minecraft:snow_layer;12;biome_1,village
    25px Bottomless Pit 1x
    3x
    2x
    Grass
    Earth
    Rock
    Plains Villages 3;2*minecraft:cobblestone,3*minecraft:dirt,minecraft:grass
    ; 1; biome_1, village
    Extra flat Desert 8x
    52x
    3x
    1x
    Sand
    Sandstone
    Stone
    Base stone
    Desert Fortaleza
    Desert villages
    Desert temples
    Dungeons
    Abandoned mines
    3;minecraft:bedrock,3*minecraft:stone,52*minecraft:sandstone,
    8*minecraft:sand;2;stronghold,biome_1,village,decoration,
    dungeon,mineshaft
    Extra flat Redstone Ready 52x
    3x
    1x
    Sandstone
    Stone
    Base stone
    Desert nothing
    Extra flat The Void
    1x
    Air
    The Void nothing It has only one stone platform. This template is only in 1.9 3;minecraft:air;127;decoration

    Templates can be shared via code. It is a system similar to that of the map generation seeds.




    Template code example

    Teniendo en cuenta la siguiente plantilla: 3;minecraft:mossy_cobblestone,250*minecraft:air,minecraft:obsidian,minecraft:snow_layer;3;stronghold(count=7),village(size=0 distance=9),decoration,dungeon,mineshaft

    It consists of these elements:

    • 3: version number.
    • minecraft: mossy_cobblestone, 250 * minecraft: air, minecraft: obsidian, minecraft: snow_layer: comma separated list of block IDs.
      • minecraft: mossy_cobblestone - a layer of mossy rock on layer 0.
      • 250 * minecraft: air: 250 layers of air from 1 to 250.
      • minecraft: obsidian - a layer of obsidian on layer 251.
      • minecraft: snow_layer - a layer of snow on layer 252.
    • 3: ID of the biome, in this case Extreme Hills.
    • stronghold(count=7),village(size=0 distance=9),decoration,dungeon,mineshaft: lista de estructuras separadas por comas.
      • stronghold (count = 7): this will cause 7 fortresses to exist on the map. They will appear in the air, as the template contains 250 layers of air.
      • village (size = 0 distance = 9): Since this biome is incompatible with villages, this will do nothing.
      • decoration: specific decoration of the biome.
      • dungeon: with dungeons.
      • mineshaft: with mines. They will appear in the air, as the template contains 250 layers of air.


    Resources in a classic slimline world

    These can be found with any option.

    DV Description
    0 Air
    2 Grass Block
    3 Dirt
    7 Bedrock

    These can be found depending on the option that has been activated (not including trading with villagers).



    4 Cobblestone 5 Wooden Planks 9 Water 11 Lava 13 Gravel 17 Wood 35 Wool 43 Double Stone Slab 44 Stone Slab 47 Bookshelf 50 Torch 53 Wooden Stairs 54 Chest 58 Crafting Table 59 Wheat 60 Farmland 61 Furnace 64 Wooden Door 65 Ladder 67 Cobblestone Stairs 72 Wooden Pressure Plate 85 Fence 101 Iron Bars 102 Glass Pane 141 Carrots 142 Potatoes

    Villager Chests can contain items:

    6 Sapling 49 Obsidian 257 Iron Pickaxe 260 Apple 264 Diamond 265 Iron Ingot 266 Gold Ingot 267 Iron Sword 297 Bread 306 Iron Helmet 307 Iron Chestplate 308 Iron Leggings 309 Iron Boots 329 Saddle

    Spawn point

    In extra-flat worlds your spawn point will never be the same. The spawn point will be in an area of ​​20x20 cubes, regardless of your initial spawn.


    Video

    Extraplan/video

    History

    Java Edition
    1.112w01aExtra-flat mode has been added.
    1.3.112w25aThe number of slime spawning has been reduced.
    1.3.1Before 1.3.1, there was no spawn point unless the player was sleeping in a bed; now, although still not exact, the spawn area has been reduced to 20x20 cubes.
    1.4.212w36aNow you can create extra-flat worlds by editing the generatorOptions line in the level.dat file.
    12w37aA configuration interface has been added.
    Contains 7 templates: Classic Flat, Tunnelers' Dream, Water World, Overworld, Snowy Kingdom, Bottomless Pit (not valid in this version) and Desert.
    In this version, the buttons to add and edit layers were grayed out, because this function was not implemented.
    12in39bThe "Bottomless Pit" template bug has been fixed.
    12w40aNow normal structures (trees, ores, fortresses, etc.) can be generated in this mode. [1] The template code version has been changed to "2".
    Another template has been added: "Redstone Ready". It consists of 52 layers of redstone, 3 of stone and one of base stone; it lacks structures.
    The "Add layer" and "Delete layer" buttons have been removed.
    1.5.2Previously, changes to server.properties stopped taking effect after the server was created. Therefore, any data in level.dat would overwrite the values ​​in server.properties. For this reason, single player worlds could be moved to multiplayer servers. They have also said that this may have happened long before.
    1.7.213w36aThe bug where fortresses would appear in the air has been fixed.
    1.814w08aNow the name of the IDs of the blocks is used instead of the numbers. [2]
    The format of the IDs and layers has been changed from NumberxID to Number * ID.
    The version of the template code has been changed to "3".
    Pocket Edition
    0.9.0build 1Extra-flat mode has been added.
    Legacy Console Edition
    TU5Extra-flat mode has been added. Unlike the PC edition, the Underworld is also extra-flat.

    Problems

    Problems related to "slimline" remain in the problem tracker. Report bugs you find on this page.



    1. ↑ https://twitter.com/Dinnerbone/status/253133589775007744
    2. ↑ https://mojang.com/2014/02/minecraft-snapshot-14w08a/


    Generated structures and terrain characteristics

    View at: Template:Generated structures/content [editar]

    Alejandro Crespo Martinez We are a specialized and passionate team of virtual reality. We have extensive experience in this area. We decided to create ForVirtualRealityLovers to share all our information with customers and users. We have quality information. You can find tips, guides, interviews, top products and much more! If you are curious, enter our site ForVirtualRealityLovers.com and discover the virtual world! ? Jungle temple ❯

    Articles related to

    Extra flat
    Extreme
    Extra flat
    Minecraft Dungeons Arcade
    Tutorials / Getting the Channeler
    Extra flat
    Tutorials / Diamonds
    Extra flat
    Experience
    Extra flat
    Clay block
    Add a comment from Extraplano
    Comment sent successfully! We will review it in the next few hours.
    add a comment of Extra flat
    Comment sent successfully! We will review it in the next few hours.