mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Add sounds to fletching table
This commit is contained in:
parent
5c25901433
commit
bd4eb01a46
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ minetest.register_node("mcl_fletching_table:fletching_table", {
|
||||||
},
|
},
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },
|
groups = { axey = 2, handy = 1, deco_block = 1, material_wood = 1, flammable = 1 },
|
||||||
|
sounds = mcl_sounds.node_sound_wood_defaults(),
|
||||||
_mcl_blast_resistance = 2.5,
|
_mcl_blast_resistance = 2.5,
|
||||||
_mcl_hardness = 2.5
|
_mcl_hardness = 2.5
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue