added an upsetting number of biomes + updates & optimizations

Added Terralith and Biomes O plenty for even more biomes
As well as terrain generation optimization via faster random & c2me which adds threading for chunk generation

updated Arphex which fixed an obscure crash with the broodmother
This commit is contained in:
2025-05-25 10:13:48 -05:00
parent 14dd116b00
commit 6ce101c83a
17 changed files with 458 additions and 53 deletions

View File

@ -0,0 +1,7 @@
{
/* This has 2 acceptable values: [CHAT, WIDGET]
* CHAT - Will post a message within 5 minutes to a user's chat once they've been in game for 5 minutes. Will no longer show after the user presses dismiss.
* WIDGET - Displays a widget on screen with the announcement on all screens until the widget is dismissed.
*/
"announcement_delivery": "WIDGET"
}