RasterPropMonitor fixes.
This commit is contained in:
parent
789a439afc
commit
6ccb1b6088
|
@ -9,6 +9,7 @@
|
|||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/57603",
|
||||
"manual": "https://github.com/Mihara/RasterPropMonitor/wiki",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor"
|
||||
},
|
||||
"depends": [
|
||||
|
@ -18,12 +19,17 @@
|
|||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/JSI/RasterPropMonitor",
|
||||
"file": "GameData/JSI",
|
||||
"filter": [
|
||||
"Agencies",
|
||||
"RPMPodPatches"
|
||||
],
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "v0.18.3",
|
||||
"download": "https://github.com/Mihara/RasterPropMonitor/releases/download/v0.18.3/RasterPropMonitor.0.18.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 581923
|
||||
"download_size": 581923,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -4,11 +4,12 @@
|
|||
"identifier": "RasterPropMonitor",
|
||||
"author": "Mihara",
|
||||
"abstract": "Makes Stock IVAs more interactive.",
|
||||
"comment": "This package contains the stock IVA patches, the JSI agency, and the ThirdPartySupport folder.",
|
||||
"comment": "This package contains the stock IVA patches and the JSI agency.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/57603",
|
||||
"manual": "https://github.com/Mihara/RasterPropMonitor/wiki",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor"
|
||||
},
|
||||
"depends": [
|
||||
|
|
Loading…
Reference in New Issue