VoxeLibre/mods/MAPGEN
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
..
mcl_biomes Add tall mangrove tree schematics 2022-08-02 12:02:20 +02:00
mcl_dungeons Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
mcl_end_island Move end exit portal to 0, 0; Add end gateway portals (WIP) 2021-04-06 20:08:20 +02:00
mcl_mapgen_core 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
mcl_nether_fortresses Add make_foundation option 2022-07-01 02:05:48 +02:00
mcl_strongholds old registered_structures -> structure_data 2022-06-15 05:10:41 +02:00
mcl_structures More adaptive foundation height 2022-08-11 14:26:34 +02:00
mcl_terrain_features Add lots of water lakes to mangrove swamps 2022-08-11 14:26:34 +02:00
mcl_villages Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
tsm_railcorridors Do not emerge while making railcorridors 2022-07-06 01:43:21 +02:00
modpack.conf Add a couple of modpack.conf files 2019-01-07 00:52:05 +01:00