"NetKAN generated mods - unBlur-v0.2.0"
This commit is contained in:
parent
0541d91152
commit
64a64a797c
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"spec_version": "v1.16",
|
||||
"identifier": "unBlur",
|
||||
"name": "unBlur",
|
||||
"abstract": "Allows fixing blurry UI textures without renaming or modifying actual texture files in the installation.",
|
||||
"author": "cake-pie",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?showtopic=184268",
|
||||
"repository": "https://github.com/cake-pie/unBlur"
|
||||
},
|
||||
"version": "v0.2.0",
|
||||
"ksp_version_min": "1.3.0",
|
||||
"ksp_version_max": "1.7.9",
|
||||
"supports": [
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.3.2"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find_regexp": "unBlur.*\\.dll$",
|
||||
"find_matches_files": true,
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/cake-pie/unBlur/releases/download/v0.2.0/unBlur.0.2.0.zip",
|
||||
"download_size": 8539,
|
||||
"download_hash": {
|
||||
"sha1": "A8E64D45B2745C274A29B1223A816117B75E0142",
|
||||
"sha256": "9E018E186CE84E64BC41194CB1BDC5B3940BE9CE3468BCCCFF255AC4F5BDAF4D"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue