Daylight Detector
Daylight Detector — block.
Obtaining
Loot tableDaylight DetectorDetailed drops are not published yet.Breaking
The detector drops itself when its block loot table survives an explosion. Its
thin six-pixel collision shape makes it a low profile redstone component.
| Hardness | 0.2 |
|---|---|
| Blast resistance | 0.2 |
| Tool | AxeTool |
| Drop | Daylight detector |
| Collision height | 6 pixels |
| Explosion condition | Survives explosion |
Crafting
Result
Daylight DetectorIngredients match the published snapshot.
Usage
A daylight detector converts daylight level into a redstone signal and can be inverted. It is useful for automatic lamps, clocks, shutters, and other circuits that react to the changing brightness of the sky.
| Signal range | 0–15 |
|---|---|
| Default mode | Stronger signal in brighter sky |
| Inverted mode | Stronger signal in darker sky |
| Update interval | Every 20 game ticks |
Sounds
The detector uses the wooden pressure-plate sound family for placement, steps,
breaking, falling, and block hits.
| Note block instrument | bass |
|---|---|
| Break | block.wood.break |
| Fall | block.wood.fall |
| Hit | block.wood.hit |
| Place | block.wood.place |
| Step | block.wood.step |
Behavior
The block samples effective sky brightness and the sun angle, clamps the result
to a redstone level from zero to fifteen, and updates on the server every
second. Using the block toggles its inverted state for players allowed to build.
| Stack size | 64 |
|---|---|
| Solid block | Yes |
| Map color | wood |
| Note block instrument | bass |
| State count | 2 |
| State | `power` 0–15 and `inverted` true/false |
| Signal output | The current `power` state |
| Inversion | `15 - daylight` before clamping |
| Update cadence | 20 ticks |
Data values
The block uses the `minecraft:daylight_detector` identifier and exposes a redstone signal based on sky light. Its inverted state reverses the signal relationship without changing the block's recipe.
| Identifier | minecraft:daylight_detector |
|---|---|
| Version | Minecraft 26.2 |
| Blockstate | assets/minecraft/blockstates/daylight_detector.json |
| Loot table | Daylight DetectorLoot table |
| Stack size | 64 |
| Input | Daylight level |
| Output | Redstone signal |
History
- 26.2Block facts were published from the verified snapshot.Provenance: 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
Gallery
See also
References
These records define the shaped recipe, blockstate, signal logic, loot and
visual models for the detector.
| Source | Validated DeepMine snapshot |
|---|---|
| Snapshot ID | 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5 |
| Digest | 6f52c137b1fdc79e75fe8dcde853d6588b024885184b14d3e73ee79dde3e238c |
| Crafting recipe | data/minecraft/recipe/daylight_detector.json |
| Loot table | Daylight DetectorLoot table |
| Blockstate | assets/minecraft/blockstates/daylight_detector.json |
| Block implementation | net/minecraft/world/level/block/DaylightDetectorBlock.java |
| Block registration | net/minecraft/world/level/block/Blocks.java |
| Redstone tag | net/minecraft/data/tags/VanillaBlockTagsProvider.java |
Navigation
Data and provenance
minecraft:daylight_detector
Snapshot digest verified.
6f52c137b1fdc79e75fe8dcde853d6588b024885184b14d3e73ee79dde3e238cProvenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:daylight_detector
- Digest
- 6f52c137b1fdc79e75fe8dcde853d6588b024885184b14d3e73ee79dde3e238c
- Missing locales
- ru, en




