NetKAN generated mods - CommunityResourcePack/CommunityResourcePack-0.3.3, Karbonite/Karbonite-0.5.2
This commit is contained in:
parent
99accaa8cf
commit
7357aa2233
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Community Resource Pack",
|
||||
"author": "RoverDude",
|
||||
"identifier": "CommunityResourcePack",
|
||||
"abstract": "Common resources for KSP mods",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.90",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/91998",
|
||||
"repository": "https://github.com/BobPalmer/CommunityResourcePack"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/CommunityResourcePack",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "0.3.3",
|
||||
"download": "https://github.com/BobPalmer/CommunityResourcePack/releases/download/0.3.3/CRP_0.3.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 13892
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Karbonite",
|
||||
"identifier": "Karbonite",
|
||||
"author": "RoverDude",
|
||||
"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.90",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/87335",
|
||||
"repository": "https://github.com/BobPalmer/Karbonite"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "USITools"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
},
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
},
|
||||
{
|
||||
"name": "Regolith"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "TextureReplacer"
|
||||
}
|
||||
],
|
||||
"comment": "This may be renamed to USI-Karbonite in the future",
|
||||
"provides": [
|
||||
"USI-Karbonite"
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/UmbraSpaceIndustries",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "0.5.2",
|
||||
"download": "https://github.com/BobPalmer/Karbonite/releases/download/0.5.2/Karbonite_0.5.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 25238399
|
||||
}
|
Loading…
Reference in New Issue