luanti-org/luanti

Disabling 'node_placement_prediction' disables node placement sound

Open

#12,753 opened on Sep 10, 2022

View on GitHub
 (6 comments) (0 reactions) (0 assignees)C++ (2,395 forks)auto 404
@ DocumentationBugSoundsgood first issue

Repository metrics

Stars
 (13,341 stars)
PR merge metrics
 (PR metrics pending)

Description

Minetest version
5.6.0
Summary

Adding node_placement_prediction = "", to a node definition prevents the node placement sound from being played.

Steps to reproduce

Add node_placement_prediction = "", to a node definition.

Additional info

First encountered when I disabled the prediction on stairs, since the flickering caused by the prediction immediately followed by the actual rotation is annoying, but I have also tested it with simple dirt to the same result.

Contributor guide