Realistic Terrain Generation

Realistic Terrain Generation

3M Downloads

Trees(except Palms) growing in the desert on biome borders

Lodugh opened this issue ยท 8 comments

commented

Saw some acacia trees grow inside the desert. I dont think it is wanted like that, right?
Here is a screenshot:
2016-02-07_01 13 51

commented

This is part of the new decorative biome transition system, so it's intended behaviour, but I see what you're saying and kind of agree with you that it looks weird in this particular transition from Savanna to Desert.

When decorations like trees and other biota bleed from one biome into another, it usually looks pretty good. Maybe we can look into preventing decorations from bleeding into desert biomes, but if I remember correctly, it would be pretty tricky to implement, if it's even possible at all.

commented

"When RTG is placing the decorations, you can prevent some of these kinds of problems by placing restrictions on the surface block it's placed on."

Might put something like that in the biome configs at some point, but now that I've seen that link about Acacias in the desert, this doesn't look weird to me at all anymore. :)

commented

When RTG is placing the decorations, you can prevent some of these kinds of problems by placing restrictions on the surface block it's placed on. So you could just not place Acacia trees on sand. Birch forest has this neat trick where it places birch shrubs on sand - works pretty well.

That said, this particular problem doesn't bug me. I have no problem with Acacia growing on sand a dozen blocks away from dirt. Some other trees, like swamp trees with the trailing vines, would look really out of place there.

commented

Great, thank you!

commented

Added a config option called "Allow Trees to Generate in Sand" in 164a9e1, but just realised that currently it prevents Palm Trees from generating on beaches. Hmmm. I'll fix that before I push it to master

commented

Yeah I was already thinking that it might be realistic, I just didnt like the looks. Would be nice to have something like that in the configs :). It would be enough if there'd be an option that trees only can grow on dirt or something like that.

commented

I'm just doing some work on the biome configs now, so I'll see if I can sneak something like that in there before tonight's release - if not, I'll definitely get something in there next time.