1.4.0
Compatibility
Required content
Changes
Update note
Features
- Messages for
ALARMandDISABLEDinteraction modes are now configurable.
/repeatersound alarmMessage <message>to set the message ofALARMmode.
Used to set the message that will be sent to you in
ALARMinteraction 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, 0Please note that
<message>must be enclosed in quotes.
/repeatersound disabledMessage <message>to set the message ofDISABLEDmode.
Used to set the message that will display on screen in
DISABLEDinteraction mode.Please note that
<message>must be enclosed in quotes.
- Setting config using commands will send feedback via a chat message now.
- Invalid config value will not be saved now.
Fixes/Optimizations
-
The arguments of command
/repeatersound interactionModeare not case-sensitive anymore. -
Fixed a bug where the option
useRandomhas incorrect id in the config checker. -
Implemented deferred config writing. The config will now only be written to disk when you quit a world/server.
Previously it will be write to disk each time you use the command. -
Implemented value verification when setting config by command, invalid value will not be saved to config.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vt4lfXNC:eqVkU2oQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vt4lfXNC:eqVkU2oQ"
}

