From 251e1d9d78150392807fd753e9ea3d2dfa48bb72 Mon Sep 17 00:00:00 2001 From: Robert Sosnitzka Date: Sat, 14 Jan 2017 08:20:27 +0100 Subject: Fixed pissble crash by adding missing texture. Changed texture path for book images. --- .../assets/taiga/book/de_DE/taiga/firstwords.json | 2 +- .../assets/taiga/book/de_DE/taiga/intro.json | 2 +- .../assets/taiga/book/en_US/taiga/firstwords.json | 2 +- .../assets/taiga/textures/gui/book/logo.png | Bin 57158 -> 44669 bytes .../assets/taiga/textures/gui/book/ores.png | Bin 0 -> 825221 bytes .../resources/assets/taiga/textures/gui/logo_s.png | Bin 0 -> 33396 bytes src/main/resources/assets/taiga/textures/logo.png | Bin 44669 -> 0 bytes 7 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/assets/taiga/textures/gui/book/ores.png create mode 100644 src/main/resources/assets/taiga/textures/gui/logo_s.png delete mode 100644 src/main/resources/assets/taiga/textures/logo.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/taiga/book/de_DE/taiga/firstwords.json b/src/main/resources/assets/taiga/book/de_DE/taiga/firstwords.json index 4b412a4..d068a9b 100644 --- a/src/main/resources/assets/taiga/book/de_DE/taiga/firstwords.json +++ b/src/main/resources/assets/taiga/book/de_DE/taiga/firstwords.json @@ -1,7 +1,7 @@ { "title": "Neue Erze", "image": { - "file": "taiga:textures/book/ores.png" + "file": "taiga:textures/gui/book/ores.png" }, "text": [ { diff --git a/src/main/resources/assets/taiga/book/de_DE/taiga/intro.json b/src/main/resources/assets/taiga/book/de_DE/taiga/intro.json index de3c623..f40f8ec 100644 --- a/src/main/resources/assets/taiga/book/de_DE/taiga/intro.json +++ b/src/main/resources/assets/taiga/book/de_DE/taiga/intro.json @@ -1,7 +1,7 @@ { "title": "TAIGA: Tinkers' Alloying Addon", "image": { - "file": "taiga:textures/logo.png" + "file": "taiga:textures/gui/book/logo.png" }, "text": [ { diff --git a/src/main/resources/assets/taiga/book/en_US/taiga/firstwords.json b/src/main/resources/assets/taiga/book/en_US/taiga/firstwords.json index d2e77f6..1808723 100644 --- a/src/main/resources/assets/taiga/book/en_US/taiga/firstwords.json +++ b/src/main/resources/assets/taiga/book/en_US/taiga/firstwords.json @@ -1,7 +1,7 @@ { "title": "New ores", "image": { - "file": "taiga:textures/book/ores.png" + "file": "taiga:textures/gui/book/ores.png" }, "text": [ { diff --git a/src/main/resources/assets/taiga/textures/gui/book/logo.png b/src/main/resources/assets/taiga/textures/gui/book/logo.png index 3ab7aaa..ef1862b 100644 Binary files a/src/main/resources/assets/taiga/textures/gui/book/logo.png and b/src/main/resources/assets/taiga/textures/gui/book/logo.png differ diff --git a/src/main/resources/assets/taiga/textures/gui/book/ores.png b/src/main/resources/assets/taiga/textures/gui/book/ores.png new file mode 100644 index 0000000..522ed80 Binary files /dev/null and b/src/main/resources/assets/taiga/textures/gui/book/ores.png differ diff --git a/src/main/resources/assets/taiga/textures/gui/logo_s.png b/src/main/resources/assets/taiga/textures/gui/logo_s.png new file mode 100644 index 0000000..8b044af Binary files /dev/null and b/src/main/resources/assets/taiga/textures/gui/logo_s.png differ diff --git a/src/main/resources/assets/taiga/textures/logo.png b/src/main/resources/assets/taiga/textures/logo.png deleted file mode 100644 index ef1862b..0000000 Binary files a/src/main/resources/assets/taiga/textures/logo.png and /dev/null differ -- cgit v1.2.3