LuaEntity.copy_settings not copying equipment grid
Posted: Sat Jan 25, 2025 11:59 am
Hello everyone,
I'm currently working on copying the settings of one Spidertron to others using the `LuaEntity.copy_settings` function. You can see the relevant code snippet here.
However, I've noticed that the equipment grid is not being copied over.
LuaEntity.copy_settings seems to handle most settings, but the equipment grid appears to be an exception.
Am I doing something wrong, or is this expected behavior? Should I be copying the equipment grid separately?
I'm currently working on copying the settings of one Spidertron to others using the `LuaEntity.copy_settings` function. You can see the relevant code snippet here.
However, I've noticed that the equipment grid is not being copied over.
LuaEntity.copy_settings seems to handle most settings, but the equipment grid appears to be an exception.
Am I doing something wrong, or is this expected behavior? Should I be copying the equipment grid separately?