Advertisement
Guest User

Untitled

a guest
May 24th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "spec_version" : 1,
  3. "identifier" : "KerbalMass",
  4. "name" : "Kerbal Mass",
  5. "abstract" : "Boarded Kerbals now have mass.",
  6. "$kref" : "#/ckan/kerbalstuff/567",
  7. "license": "BSD-3-clause",
  8. "release_status": "stable",
  9.  
  10. "depends": [
  11. { "name": "ModuleManager" }
  12. ]
  13.  
  14. "install": [
  15. {
  16. "file" : "GameData/KerbalMass",
  17. "install_to" : "GameData"
  18. }
  19. ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement