Need help with End biome generation

Started by CobraLily19 on

Topic category: Troubleshooting, bugs, and solutions

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Need help with End biome generation

I have 4 end biomes that take up too much space in the end and don't allow vanilla end biomes, and when I put them to the default value of 1, they sandwich together messily. I am using Nerdy's End plugin and I am currently on Mcreator 2024.4. Thanks! 

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
theres 3 issues here. first,…
Tue, 11/11/2025 - 13:48

theres 3 issues here. first, you forgot some commas, so that'll always cause it to return an error. second, you repeated the entire "surface_rule" line, but each biome sequence is supposed to be in the "sequence": [ ] bracket. and finally, the biomes have to be the vanilla biomes, since this method utilizes and rearranges the vanilla end sub-biomes. more biomes can be added, but would require further modification of the end's biome distribution, which in turn would make the main island use the biome generation of the outer end islands instead of the main islands normal biome "the_end". the Alternate End dimension in my End Update mod uses this more extensive method.

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am starting to figure…
Tue, 11/11/2025 - 20:13

I am starting to figure something out with these scripts, thank you!