mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user