1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

Add minetest.generate_ores() and minetest.generate_decorations()

This commit is contained in:
kwolekr
2015-01-04 22:37:20 -05:00
parent a92c083011
commit bdcf03ae36
9 changed files with 93 additions and 37 deletions

View File

@@ -356,6 +356,7 @@ void Mapgen::calcLightingOld(v3s16 nmin, v3s16 nmax)
GenerateNotifier::GenerateNotifier()
{
m_notify_on = 0;
}