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

This subforum contains all the issues which we already resolved.
ignatio
Long Handed Inserter
Long Handed Inserter
Posts: 96
Joined: Mon Jun 27, 2016 3:59 pm
Contact:

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

Post 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.
Attachments
factorio-current.log
(14.4 KiB) Downloaded 5 times

Genhis
Factorio Staff
Factorio Staff
Posts: 517
Joined: Wed Dec 24, 2014 8:19 am
Contact:

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

Post 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.

Post Reply

Return to “Resolved Problems and Bugs”