I'm trying to make a plugin that allows you to build ships midflight, but I'm having trouble adding parts to existing ships.
I have tried adding "Part" instances to the "vessel.parts" list, but I lack something to fill the "Part" constructors with.
How should I go about adding new parts to a vessel midflight?