forked from VoxeLibre/VoxeLibre
Fix bad digging time of cocoas
This commit is contained in:
parent
66c9e5b502
commit
9f96ccb4be
|
@ -108,7 +108,7 @@ local crop_def = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
groups = {
|
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()
|
sounds = mcl_sounds.node_sound_wood_defaults()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue