Update HotRocketsCommunityConfigs-7.25.ckan
Tested in 1.0, the configs work fine. Removed ksp_version_max, since they're just config files, ksp version doesn't affect them. Also removed the max version flag for HotRockets, since unless Nazari removes the FX available, nothing should break. If anything, they should be dependent on a SmokeScreen version, but probably shouldn't, unless Sarbian breaks some functionality in a future release.
This commit is contained in:
parent
3bd1fbb07d
commit
fb965fa7c6
|
@ -9,7 +9,6 @@
|
|||
"version" : "7.25",
|
||||
"release_status" : "stable",
|
||||
"ksp_version_min" : "0.25",
|
||||
"ksp_version_max" : "0.90",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/65754"
|
||||
},
|
||||
|
@ -20,6 +19,6 @@
|
|||
}
|
||||
],
|
||||
"depends" : [
|
||||
{ "name" : "HotRockets", "max_version" : "7.25" }
|
||||
{ "name" : "HotRockets" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue