From: SmallJoker Date: Sun, 7 May 2017 06:33:26 +0000 (+0200) Subject: Chests: Keep old textures for mod compability X-Git-Tag: 0.4.16~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a533434b58d836b90fd2435b64b0394e768f0304;p=oweals%2Fminetest_game.git Chests: Keep old textures for mod compability Prevents generating ugly looking dummy images for mods that weren't updated yet. --- diff --git a/mods/default/README.txt b/mods/default/README.txt index 8e8541c9..350c4b74 100644 --- a/mods/default/README.txt +++ b/mods/default/README.txt @@ -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 index 00000000..85227d8f 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 index 00000000..73f46c78 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 index 00000000..44a65a43 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 index 00000000..f1a5cb59 Binary files /dev/null and b/mods/default/textures/default_chest_top.png differ