Equalize packed ice and ice dig times

This commit is contained in:
Wuzzy 2017-01-08 02:51:02 +01:00
parent 48e0d19fc3
commit 68b33f46e2
1 changed files with 1 additions and 1 deletions

View File

@ -1979,7 +1979,7 @@ minetest.register_node("default:packed_ice", {
paramtype = "light",
use_texture_alpha = true,
stack_max = 64,
groups = {cracky=2},
groups = {cracky=3,oddly_breakable_by_hand=2},
drop = "",
sounds = default.node_sound_glass_defaults(),
})