Page 1 of 1

[1.1.107] Splitter not working as an additional pastable entity

Posted: Mon Jul 01, 2024 7:12 pm
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 :)

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

Posted: Wed Jul 10, 2024 5:37 pm
by Rseding91
Thanks for the report. This is now fixed for 2.0.