Try our affiliated browser extension - redirect to BreezeWiki automatically!

Light Block

This article is about the invisible light-producing block. For light producing blocks in general, see Light § Light level.

Light blocks (in Bedrock Edition) or lights (in Java Edition) are invisible blocks, primarily intended for map makers, that can produce any light level from 0 to 15. The light block is also the only light-emitting block capable of producing light level 8.

Obtaining

Light blocks cannot be mined, similar to air, and can be targeted only if the player is holding a Light item in the main hand. Light blocks with a light level of 0 are functionally identical to air.

They do not attach to any block, meaning that breaking an adjacent block does not remove the light block. However, they can be broken by replacing them with another block.[1] The exception is water (including, in Bedrock Edition, flowing water), which can occupy the same space as a light block. See Waterlogging for more information.

In Java Edition, light blocks are available in the Creative inventory. Across both Java and Bedrock editions, they can also be obtained by using commands such as /give. In Bedrock Edition, specifying the data value from 0 to 15 determines the block's light level; if the data value is not specified, the light block emits a light level of 0. The command is: /give <target> light_block [amount: int] [data: int (0 - 15)] [components: json]. In Java Edition, using /give <target> minecraft:light{BlockStateTag:{level:"<int>"}} can give a light block with a specific light level and corresponding texture. If the level is below 0, the non-bulb texture is used, and above 15 the level 15 texture. If the block state is not specified or not between 0 and 15, the light block emits a light level of 15.

Usage

Particle light

A light block is intended for use in adventure maps.

Each light block (as a block or as an item) has an associated light level, which can be anything from 0 to 15. In the player's inventory, light blocks display their light level in the top-left corner and appear "brighter" at higher light levels.

In Bedrock Edition, light blocks appear to be slippery, much like ice. This can be seen by walking over the top of one with the help of another block.

Light blocks have a hitbox only when a light block is selected in the main hand; the particle appears only when selected in the main hand in creative mode, similar to barriers.

When pressing use on a light block while a light block is held in the main hand, the light level of the light block increases by one, if the light level is already 15, it resets to 0.

Light blocks are detected by observers and can be waterlogged. It can be pushed and pulled by pistons.‌[Bedrock Edition only]

Light source

Light blocks produce their associated light level.

Sounds

Java Edition:

SoundSubtitlesSourceDescriptionResource locationTranslation keyVolumePitchAttenuation
distance
Block brokenBlocksOnce the block has brokenblock.stone.breaksubtitles.block.generic.break1.00.816
Block placedBlocksWhen the block is placedblock.stone.placesubtitles.block.generic.place1.00.816
Block breakingBlocksWhile the block is in the process of being brokenblock.stone.hitsubtitles.block.generic.hit0.250.516
None[sound 1]Entity-DependentFalling on the block with fall damageblock.stone.fallNone[sound 1]0.50.7516
FootstepsEntity-DependentWalking on the blockblock.stone.stepsubtitles.block.generic.footsteps0.151.016
  1. a b MC-177082

Bedrock Edition:

  1. MCPE-169612 — Many blocks make very slightly different sounds to stone

Data values

ID

Java Edition:

NameIdentifierFormBlock tagsTranslation key
LightlightBlock & Itemdragon_transparent
wither_immune
block.minecraft.light

Bedrock Edition:

NameIdentifierNumeric ID FormItem ID[i 1]Translation key
Light Blocklight_block470Block & Giveable Item[i 2]Identical[i 3]tile.light_block.name
  1. ID of block's direct item form, which is used in savegame files and addons.
  2. Available with /give command.
  3. The block's direct item form has the same id as the block.

Block states

See also: Block states

Java Edition:

Name Default value Allowed values Description
waterloggedfalsetrue
false
Whether or not there's water in the same place as this light block.
level150
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The amount of light this block outputs.

Bedrock Edition:

NameMetadata Bits Default value Allowed valuesValues for
Metadata Bits
Description
block_light_level0x1
0x2
0x4
0x8
00
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The amount of light this block outputs.

History

Java Edition
1.1721w13a Added lights.
Unlike in Bedrock Edition, while a player is holding the item, a particle is displayed similar to a barrier.
21w18a Textures of lights have been changed.
21w20a The textures of lights have been changed once again.
1.1821w42aThe respective item texture of lights is now used as the particle instead of four yellow stars, matching Bedrock Edition.[2]
The texture for the four stars now used only as placeholder texture by item model.[3]
1.1922w11aWithers and ender dragons can no longer break light blocks.
1.19.322w44aLight blocks are now available in the creative inventory, but only if cheats are enabled.
22w45aMoved light blocks behind the Operator Utilities tab in the creative inventory. The tab is only available if cheats are enabled and the "Operator Items Tab" option in the controls menu is turned on.
Bedrock Edition
1.13.0beta 1.13.0.4Added textures for Light Blocks.
beta 1.13.0.9 Added Light Blocks.
1.17.30beta 1.17.20.22Light Blocks now reveal a particle when the player is holding the item, showing the respective item texture as the particle.
beta 1.17.30.20Right-clicking a light block with another now changes its light level by 1.
Left-clicking a Light Block while holding a light block now removes it.
1.18.0beta 1.18.0.22Light blocks are now invulnerable to explosions.

Renders

Light
Light Block

Gallery

Issues

Issues relating to "Light Block" are maintained on the bug tracker. Report issues there.

References

  1. MC-263398 — resolved as "Works As Intended".
  2. MC-233771
  3. MC-239401