Description:


The Fire Alarm Speaker is a single craftable block that acts as an automatic fire detector and redstone signal source. Place it in your base or builds and it will continuously watch for fire in the surrounding area. The moment it detects flames it raises an alarm — complete with sound and visual effects — and outputs a full redstone signal you can use to trigger other contraptions.
| Block | Description |
|---|---|
| Fire Alarm Speaker | A placeable detector block that monitors for fire and outputs a redstone signal when fire is found. Found in the Redstone creative tab. |
Place the Fire Alarm Speaker like any solid block. It requires no special orientation. Mine it with a pickaxe to retrieve it.
Every second (20 game ticks) the speaker scans a 15-block spherical radius around itself for:
Unlit campfires are ignored — only campfires that are currently burning will trigger the alarm.
When fire is detected, the speaker:
The alarm continues as long as any fire remains within range. Once all fire within the 15-block radius is gone, the speaker returns to its idle state, stops sounding, and the redstone output drops to 0.
| Property | Value |
|---|---|
| Detection radius | 15 blocks (spherical) |
| Scan frequency | Every 1 second (20 ticks) |
| Alarm sound interval | Every 1 second |
| Redstone output (alarming) | 15 (full power) |
| Redstone output (idle) | 0 |
| Detects fire types | Fire, Soul Fire, Lit Campfire, Lit Soul Campfire |
| Mining tool | Pickaxe |
The redstone signal is emitted from all sides of the block, so adjacent comparators, repeaters, pistons, doors, lamps, or any other redstone device will receive power immediately when the alarm activates.
This mod is licensed under the CreativeMode Mods License.