fork update #10

Merged
chmodsayshello merged 220 commits from VoxeLibre/VoxeLibre:master into master 2023-06-04 12:44:03 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f8d338d731 - Show all commits

View File

@ -164,7 +164,7 @@ mcl_damage.register_modifier(function(obj, damage, reason)
mcl_inventory.update_inventory_formspec(obj)
end
end
minetest.sound_play({name = "mcl_block"}, {max_hear_distance = 16})
minetest.sound_play({name = "mcl_block"}, {pos = obj:get_pos(), max_hear_distance = 16})
return 0
end)