added PartIconFixer
It's recommended mod for Kerbal Foundries
This commit is contained in:
parent
e45f64d7eb
commit
672c91b62b
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"identifier" : "PartIconFixer",
|
||||
"name" : "Part Icon Fixer",
|
||||
"abstract" : "This is a little mod to fix a problem with the way KSP creates certain part icons:",
|
||||
"author" : "xEvilReeperx",
|
||||
"license" : "MIT",
|
||||
"version" : "1.2",
|
||||
"ksp_version_min" : "0.25",
|
||||
"ksp_version_max" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/101632",
|
||||
"repository" : "https://bitbucket.org/xEvilReeperx/ksp_particonfixer/overview",
|
||||
},
|
||||
"install" :
|
||||
[
|
||||
{
|
||||
"file" : "PartIconFixer_1_2.dll",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
],
|
||||
"download" : "https://bitbucket.org/xEvilReeperx/ksp_particonfixer/downloads/KSP-0.25_PartIconFixer_v1.2.zip"
|
||||
}
|
Loading…
Reference in New Issue