Chests: Keep old textures for mod compability
authorSmallJoker <mk939@ymail.com>
Sun, 7 May 2017 06:33:26 +0000 (08:33 +0200)
committerAuke Kok <sofar+github@foo-projects.org>
Mon, 8 May 2017 03:46:49 +0000 (20:46 -0700)
Prevents generating ugly looking dummy images for mods that weren't updated yet.

mods/default/README.txt
mods/default/textures/default_chest_front.png [new file with mode: 0644]
mods/default/textures/default_chest_lock.png [new file with mode: 0644]
mods/default/textures/default_chest_side.png [new file with mode: 0644]
mods/default/textures/default_chest_top.png [new file with mode: 0644]

index 8e8541c9577211d39160a0fccea05aa56cd6c7a0..350c4b74f6c395ccedaffc2d7eb19dcfbe7afc19 100644 (file)
@@ -136,10 +136,10 @@ BlockMen (CC BY-SA 3.0):
   default_lava_source_animated.png
   default_lava_flowing_animated.png
   default_stick.png
-  default_chest_front.png
-  default_chest_lock.png
-  default_chest_side.png
-  default_chest_top.png
+  default_chest_front.png -- Texture kept for mod compability
+  default_chest_lock.png  -- Texture kept for mod compability
+  default_chest_side.png  -- Texture kept for mod compability
+  default_chest_top.png   -- Texture kept for mod compability
   default_mineral_mese.png
   default_meselamp.png
   bubble.png
diff --git a/mods/default/textures/default_chest_front.png b/mods/default/textures/default_chest_front.png
new file mode 100644 (file)
index 0000000..85227d8
Binary files /dev/null and b/mods/default/textures/default_chest_front.png differ
diff --git a/mods/default/textures/default_chest_lock.png b/mods/default/textures/default_chest_lock.png
new file mode 100644 (file)
index 0000000..73f46c7
Binary files /dev/null and b/mods/default/textures/default_chest_lock.png differ
diff --git a/mods/default/textures/default_chest_side.png b/mods/default/textures/default_chest_side.png
new file mode 100644 (file)
index 0000000..44a65a4
Binary files /dev/null and b/mods/default/textures/default_chest_side.png differ
diff --git a/mods/default/textures/default_chest_top.png b/mods/default/textures/default_chest_top.png
new file mode 100644 (file)
index 0000000..f1a5cb5
Binary files /dev/null and b/mods/default/textures/default_chest_top.png differ