Flat Dimensions

Started by Kiffolisk on

Topic category: Help with MCreator software

Last seen on 15:23, 17. Jun 2019
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Flat Dimensions

Hello!

 

I wanted to make an Ikea Dimension, but not like normal world generation, but flat generation, how should I do that?

 

Sorry, If I make spelling mistakes or something else, I'm Italian.

Last seen on 15:12, 11. Aug 2020
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello.   I have same problem…
Mon, 10/14/2019 - 13:30

Hello.

 

I have same problem, but solution doesn't work.

 

Sory for my english.

Last seen on 01:21, 21. Jun 2023
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Lock your dimension with…
Fri, 12/30/2022 - 17:45

Lock your dimension with right click, open the .json file. There are several, but the one you want to be looking for is the one with a line of code called "generator". You'll want to replace the generation settings with the code below and fill in everything with what you'd like.

{
    "generator":{
        "type":"minecraft:flat",
        "settings":{
            "layers":[
                {
                    "height":(number),
                    "block":"(If you are using custom blocks, your mod name, otherwise put minecraft):(name of the block for this layer)"
                    },
                ]
        }
    },
    "type":"overworld"
}

 

Last seen on 15:36, 25. Feb 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
guys, did anyone manage to…
Wed, 04/19/2023 - 06:13

guys, did anyone manage to make a flat world? I'm trying the method from Fire Dog85, but apparently I'm doing something wrong and nothing comes out. I have MCreator 2023