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'sconfig
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 afloat
number/repeatersound useRandomPitch <random>
is used to set if the random offset will be applied to the base pitch,<random>
requires aboolean
value
- Adjust them through a config file
Updated for Minecraft 1.19.3 Fabric API required
Added:
- Added redstone wire sound event.
Changed:
- The pitch of repeater sound now depend on the delay of that repeater.
- The mod is now displayed as "Client" in Mod Menu.