"NetKAN generated mods - TextureReplacerReplaced-V0.5.3"
This commit is contained in:
parent
20d9b5c777
commit
cc6bce7b47
|
@ -3,7 +3,7 @@
|
|||
"comment": "Plugin is MIT, but some parts CC-BY-NC-SA, and we always specify most restrictive in metadata.",
|
||||
"identifier": "TextureReplacerReplaced",
|
||||
"name": "TextureReplacerReplaced",
|
||||
"abstract": "Kerbal personalisation, IVA suits on Kerbin and texture replacement and improvements.",
|
||||
"abstract": "Kerbal and suits personalisation, texture replacement and reflections.",
|
||||
"author": [
|
||||
"shaw",
|
||||
"RangeMachine",
|
||||
|
@ -19,13 +19,47 @@
|
|||
"ksp_version_min": "1.3.1",
|
||||
"ksp_version_max": "1.3.9",
|
||||
"provides": [
|
||||
"TextureReplacer"
|
||||
"TextureReplacerReplaced"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "WindowShine"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "DiverseKerbalHeads"
|
||||
},
|
||||
{
|
||||
"name": "TRRGuide"
|
||||
},
|
||||
{
|
||||
"name": "TRR-MyTextureMod"
|
||||
},
|
||||
{
|
||||
"name": "UKS"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TextureReplacer"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "000_TRR_Config",
|
||||
"install_to": "GameData"
|
||||
},
|
||||
{
|
||||
"find": "TextureReplacerReplaced",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/HaArLiNsH/TextureReplacerReplaced/releases/download/V0.5.3/TextureReplacerReplaced_V0.5.3.zip",
|
||||
"download_size": 11558927,
|
||||
"download_hash": {
|
||||
|
|
Loading…
Reference in New Issue