1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y boundaries, remove growGrass()

This commit is contained in:
kwolekr 2013-04-21 15:47:13 -04:00
parent daddd37706
commit 37e6d1356b
2 changed files with 45 additions and 47 deletions

View file

@ -109,7 +109,6 @@ public:
void testBiomes();
void addTopNodes();
void growGrass();
void generateCaves(int max_stone_y);
};