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;