Skip to content

Commit

Permalink
Add OhScrap! (#6375)
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo authored and HebaruSan committed Mar 22, 2018
1 parent fd69a0f commit de48712
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions NetKAN/OhScrap.netkan
@@ -0,0 +1,33 @@
{
"spec_version" : "v1.4",
"identifier" : "OhScrap",
"$kref" : "#/ckan/github/severedsolo/OhScrap",
"name" : "Oh Scrap!",
"abstract" : "A ScrapYard based Part Failure and Reliability Mod",
"license" : "MIT",
"$vref" : "#/ckan/ksp-avc",

"depends" : [
{
"name" : "ScrapYard"
},
{ "name" : "ModuleManager" }
],

"recommends" : [
{ "name": "KerbalConstructionTime" },
{ "name": "StageRecovery" }],

"install" : [
{
"find" : "OhScrap",
"install_to" : "GameData/Severedsolo"
}
],
"resources" : {
"homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/160854-OhScrap"
}
}



0 comments on commit de48712

Please sign in to comment.