mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth of mgv7 biomes. l_mapgen.cpp: add '#include mapgen_v5.h' because '#include mapgen_v7' is there. Improve underwater grass hack
This commit is contained in:
parent
fcb1ea903f
commit
0a5373d400
5 changed files with 40 additions and 16 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
|
||||
content_t c_top;
|
||||
content_t c_filler;
|
||||
content_t c_stone;
|
||||
content_t c_water;
|
||||
content_t c_dust;
|
||||
content_t c_dust_water;
|
||||
|
@ -77,3 +78,4 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue