Querz / mcaselector

A tool to select chunks from Minecraft worlds for deletion or export.
MIT License
3.18k stars 177 forks source link

Changing biome to custom biome added by another mod not working #361

Open Rinventor opened 2 years ago

Rinventor commented 2 years ago

When changing selected biomes I enter the name of the custom biome ('testing:city') correctly in quotes. How ever after it is done, nothing has changed in the game. Then I choose one changed chunk and -> Edit chunk. Then I open the Biomes variable and see that all the variables in it are set to 1, which refers to the old minecraft:plains biome not the new 'testing:city' biome.

How can I possibly know the variable value of this custom biome? And is this custom biome integer value going to change if more custom biomes are added?

arvitus commented 2 years ago

Doesn't work for me either. May be a bug. Are you loading the edited chunk(s) with the modded or the vanilla version?

Rinventor commented 2 years ago

I'm using modded version. Tried it on Forge 1.16.5 and 1.17.1. Neither worked.