Fix Wooden Drawer has no sounds/crafting

This commit is contained in:
LNJ 2017-04-01 17:21:50 +02:00
parent 65e1ef85f3
commit f42c15019a
No known key found for this signature in database
GPG Key ID: 69268DBD835B6B0B

@ -61,7 +61,7 @@ drawers.register_drawer("drawers:wood", {
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,
sounds = drawers.WOOD_SOUNDS,
drawer_stack_max_factor = 3 * 8, -- normal chest size
material = WOOD_ITEMSTRING
material = drawers.WOOD_ITEMSTRING
})