Fix oak wood planks have long dig time w/ axe

This commit is contained in:
Wuzzy 2017-03-06 04:51:26 +01:00
parent b8b9857957
commit 0e8b6d3e75
1 changed files with 1 additions and 1 deletions

View File

@ -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,