Telkine2018 / compaktcircuit

3 stars 5 forks source link

Is `create_entity` still necessary to implement in new mods? #23

Open SunSerega opened 3 months ago

SunSerega commented 3 months ago

Also asked in the modding Discord server, but you're not replying, so here's a trackable issue.

While looking at the source code I found that create_entity is only used for processors that save their data in procinfo.circuits.

But all the newly packed processors seem to save their data in procinfo.blueprint.

So, does this mean that new mods (and mods newly supporting compaktcircuit) no longer need to export create_entity, because it will never be called?