[1.1.107] Splitter not working as an additional pastable entity

Post Reply
Zomis
Inserter
Inserter
Posts: 32
Joined: Fri Apr 21, 2017 7:01 pm
Contact:

[1.1.107] Splitter not working as an additional pastable entity

Post by Zomis »

Code for reproducing here: https://github.com/Zomis/FactorioMods/t ... nals_1.5.0

I did reproduce this bug with 1.1.107 with *only* this mod installed to make sure there's no conflict with other mods.

It does show up in the prototype inspector as being additionally pastable.

Bilka found this code and said that the splitters are completely nonstandard compared to the other entities. See https://discord.com/channels/1396775903 ... 4835115049

Code: Select all

ActionResult Splitter::copyEntitySettings(const CopyEntitySettingsData& data)
{
  if (!data.source->isSplitter())
    return ActionResult::GenericFail;
So... splitters just cannot be the target of an additional pastable entity :)

Rseding91
Factorio Staff
Factorio Staff
Posts: 13327
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [1.1.107] Splitter not working as an additional pastable entity

Post by Rseding91 »

Thanks for the report. This is now fixed for 2.0.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Fixed for 2.0”