Biomes in Dimension Still Small

Started by Flusacka on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Oct 2021
Points:
515

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
Biomes in Dimension Still Small

Hello, i am using mcreator 2021.1 with the forge 1.12.2 plugin and i have 15 biomes in my dimension and the biomes are still very small. please help.

Active 2 weeks ago
Joined Sep 2018
Points:
850

User statistics:

  • Modifications: 6
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 77
You should be able to change…
Tue, 10/26/2021 - 15:41

You should be able to change the weight/size of the biomes

Active 2 years ago
Joined Oct 2021
Points:
515

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
i can change weight, but how…
Tue, 10/26/2021 - 17:35

i can change weight, but how do i change size? dont see an option for that

Active 2 weeks ago
Joined Sep 2018
Points:
850

User statistics:

  • Modifications: 6
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 77
I'll have to take a look at…
Tue, 10/26/2021 - 17:40

I'll have to take a look at it later. I'll keep you posted

Active 2 weeks ago
Joined Sep 2018
Points:
850

User statistics:

  • Modifications: 6
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 77
So i looked at it, and i don…
Wed, 10/27/2021 - 00:24

So i looked at it, and i don't think you can change the size now that i think about it. You might be able to in the code, but other than that i think it might be just generation being bugged or you might be unlucky

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
Ok look, Minecraft has a lot…
Wed, 10/27/2021 - 07:17

Ok look, Minecraft has a lot of math and algorithm inside and biomes generation is on top of it

Spawn weight is not spwn % in the Minecraft world but is the possibility for your biome to spawn inside same biomes type.

Let's suppose (extreme example) full world is cold / snowy and your biomes is a desert. Your biome will not spawn even if your spawn weight is set to 1.000.000.000

Many different factors affect this and I'm not going to list them all (I'm sure I don't know them all either)

So what you can do to help you with your issue is:

 

1) Biome type: set a biome type

2) Set a biome category and MAKE SURE this category reflects the type selected

3) Biome temperature: make sure it's inside the biome type selected

 

Now set a good spawn weight (let's say 200 for example) and load your world. Your biome is now there

 

 

Active 2 years ago
Joined Oct 2021
Points:
515

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
i did all that with all my…
Wed, 10/27/2021 - 10:41

i did all that with all my biomes, still the same problem

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
show some images
Wed, 10/27/2021 - 10:59

show some images

Active 2 years ago
Joined Oct 2021
Points:
515

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
tried it on a fresh project,…
Wed, 10/27/2021 - 16:25

tried it on a fresh project, still the same problem

Active 5 months ago
Joined Mar 2021
Points:
1014

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
As said, send some images  
Wed, 10/27/2021 - 18:02

As said, send some images