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