NetKAN: Added Karbonite and ORSX
This commit is contained in:
parent
de7e3dc6b5
commit
1395e702a9
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Karbonite",
|
||||
"identifier": "Karbonite",
|
||||
"abstract": "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.",
|
||||
"license": "CC-BY-NC-SA",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/87335",
|
||||
"github": {
|
||||
"url": "https://github.com/BobPalmer/Karbonite"
|
||||
}
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "USITools"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
},
|
||||
{
|
||||
"name": "ORSX"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "TextureReplacer"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/UmbraSpaceIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"author": "BobPalmer",
|
||||
"version": "0.4.4",
|
||||
"download": "https://github.com/BobPalmer/Karbonite/releases/download/0.4.4/Karbonite_0.4.4.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 39015866
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ORSX",
|
||||
"name": "Open Resource System Fork",
|
||||
"author": "RoverDude",
|
||||
"abstract": "An ORS Fork",
|
||||
"license": "BSD-3-clause",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"github": {
|
||||
"url": "https://github.com/BobPalmer/ORSX"
|
||||
}
|
||||
},
|
||||
"version": "0.1.3",
|
||||
"download": "https://github.com/BobPalmer/ORSX/releases/download/0.1.3/ORSX_0.1.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 64566
|
||||
}
|
Loading…
Reference in New Issue