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

@ -137,7 +137,7 @@ local signs_yard = {
{delta = {x = 0.05, y = 0, z = 0}, yaw = math.pi / 2},
}
local sign_groups = {choppy=2, flammable=1, dig_immediate=2, deco_block=1}
local sign_groups = {choppy=2, flammable=1, deco_block=1}
local construct_sign = function(pos)
local meta = minetest.get_meta(pos)