mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-08 16:03:43 +01:00
Fix Wooden Drawer has no sounds/crafting
This commit is contained in:
parent
65e1ef85f3
commit
f42c15019a
4
init.lua
4
init.lua
@ -61,7 +61,7 @@ drawers.register_drawer("drawers:wood", {
|
|||||||
tiles = {"drawers_wood.png", "drawers_wood.png", "drawers_wood.png",
|
tiles = {"drawers_wood.png", "drawers_wood.png", "drawers_wood.png",
|
||||||
"drawers_wood.png", "drawers_wood.png", "drawers_wood_front.png"},
|
"drawers_wood.png", "drawers_wood.png", "drawers_wood_front.png"},
|
||||||
groups = {choppy = 3, oddly_breakable_by_hand = 2},
|
groups = {choppy = 3, oddly_breakable_by_hand = 2},
|
||||||
sounds = WOOD_SOUNDS,
|
sounds = drawers.WOOD_SOUNDS,
|
||||||
drawer_stack_max_factor = 3 * 8, -- normal chest size
|
drawer_stack_max_factor = 3 * 8, -- normal chest size
|
||||||
material = WOOD_ITEMSTRING
|
material = drawers.WOOD_ITEMSTRING
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user