Make Wooden Drawer breakable by hand and add sounds

master
LNJ 2017-03-26 20:58:55 +02:00
parent fe0daf9bdc
commit 790360934c
No known key found for this signature in database
GPG Key ID: 69268DBD835B6B0B
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
default
screwdriver?

View File

@ -354,6 +354,7 @@ end
drawers.register_drawer("drawers:wood", {
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
})