I discovered today that parts with ModuleCargoPart are really buggy in less than 1.11. Stock parts won't have this module, but modded parts updated to 1.11 will. For instance, they don't show the PAW in the VAB when right-clicked, and attachment is unpredictable. This mod modlet MM patch 80 byte file fixes that quickly and easily. @PART[*]:HAS[@MODULE[ModuleCargoPart]]:FINAL { !MODULE[ModuleCargoPart] {} }   This isn't something anyone couldn't write themselves, I'm just p