Fix license and links for old mods (#1531)
This commit is contained in:
parent
cf916b32b6
commit
17f3853927
|
@ -5,10 +5,10 @@
|
|||
"abstract": "Replace stock navball texture with something better!",
|
||||
"description": "You can replace default navball texture (GameData/NavBallTextureExport/navball.png) with one of this: http://bit.ly/navballs",
|
||||
"author": "xEvilReeperx",
|
||||
"license": "public-domain",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/69540-Making-high-contrast-nav-ball!?p=969741&viewfull=1#post969741",
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/63113-making-high-contrast-nav-ball/&do=findComment&comment=959807",
|
||||
"repository": "https://bitbucket.org/xEvilReeperx/ksp_navballtexturechanger",
|
||||
"x_textures": "http://bit.ly/navballs"
|
||||
},
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "NavBallTextureExport",
|
||||
"name": "Navball Texture Changer",
|
||||
"abstract": "Replace stock navball texture with something better!",
|
||||
"description": "You can replace default navball texture (GameData/NavBallTextureExport/navball.png) with one of this: http://bit.ly/navballs",
|
||||
"author": "xEvilReeperx",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/63113-making-high-contrast-nav-ball/&do=findComment&comment=959807",
|
||||
"repository": "https://bitbucket.org/xEvilReeperx/ksp_navballtexturechanger",
|
||||
"x_textures": "http://bit.ly/navballs"
|
||||
},
|
||||
"version": "1.5",
|
||||
"ksp_version": "1.2",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/NavBallTextureChanger",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://bitbucket.org/xEvilReeperx/ksp_navballtexturechanger/downloads/KSP-1.2-NavBallChanger-1.5-v2.zip",
|
||||
"download_size": 11764,
|
||||
"download_hash": {
|
||||
"sha1": "87B825D36F966FD1CC8F5FD02E5B63CB79A76F30",
|
||||
"sha256": "692EC3B6EB8ADF1BC1143D7D367985B458DB1E80D5303916AEA3EA478D0E856C"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"license": "public-domain",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/65769"
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/59724-*"
|
||||
},
|
||||
"version": "0.3",
|
||||
"ksp_version_min": "0.24.2",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
],
|
||||
"license": "public-domain",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/65769"
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/59724-*"
|
||||
},
|
||||
"version": "0.4",
|
||||
"ksp_version": "1.1",
|
||||
|
|
Loading…
Reference in New Issue