[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
Start a new game in 2.0.11 with the Space Age mod enabled, then:
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.
Code: Select all
/c game.print(helpers.table_to_json(prototypes.technology["biter-egg-handling"].research_trigger))
{"type": "mine-entity"}
Btw, I noticed that the "space-platform" technology has trigger `{type = "create-space-platform"}`, which isn't documented.