The player launcher recipe doesn't appear to be present anywhere. I am running with Krastorio 2.
I have tried manually forcing the recipe to be enabled using /c game.player.force.recipes["PlayerLauncher"].enabled=true
, which did not do anything. The command did succeed, however, rather than returning a nil value, which suggests that the game is still seeing it as a valid recipe name?
The item itself is still able to be manually spawned in using /c game.player.insert{name="PlayerLauncher",count=1}
, so it appears to be an issue with the recipe rather than the item.