!Mod Version !MC Version
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.
DISABLED: This mode disables interactions with blocks affected by this mod.
You can switch between interaction modes using the command /repeatersound interactionMode <mode>. The arguments are: NORMAL, ALARM, DISABLED.
Please note that these arguments are case-sensitive and must be in uppercase.
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>
<pitch> requires a float number/repeatersound useRandomPitch <random>
<random> requires a boolean value/repeatersound setVolume <volume>
volume requires a float number/repeatersound interactionMode <mode>
/repeatersound alarmMessage <message>
ALARM interaction mode, use {Block} and {Pos} to get the block and its pos/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<message> are necessary./repeatersound disabledMessage <message>
DISABLED interaction mode.<message> are necessary.Repeater Sound Mod provides a config screen in Mod Menu using Cloth Config API
After the first initialize of the mod, a config file repeatersound.json will be created in the game's config directory. You can edit this file manually if you want.