Merge pull request #19 from pjf/master
Added TweakScale and InfernalRobotics
This commit is contained in:
commit
931be58cfd
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "InfernalRobotics",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"github": {
|
||||
"url": "https://github.com/sirkut/InfernalRobotics"
|
||||
},
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/8/Magic%20Smoke%20Industries%20Infernal%20Robotics"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/37707-0-23-5-Magic-Smoke-Industries-Infernal-Robotics-0-16-4"
|
||||
},
|
||||
"recommends": [
|
||||
{
|
||||
"name": "TweakScale"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/MagicSmokeIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"name": "Magic Smoke Industries Infernal Robotics",
|
||||
"abstract": "Making stuff move.",
|
||||
"author": "sirkut",
|
||||
"version": "0.19.2",
|
||||
"download": "https://kerbalstuff.com/mod/8/Magic%20Smoke%20Industries%20Infernal%20Robotics/download/0.19.2",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 11664244,
|
||||
"ksp_version": "0.25"
|
||||
}
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "TweakScale",
|
||||
"abstract": "Rescale everything!",
|
||||
"identifier": "TweakScale",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.5.1"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/80234",
|
||||
"github": {
|
||||
"url": "https://github.com/Biotronic/TweakScale"
|
||||
}
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "Gamedata/TweakScale",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"author": "Biotronic",
|
||||
"version": "v1.44",
|
||||
"download": "https://github.com/Biotronic/TweakScale/releases/download/v1.44/TweakScale_1.44.zip",
|
||||
"comment": "Generated by gh2ckan",
|
||||
"download_size": 127391
|
||||
}
|
Loading…
Reference in New Issue