You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Update note
The pitch of repeater and redstone wire sounds are now configurable
Added an option to apply a random offset to the base pitch
There are two ways to adjust these two options:
Adjust them through a config file repeatersound.json5 which is located in the game's config directory
Use the newly added command /repeatersound, there are two arguments you can use in this command
/repeatersound setBasePitch <pitch> is used for the adjustment of the base pitch that will be applied on both repeater and redstone wire, <pitch> requires a float number
/repeatersound useRandomPitch <random> is used to set if the random offset will be applied to the base pitch, <random> requires a boolean value