Glitchfiend / BiomesOPlenty

Minecraft mod that adds over 50 new biomes to the game.
https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty
Other
800 stars 250 forks source link

1.20.4 Fabric biomes_toggle.json being ignored during terrain generation in End on server. #2218

Closed handsome-steve closed 2 months ago

handsome-steve commented 2 months ago

What's the issue you encountered?

Pretty much what the title says. In specific cannot for the love of god disable end_corruption. Using Terrablender and all required mods as well as betterend.

How can the issue be reproduced?

Just download the mods. Run the server etc, modify the biomes_toggle.json and viola, still generates despite edits.

Logs

No response

Mod Version

1.20.4

Additional information

No response

Forstride commented 2 months ago

If you're using another mod that affects End biome generation like BCLib, try it without that. Some mods tend to override biome generation for a given dimension, and pull all registered biomes into it without any regard for the individual mod's config.

handsome-steve commented 2 months ago

Seems to be a plausible answer, problem is I'm running betterend and betternether, also after sifting through the logs, I saw that BCLIB seems to not be loading things properly in its current version, tried editing its biomes.json file but literally ignores that too. Thanks for the reply <3