Add sounds to loom

This commit is contained in:
SmokeyDope 2023-02-25 11:40:45 +00:00
parent 182f9b5dc2
commit 0351556a2e
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ minetest.register_node("mcl_loom:loom", {
},
paramtype2 = "facedir",
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_hardness = 2.5
})