Merge pull request #376 from Dazpoet/patch_Modulefixer
Making ModuleFixer.ckan 0.90 compatible
This commit is contained in:
commit
073b6ed808
|
@ -1,11 +1,22 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "ModuleFixer",
|
||||
"ksp_version": "0.25",
|
||||
"ksp_version_min" : "0.25",
|
||||
"ksp_version_max" : "0.90",
|
||||
"comment" : "Updated to 0.90 compatible by Daz based on 0.90 mods still using it",
|
||||
"resources":
|
||||
{
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/63109"
|
||||
},
|
||||
"conflicts" : [ { "name" : "Karbonite" },
|
||||
{ "name" : "KarbonitePlus" },
|
||||
{ "name" : "Regolith" },
|
||||
{ "name" : "USI-ART" },
|
||||
{ "name" : "USI-EXP" },
|
||||
{ "name" : "USI-FTT" },
|
||||
{ "name" : "USI-SRV" },
|
||||
{ "name" : "USITools" },
|
||||
{ "name" : "UKS" } ],
|
||||
"name": "Module Fixer",
|
||||
"license": "GPL-3.0",
|
||||
"abstract": "This fixes the problems of exploding/expanding parts in the VAB while hovering over some parts in some mods.",
|
Loading…
Reference in New Issue