Index: binaries/data/mods/public/art/textures/texture.rnc =================================================================== --- binaries/data/mods/public/art/textures/texture.rnc +++ /dev/null @@ -1,19 +0,0 @@ -namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" -## -# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file -# and use a converter tool like trang to generate the Relax NG XML (.rng) file -## - -element Textures { - element File { - attribute pattern { text }? & - attribute format { "dxt1" | "dxt3" | "dxt5" | "rgba" | "alpha" }? & - attribute mipmap { "true" | "false" }? & - attribute normal { "true" | "false" }? & - attribute alpha { "none" | "player" | "transparency" }? & - attribute filter { "box" | "triangle" | "kaiser" }? & - attribute kaiserwidth { xsd:float }? & - attribute kaiseralpha { xsd:float }? & - attribute kaiserstretch { xsd:float }? - }* -} Index: binaries/data/mods/public/art/textures/texture.rng =================================================================== --- binaries/data/mods/public/art/textures/texture.rng +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - dxt1 - dxt3 - dxt5 - rgba - alpha - - - - - - - true - false - - - - - - - true - false - - - - - - - none - player - transparency - - - - - - - box - triangle - kaiser - - - - - - - - - - - - - - - - - - - - - - Index: binaries/data/mods/public/art/textures/textures.xml =================================================================== --- binaries/data/mods/public/art/textures/textures.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - -