forked from VoxeLibre/VoxeLibre
Fix oak wood planks have long dig time w/ axe
This commit is contained in:
parent
b8b9857957
commit
0e8b6d3e75
|
@ -638,7 +638,7 @@ minetest.register_node("mcl_core:wood", {
|
|||
tiles = {"default_wood.png"},
|
||||
stack_max = 64,
|
||||
is_ground_content = false,
|
||||
groups = {handy=1,axey=2, flammable=3,wood=1,building_block=1},
|
||||
groups = {handy=1,axey=1, flammable=3,wood=1,building_block=1},
|
||||
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||
_mcl_blast_resistance = 15,
|
||||
_mcl_hardness = 2,
|
||||
|
|
Loading…
Reference in New Issue