VoxeLibre/mods/MAPGEN/mcl_mapgen_core
FaceDeer e1bf4081dd since registered_generators was a table, not an array, table.sort was having no effect and so priority was being ignored. Generators were being run in an arbitrary order.
I discovered this when I attempted to register an lvm in a mod that was intended to run after "main", to modify clay that the main mapgen lvm adds to the world. It wasn't finding any clay because priority was being ignored and it was running before "main" was.
2022-08-28 22:11:02 -06:00
..
init.lua since registered_generators was a table, not an array, table.sort was having no effect and so priority was being ignored. Generators were being run in an arbitrary order. 2022-08-28 22:11:02 -06:00
mod.conf Use mod.conf in all mods, part 1 2021-03-04 15:22:14 +01:00