forked from VoxeLibre/VoxeLibre
Add sounds to cartography table
This commit is contained in:
parent
b4f747bd84
commit
f174b733ce
|
@ -12,6 +12,7 @@ minetest.register_node("mcl_cartography_table:cartography_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 New Issue