mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-22 14:43:45 +01:00
Make Wooden Drawer breakable by hand and add sounds
This commit is contained in:
parent
fe0daf9bdc
commit
790360934c
@ -1 +1,2 @@
|
|||||||
|
default
|
||||||
screwdriver?
|
screwdriver?
|
||||||
|
3
init.lua
3
init.lua
@ -354,6 +354,7 @@ end
|
|||||||
|
|
||||||
drawers.register_drawer("drawers:wood", {
|
drawers.register_drawer("drawers:wood", {
|
||||||
description = "Wooden Drawer",
|
description = "Wooden Drawer",
|
||||||
groups = {choppy = 3},
|
groups = {choppy = 3, oddly_breakable_by_hand = 2},
|
||||||
|
sounds = default.node_sound_wood_defaults(),
|
||||||
drawer_stack_max_factor = 3 * 8 -- normal chest size
|
drawer_stack_max_factor = 3 * 8 -- normal chest size
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user