mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Fix bad digging time of cocoas
This commit is contained in:
parent
66c9e5b502
commit
9f96ccb4be
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ local crop_def = {
|
|||
},
|
||||
},
|
||||
groups = {
|
||||
cocoa = 1, choppy=3, not_in_creative_inventory=1, dig_by_water = 1,
|
||||
cocoa=1, choppy=3, oddly_breakable_by_hand=3, not_in_creative_inventory=1, dig_by_water=1,
|
||||
},
|
||||
sounds = mcl_sounds.node_sound_wood_defaults()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue