Add Wooden Drawer textures by @jaquadro

These are the original textures of the Minecraft Mod (licensed under the MIT).
This commit is contained in:
LNJ 2017-03-29 17:21:15 +02:00
parent a94a637f2a
commit 8eb19ec548
No known key found for this signature in database
GPG Key ID: 69268DBD835B6B0B
4 changed files with 14 additions and 2 deletions

@ -2,8 +2,8 @@ Minetest Mod Storage Drawers
============================
Version 0.1-dev
License of source code and media (everything):
----------------------------------------------
License of source code:
-----------------------
Copyright (C) 2017 LNJ <git@lnj.li>
Copyright (C) 2016 Mango Tango <mtango688@gmail.com>
@ -26,3 +26,13 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
License of media:
-----------------
Copyright (C) 2014 Justin Aquadro (MIT):
textures/drawers_wood.png
textures/drawers_wood_front.png
Everything not listed in here:
Copyright (C) 2017 LNJ <git@lnj.li> (CC0 1.0)

@ -416,6 +416,8 @@ end
drawers.register_drawer("drawers:wood", {
description = "Wooden Drawer",
tiles = {"drawers_wood.png", "drawers_wood.png", "drawers_wood.png",
"drawers_wood.png", "drawers_wood.png", "drawers_wood_front.png"},
groups = {choppy = 3, oddly_breakable_by_hand = 2},
sounds = WOOD_SOUNDS,
drawer_stack_max_factor = 3 * 8, -- normal chest size

BIN
textures/drawers_wood.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B