[1.1.107] Splitter not working as an additional pastable entity
Posted: Mon Jul 01, 2024 7:12 pm
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
So... splitters just cannot be the target of an additional pastable entity
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;