Version
Game version: [0.103.2]
Mod version: [0.4.0]
Description
When accessing http://localhost:15526/api/v1/singleplayer in single player->custom mode, the mod returns
{
"state_type": "menu",
"menu_screen": "main",
"message": "Main menu."
}
with no options. And setting a seed parameter doesn't work for custom mode. The post request being sent is:
{ "action": "menu_select", "option": "custom", "seed":"test" }
MCP Client
N/A
Version
Game version: [0.103.2]
Mod version: [0.4.0]
Description
When accessing http://localhost:15526/api/v1/singleplayer in single player->custom mode, the mod returns
with no options. And setting a seed parameter doesn't work for custom mode. The post request being sent is:
MCP Client
N/A