mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Biome API: Add per-biome riverbed material and depth
Mgvalleys: Remove riverbed sand placement from base terrain generation Riverbed material placement moved to MapgenBasic::generateBiomes() Document fields and add note that the biome API is still unstable
This commit is contained in:
parent
7841f1c509
commit
d24f384174
6 changed files with 33 additions and 17 deletions
|
@ -54,11 +54,13 @@ public:
|
|||
content_t c_water_top;
|
||||
content_t c_water;
|
||||
content_t c_river_water;
|
||||
content_t c_riverbed;
|
||||
content_t c_dust;
|
||||
|
||||
s16 depth_top;
|
||||
s16 depth_filler;
|
||||
s16 depth_water_top;
|
||||
s16 depth_riverbed;
|
||||
|
||||
s16 y_min;
|
||||
s16 y_max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue