Skip to content

RepeaterSound v1.3.0

Compare
Choose a tag to compare
@HeyBlack233 HeyBlack233 released this 08 Oct 06:56
· 32 commits to main-1.16-1.18 since this release
1ff1e11

Update note

  • New Feature: “Interaction Mode” with three available modes:
    • NORMAL: This is 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. Please note that the block will still be "clicked", and its state will change accordingly.
    • 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.
  • The entire configuration-related code has been rewritten. Don’t worry, your configuration from previous versions (below 1.3.0) will be migrated automatically.
  • Other code optimizations.