NetKAN generated mods - IFILS/IFILS-v2.50, KerbalAlarmClock/KerbalAlarmClock-v3.3.0.0
This commit is contained in:
parent
4ae4c20d77
commit
ecee58431e
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "IFILS",
|
||||
"name": "Interstellar Flight Inc. - Kerbal Life Support",
|
||||
"abstract": "I know that there are a few Life support mods in development. They are too intense for my tastes. SO I designed my own.",
|
||||
"license": "GPL-3.0",
|
||||
"ksp_version": "0.90",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/92011",
|
||||
"repository": "https://github.com/Will565/IFI-Life-Support"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "IFILS",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "ModuleManager.*dll$"
|
||||
}
|
||||
],
|
||||
"author": "Will565",
|
||||
"version": "v2.50",
|
||||
"download": "https://github.com/Will565/IFI-Life-Support/releases/download/v2.50/IFILifesupportPlugin25.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5552049
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"name": "Kerbal Alarm Clock",
|
||||
"identifier": "KerbalAlarmClock",
|
||||
"abstract": "An in-game alarm clock to help you stop missing important moments",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"author": "TriggerAu",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/24786",
|
||||
"license": "https://github.com/TriggerAu/KerbalAlarmClock/blob/master/LICENSE",
|
||||
"repository": "https://github.com/TriggerAu/KerbalAlarmClock",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/231/Kerbal%20Alarm%20Clock",
|
||||
"manual": "http://triggerau.github.io/KerbalAlarmClock/",
|
||||
"x_curse": "http://kerbal.curseforge.com/ksp-mods/220289-kerbal-alarm-clock"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"find": "KerbalAlarmClock",
|
||||
"install_to": "GameData/TriggerTech"
|
||||
}
|
||||
],
|
||||
"version": "v3.3.0.0",
|
||||
"download": "https://github.com/TriggerAu/KerbalAlarmClock/releases/download/v3.3.0.0/KerbalAlarmClock_3.3.0.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 462217,
|
||||
"ksp_version": "1.0.0"
|
||||
}
|
Loading…
Reference in New Issue