Make Biome 'clean'
nvx opened this issue ยท 5 comments
This is not possible. The biomes are not stored as part of the map, the client adds the biome coloring based on the seed. Since the client can't tell you are not using the normal world generator, it colors x,z coordinates as biomes to match the standard "Normal" world generator terrain.
I've put out suggestions on GetSatisfaction to have biome data (type, temp, and humidity) be stored in the level's region files rather than be computed on the fly - this would allow modification/generation of biomes, and also preserve biomes across copies (using WorldEdit or MCEdit, for example). Until Mojang implements this, CleanroomGenerator has absolutely no way to change biomes.
A tip: Find a seed in normal mode with a large area of your desired biome type, and use CleanroomGenerator with that seed. For example, I made a Christmas area on my server by finding a seed with spawn in an arctic biome. The terrain was flat because of CleanroomGenerator, but the weather would always be snow because of the biome (unless you moved too far from spawn).
Cheers for that insight @4am
As per the comment above, this feature depends on http://getsatisfaction.com/mojang/topics/store_biomes_as_part_of_the_chunk_data being implemented (or a similar client-side change), anyone that wants this feature I suggest voting on that getsatisfaction topic.
Closing as setting the world type to FLAT fixes this issue. Selectable biomes types (ie, winter-biome cleanroom, or forest biome cleanroom, etc) wouldn't be too hard to add as a feature if there is demand for it.