Started by
Kiffolisk
on
Topic category: Help with MCreator software
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.
Set biome height variation of the biome in dimension to 0.
Hello.
I have same problem, but solution doesn't work.
Sory for my english.
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"
}
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