mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 19:45:10 +00:00
Fix oak wood planks have long dig time w/ axe
This commit is contained in:
parent
b8b9857957
commit
0e8b6d3e75
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue