mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Splitting files into subdirectories
This commit is contained in:
57
RealFuels/RealFuels-rf-v8.3.ckan
Normal file
57
RealFuels/RealFuels-rf-v8.3.ckan
Normal file
@ -0,0 +1,57 @@
|
||||
{
|
||||
"spec_version": 1,
|
||||
"name": "Real Fuels",
|
||||
"abstract": "Real fuels and tanks for KSP",
|
||||
"identifier": "RealFuels",
|
||||
"license": "CC-BY-SA",
|
||||
"author": [
|
||||
"ialdabaoth",
|
||||
"NathanKell"
|
||||
],
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.90",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/64118",
|
||||
"repository": "https://github.com/NathanKell/ModularFuelSystem"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "RealFuels",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"file": "TweakScale",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "RealFuels-Engine-Configs"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "ModularFuelSystem"
|
||||
},
|
||||
{
|
||||
"name": "ModularFuelTanks"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "CrossFeedEnabler"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "EngineIgnitor"
|
||||
}
|
||||
],
|
||||
"version": "rf-v8.3",
|
||||
"download": "https://github.com/NathanKell/ModularFuelSystem/releases/download/rf-v8.3/RealFuels_v8.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 1947493
|
||||
}
|
Reference in New Issue
Block a user