mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-08 07:53:44 +01:00
Add Wooden Drawer textures by @jaquadro
These are the original textures of the Minecraft Mod (licensed under the MIT).
This commit is contained in:
parent
a94a637f2a
commit
8eb19ec548
14
LICENSE.txt
14
LICENSE.txt
@ -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)
|
||||
|
2
init.lua
2
init.lua
@ -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
BIN
textures/drawers_wood.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 B |
BIN
textures/drawers_wood_front.png
Normal file
BIN
textures/drawers_wood_front.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 B |
Loading…
Reference in New Issue
Block a user