mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Added a mapblock analyzing function for debugging use and fixed remaining mapgen bugs
This commit is contained in:
@@ -743,5 +743,10 @@ inline s16 getNodeBlockY(s16 y)
|
||||
return getContainerPos(y, MAP_BLOCKSIZE);
|
||||
}
|
||||
|
||||
/*
|
||||
Get a quick string to describe what a block actually contains
|
||||
*/
|
||||
std::string analyze_block(MapBlock *block);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user