Fix immediate digging times for some nodes

This commit is contained in:
Wuzzy 2017-02-08 01:20:14 +01:00
parent 6028be2076
commit 307832e101
7 changed files with 14 additions and 14 deletions

View file

@ -99,7 +99,7 @@ minetest.register_node("itemframes:frame",{
paramtype = "light",
paramtype2 = "facedir",
sunlight_propagates = true,
groups = { choppy=2,dig_immediate=2,deco_block=1},
groups = { dig_immediate=3,deco_block=1},
sounds = mcl_core.node_sound_defaults(),
after_place_node = function(pos, placer, itemstack)
local meta = minetest.get_meta(pos)