Skip to content

RepeaterSound v1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@HeyBlack233 HeyBlack233 released this 15 Mar 11:52
0d114fd

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> is a float variable
      • /repeatersound useRandomPitch <random> is used to set if the random offset will be applied to the base pitch, <random> is a boolean variable