Rename RSS DDS, add conflicts
This commit is contained in:
parent
a56ca3353a
commit
a3acfda691
|
@ -3,6 +3,13 @@
|
|||
"name" : "Real Solar System Textures DDS - 2048 x 1024",
|
||||
"identifier" : "RSSTexturesDDS2048",
|
||||
"provides" : [ "RSSTextures" ],
|
||||
"conflicts" : [
|
||||
{ "name" : "RSSTextures2048" },
|
||||
{ "name" : "RSSTextures4096" },
|
||||
{ "name" : "RSSTextures8192" },
|
||||
{ "name" : "RSSTexturesDDS4096" },
|
||||
{ "name" : "RSSTexturesDDS8192" }
|
||||
],
|
||||
"abstract" : "Textures for Real Solar Systems",
|
||||
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures2048DDS.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
|
@ -3,6 +3,13 @@
|
|||
"name" : "Real Solar System Textures DDS - 4096 x 2048",
|
||||
"identifier" : "RSSTexturesDDS4096",
|
||||
"provides" : [ "RSSTextures" ],
|
||||
"conflicts" : [
|
||||
{ "name" : "RSSTextures2048" },
|
||||
{ "name" : "RSSTextures4096" },
|
||||
{ "name" : "RSSTextures8192" },
|
||||
{ "name" : "RSSTexturesDDS2048" },
|
||||
{ "name" : "RSSTexturesDDS8192" }
|
||||
],
|
||||
"abstract" : "Textures for Real Solar Systems",
|
||||
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures4096DDS.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
|
@ -3,6 +3,13 @@
|
|||
"name" : "Real Solar System Textures DDS - 8192 x 4096",
|
||||
"identifier" : "RSSTexturesDDS8192",
|
||||
"provides" : [ "RSSTextures" ],
|
||||
"conflicts" : [
|
||||
{ "name" : "RSSTextures2048" },
|
||||
{ "name" : "RSSTextures4096" },
|
||||
{ "name" : "RSSTextures8192" },
|
||||
{ "name" : "RSSTexturesDDS2048" },
|
||||
{ "name" : "RSSTexturesDDS4096" }
|
||||
],
|
||||
"abstract" : "Textures for Real Solar Systems",
|
||||
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures8192DDS.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
Loading…
Reference in New Issue