Fix immediate digging times for some nodes
This commit is contained in:
parent
6028be2076
commit
307832e101
7 changed files with 14 additions and 14 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue