Lava Larva Attach Points - NeisesMike/VehicleFramework GitHub Wiki
Lava Larva are those little buggers that attach to your Cyclops and drain its power.
ModVehicle has the field:
public virtual List<Transform> LavaLarvaAttachPoints => new List<Transform>();
Each Transform describes where one larva can go.
The Transform should be on the surface of your vehicle.
Z-positive (the blue arrow) must point in towards your vehicle. The larva's mouth will point along this arrow.
The other rotations don't matter. The larva gets to pick how it's rotated otherwise. So if it approaches from the top instead of the bottom, it might end up rotated a bit differently. There's nothing I can do about that.