mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
added trees (very glitchy) and changed grass texture
This commit is contained in:
parent
a302ae3e08
commit
ad9e084e94
3 changed files with 40 additions and 6 deletions
|
@ -167,7 +167,8 @@ void * EmergeThread::Thread()
|
|||
only_from_disk,
|
||||
changed_blocks,
|
||||
lighting_invalidated_blocks);
|
||||
|
||||
|
||||
#if 0
|
||||
/*
|
||||
While we're at it, generate some other blocks too
|
||||
*/
|
||||
|
@ -187,6 +188,7 @@ void * EmergeThread::Thread()
|
|||
catch(InvalidPositionException &e)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// If it is a dummy, block was not found on disk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue