Separate HabitatPlugin for re-use by EnduranceSpaceExplorationSystem

This commit is contained in:
politas 2016-03-09 07:30:26 +11:00
parent 3224d8e42f
commit 86dcd57884
2 changed files with 24 additions and 2 deletions

View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "HabitatPlugin",
"name": "Habitat Plugin",
"abstract": "Habitat plugin, made from scratch by Sirkut and used in Porkjet's Habitat Pack",
"author": "Sirkut",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/64442"
},
"version": "0.41",
"ksp_version_min": "1.0.0",
"ksp_version_max": "1.0.5",
"download": "https://www.dropbox.com/s/gpg05jlsvc81u7q/Habitat%20Pack%2004.1.zip?dl=1",
"install": [
{
"file": "GameData/HabitatPack/Plugins",
"install_to": "GameData/HabitatPack",
"filter": "Habitat.cs" }
]
}

View File

@ -14,9 +14,10 @@
"download": "https://www.dropbox.com/s/gpg05jlsvc81u7q/Habitat%20Pack%2004.1.zip?dl=1",
"depends": [
{ "name": "FirespitterCore" },
{ "name": "LayeredAnimations" }
{ "name": "LayeredAnimations" },
{ "name": "HabitatPlugin" }
],
"install": [
{ "file": "GameData/HabitatPack", "install_to": "GameData", "filter": "Habitat.cs" }
{ "file": "GameData/HabitatPack", "install_to": "GameData", "filter": "Plugins" }
]
}