Started by
CobraLily19
on
Topic category: Troubleshooting, bugs, and solutions
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!
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.
I am starting to figure something out with these scripts, thank you!