It looks like there are a bunch of other .gfc files available for non-Earth celestial bodies that could be added pretty quickly with minimal changes.
The only thing that's preventing me from using them out-of-the-box with this package seems to be that the variable gravity_constant replaces the variable earth_gravity_constant in all of them. I think just allowing for either the existence of gravity_constant XOR earth_gravity_constant when parsing these files in here should be enough to fix this issue.
Thanks!