Adds recommends/suggests and github repo to DMOS
This commit is contained in:
parent
f11430323e
commit
63a2a4651b
|
@ -8,9 +8,32 @@
|
|||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "ContractsWindowPlus"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "CustomBiomes"
|
||||
},
|
||||
{
|
||||
"name": "UniversalStorage"
|
||||
},
|
||||
{
|
||||
"name": "ScienceAlert"
|
||||
},
|
||||
{
|
||||
"name": "SCANsat"
|
||||
},
|
||||
{
|
||||
"name": "CommunityTechTree"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/64972",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science"
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science",
|
||||
"repository": "https://github.com/DMagic1/Orbital-Science"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "DMagic Orbital Science",
|
||||
|
|
Loading…
Reference in New Issue