Team-RTG / Realistic-Terrain-Generation

The Realistic Terrain Generation mod for Minecraft.
GNU General Public License v3.0
245 stars 118 forks source link

Beach repair #1240

Closed srs-bsns closed 6 years ago

srs-bsns commented 6 years ago

An attempt should be made to fix, or atleast improve, the beach repair system. Currently, in some situations in some biomes, the repair is running in areas that it shouldn't which leads to strange and isolated beaches. There is also an issue with artifacting that was introduced since RTG 1.10 stable that needs to be fixed.

beach2 beach3

Ezoteric commented 6 years ago

2nd pic is quite nice tbh :D

Robijnvogel commented 6 years ago

Is the fact that that beach in the second picture stretches far land inwards considered problematic as well? Because I think that would actually be realistically possible.

srs-bsns commented 6 years ago

The problem is that there is a limit on it, and when it reaches the limit it leaves a very noticeable straight line where it stopped, like in the first image. The reason it went so far inland is because the land is still very low there. I might investigate using jitter to create a minor dithering effect where the beach meets the inland biome. You can see the effect in both of those images where the beach meets a stone beach, at the top in the first image and the right in the second.

The artifacting issue is that streak of grass that's cutting through the sand in the second image. That shouldn't be there.

srs-bsns commented 6 years ago

This is not going to happen. This takes place in BiomeAnalyser which is far too embedded and grotesque to touch.