diff options
author | LNJ <git@lnj.li> | 2017-04-10 16:40:52 +0200 |
---|---|---|
committer | LNJ <git@lnj.li> | 2017-04-14 16:08:59 +0200 |
commit | 753b31d74f0b32159fa6b2d52c8da2f1199d14b3 (patch) | |
tree | 44cc2ba02a911920037ef991ed22b1a7e1fb87c8 /LICENSE.txt | |
parent | 899caf5b847dcc33479618a9836c4ae2d7620f06 (diff) |
Add drawers in all wood types
This is still fully MineClone 2 compatible; there are different
drawers in MCL2 than MTG and they have different textures.
If you combine different wood types in the crafting field, the
default drawer (oak/wooden) will be crafted. If you use the same
wood, a drawer of this wood will be crafted.
Diffstat (limited to 'LICENSE.txt')
-rw-r--r-- | LICENSE.txt | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/LICENSE.txt b/LICENSE.txt index 548b3b6..d483f7a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -31,10 +31,42 @@ SOFTWARE. License of media: ----------------- Copyright (C) 2014 Justin Aquadro (MIT): - textures/drawers_wood.png + textures/drawers_acacia_wood_mcl_front_1.png + textures/drawers_acacia_wood_mcl_front_2.png + textures/drawers_acacia_wood_mcl_front_4.png + textures/drawers_acacia_wood_mcl.png + textures/drawers_aspen_wood_front_1.png + textures/drawers_aspen_wood_front_2.png + textures/drawers_aspen_wood_front_4.png + textures/drawers_aspen_wood.png + textures/drawers_birch_wood_front_1.png + textures/drawers_birch_wood_front_2.png + textures/drawers_birch_wood_front_4.png + textures/drawers_birch_wood.png + textures/drawers_dark_oak_wood_front_1.png + textures/drawers_dark_oak_wood_front_2.png + textures/drawers_dark_oak_wood_front_4.png + textures/drawers_dark_oak_wood.png + textures/drawers_junglewood_mcl_front_1.png + textures/drawers_junglewood_mcl_front_2.png + textures/drawers_junglewood_mcl_front_4.png + textures/drawers_junglewood_mcl.png + textures/drawers_oak_wood_front_1.png + textures/drawers_oak_wood_front_2.png + textures/drawers_oak_wood_front_4.png + textures/drawers_oak_wood.png + textures/drawers_pine_wood_front_1.png + textures/drawers_pine_wood_front_2.png + textures/drawers_pine_wood_front_4.png + textures/drawers_pine_wood.png + textures/drawers_spruce_wood_front_1.png + textures/drawers_spruce_wood_front_2.png + textures/drawers_spruce_wood_front_4.png + textures/drawers_spruce_wood.png textures/drawers_wood_front_1.png textures/drawers_wood_front_2.png textures/drawers_wood_front_4.png + textures/drawers_wood.png Everything not listed in here: Copyright (C) 2017 LNJ <git@lnj.li> (MIT) |