Repeater Sound

Repeater Sound

Mod

A simple client side mod that add click sound to some redstone components

Client Utility

14.1k downloads
45 followers
Createda year ago
Updated3 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Repeater Sound Mod

Modrinth Downloads GitHub all releases Mod Version MC Version

Features

  • Adding sounds to these redstone components when they are clicked.
    • Repeater
    • Redstone wire
    • Daylight detector
  • The sounds (including comparator sound) are adjustable in these aspects.
    • Pitch of the sound
    • Volume of the sound
    • Random offset to the pitch of the sound
  • Different interaction modes to adjust the behavior of blocks when clicked

Behavior of Affected Blocks

  • Repeater
    • A sound will be played when it got clicked (delay changed), the pitch of the sound will change with the delay of that repeater (when not using random pitch)
  • Comparator
    • The sound and interaction of comparator can be modified by the mod
  • Redstone Wire
    • A sound will be played when it got clicked (shape changed), the pitch of the sound will change depends on the shape of it, similar to comparator (when not using random pitch)
  • Daylight Detector
    • A sound will be played when it got clicked (mode changed), the pitch of the sound will change depends on the mode of it, similar to comparator (when not using random pitch)

Interaction Modes

There are three Interaction Modes to change the behavior of blocks when they are clicked

  • NORMAL: The standard behavior of both vanilla Minecraft and the RepeaterSound mod.
  • ALARM: A more noticeable sound will be played and a chat message will be sent to you when you interact with a block affected by this mod.
    • The block will still be "clicked", and its state will change accordingly.
    • The alarm message can be configured using a command provided by this mod
  • DISABLED: This mode disables interactions with blocks affected by this mod.
    • The alarm message can be configured using a command provided by this mod

You can switch between interaction modes using the command /repeatersound interactionMode <mode>. The arguments are: NORMAL, ALARM, DISABLED.

Configuration

Command

Command /repeatersound allows you to edit the options in-game, here is a list of arguments you can use in this command:

  • /repeatersound setBasePitch <pitch>
    • Used to adjust the base pitch that will be applied, <pitch> requires a float number
  • /repeatersound useRandomPitch <random>
    • Used to set if the random offset will be applied to the base pitch, <random> requires a boolean value
  • /repeatersound setVolume <volume>
    • Used to set the volume of sounds, volume requires a float number
  • /repeatersound interactionMode <mode>
    • Used to switch interaction modes
  • /repeatersound alarmMessage <message>
    • Used to set the message that will be sent to you in ALARM interaction mode, use {Block} and {Pos} to get the block and its pos
    • For example /repeatersound alarmMessage "c: {Block}, p: {Pos}" and click a repeater at 0 0 0 will send this message: c: Block{minecraft:repeater}, p: 0, 0, 0
    • Please note that the quotes outside of <message> are necessary.
  • /repeatersound disabledMessage <message>
    • Used to set the message that will display on screen in DISABLED interaction mode.
    • Please note that the quotes outside of <message> are necessary.

Config File

After the first initialize of the mod, a config file repeatersound[version].json will be created in the game's config directory. You can edit this file manually if you want.

External resources



Project members

HeyBlack233

Owner


Technical information

License
MIT
Client side
required
Server side
unsupported
Project ID