MineClone2/mods
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
..
CORE [5.6] remove incorrect marks. 2022-08-07 13:00:43 +08:00
ENTITIES Add objectref to villager sound_play for pos sound 2022-08-13 00:47:46 +02:00
ENVIRONMENT Send shadows to client if server supports it 2022-08-13 00:04:44 +02:00
HELP Run tools/strip_trailing_whitespace.sh 2022-05-26 07:29:28 +02:00
HUD fix at mod loadtime warning in mcl_info 2022-08-10 14:14:00 +02:00
ITEMS variable in mcl_beacons gets reinitalized for no reason 2022-08-13 11:54:34 +02:00
MAPGEN 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
MISC Remove mobs_mc_gameconfig 2022-05-27 02:44:39 +02:00
PLAYER still over it 2022-08-12 13:03:11 +10:00