Fix bad digging time of cocoas

This commit is contained in:
Wuzzy 2017-02-18 21:10:28 +01:00
parent 66c9e5b502
commit 9f96ccb4be
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}