VoxeLibre/mods/MAPGEN/mcl_mapgen_core
kno10 a55293d893 Some optimizations for mapgen (#4566)
Some savings due to, e.g., `area:iter`, and some unnecessary code removal / code simplifications

Some additional logging for getting more precise timings.

Not very spectacular, but also not invasive. The slow parts seem to be data transfer to/from the voxelmanip, lighting/water updates and the ore generation in nether, so not much in lua code.

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4566
Reviewed-by: Mikita Wiśniewski <rudzik8@protonmail.com>
Co-authored-by: kno10 <erich.schubert@gmail.com>
Co-committed-by: kno10 <erich.schubert@gmail.com>
2024-12-04 19:52:44 +01:00
..
api.lua Some optimizations for mapgen (#4566) 2024-12-04 19:52:44 +01:00
init.lua Some optimizations for mapgen (#4566) 2024-12-04 19:52:44 +01:00
mod.conf Enable deepslate and copper generation 2022-09-14 20:37:07 +00:00
ores.lua Move deepslate ore registration within generation check 2023-12-12 23:16:51 +00:00
v6.lua some refactoring 2022-09-14 20:37:07 +00:00