forked from TheModdersDen/Mixer-1.21.4
-
Notifications
You must be signed in to change notification settings - Fork 0
Redstone Automation
Yevhen Harasymchuk edited this page Nov 22, 2025
·
3 revisions
This is one of Mixer's most powerful features. You can use Redstone to trigger a Jukebox to play a full playlist from a Barrel, including Text-to-Speech (TTS) announcements.
You need two blocks:
- A Jukebox.
- A Barrel or Shulker Box placed directly on top of the Jukebox.
- A Redstone Repeater pointing into the Jukebox.
The trigger is the falling edge of the signal. When the Repeater loses power, the Jukebox activates.
When activated, the Jukebox will:
- Stop any track it was playing.
- Open the Barrel or the Shulker Box above it and scan its inventory from top to bottom.
- Build a playlist based on what it finds.
The Jukebox will add items to its playlist in the order it finds them in the Barrel:
-
Custom Discs: If it finds a music disc you burned with
/mixer burn, it adds that song to the playlist. -
Text-to-Speech (TTS): If it finds a Writable Book (
WRITABLE_BOOK), it will read all the text from all its pages and use an online TTS service to generate audio of that text. This audio is then added to the playlist.
This is perfect for creating announcements.
Example Use Case: Train Station
- Place a Jukebox + Barrel/Shulker Box at your station.
- Put a Writable Book in the Barrel with the text "The train to Downtown is now arriving."
- Put a custom disc with "train sounds" in the next slot.
- When the train's Redstone signal deactivates, the Jukebox will first announce the train's arrival, and then play the train sound effect.