1
0
Fork 0
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:
paramat 2014-11-30 04:42:02 +00:00 committed by kwolekr
parent fcb1ea903f
commit 0a5373d400
5 changed files with 40 additions and 16 deletions

View file

@ -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