NetKAN generated mods - CommunityResourcePack-0.3.2, KerbalXMAS-1.031, Regolith-0.1.2, USITools-0.3.1
This commit is contained in:
parent
f0c3a52de8
commit
f7e59266df
|
@ -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.2",
|
||||
"download": "https://github.com/BobPalmer/CommunityResourcePack/releases/download/0.3.2/CRP_0.3.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 13838
|
||||
}
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "KerbalXMAS",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/XMas",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/440/Kerbal%20X-MAS"
|
||||
},
|
||||
"ksp_version": "0.90",
|
||||
"name": "Kerbal X-MAS",
|
||||
"abstract": "Lunatic Aeronautics X-mas modpack",
|
||||
"author": "ximrm",
|
||||
"version": "1.031",
|
||||
"download": "https://kerbalstuff.com/mod/440/Kerbal%20X-MAS/download/1.031",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 8761680
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "Regolith",
|
||||
"author": "RoverDude",
|
||||
"name": "Regolith",
|
||||
"abstract": "Provides a new resource framework for KSP",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"ksp_version": "0.90",
|
||||
"depends": [
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/BobPalmer/Regolith"
|
||||
},
|
||||
"version": "0.1.2",
|
||||
"download": "https://github.com/BobPalmer/Regolith/releases/download/0.1.2/Regolith_0.1.2.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 29330
|
||||
}
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Umbra Space Industries Tools",
|
||||
"author": "RoverDude",
|
||||
"identifier": "USITools",
|
||||
"abstract": "Common libraries for USI mods",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.90",
|
||||
"provides": [
|
||||
"USI-Tools"
|
||||
],
|
||||
"comment": "May be renamed to USI-Tools in the future",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/000_USITools",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"repository": "https://github.com/BobPalmer/UmbraSpaceIndustries"
|
||||
},
|
||||
"version": "0.3.1",
|
||||
"download": "https://github.com/BobPalmer/UmbraSpaceIndustries/releases/download/0.3.1/USITools_0.3.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 48710
|
||||
}
|
Loading…
Reference in New Issue