Page 1 of 1

[Genhis][2.0.11] prototypes.technology["biter-egg-handling"].research_trigger is of type "mine-entity" without an entity

Posted: Tue Oct 29, 2024 12:04 am
by ignatio
Start a new game in 2.0.11 with the Space Age mod enabled, then:

Code: Select all

/c game.print(helpers.table_to_json(prototypes.technology["biter-egg-handling"].research_trigger))
{"type": "mine-entity"}
According to the docs, the "mine-entity" trigger should have an "entity" element, but it's not there. Is this technology supposed to have the "capture-spawner" trigger instead?

Btw, I noticed that the "space-platform" technology has trigger `{type = "create-space-platform"}`, which isn't documented.

Re: [Genhis][2.0.11] prototypes.technology["biter-egg-handling"].research_trigger is of type "mine-entity" without an en

Posted: Tue Oct 29, 2024 1:41 pm
by Genhis
Thanks for the report, the type is fixed for the next release. Trigger create-space-platform is mentioned in the union and doesn't have any extra data.