local uwu sound

master
NathanielFreeman 2021-02-21 14:27:29 +01:00
parent 52953f76e9
commit 008e199401
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@ minetest.register_node("uwu:bloque_uwu", {
groups = {cracky = 3, oddly_breakable_by_hand = 2},
sounds = default.node_sound_glass_defaults(),
on_rightclick = function(pos, node)
minetest.sound_play("decir_uwu", {pos, pos})
minetest.sound_play("decir_uwu", {
pos = pos,
max_hear_distance = 20,
})
end
})