What is a Light Block?
A light block is an invisible item in Minecraft that emits customizable light. It was added in the Caves & Cliffs Update: Part I (1.17) and is mainly used by map makers and server admins to control lighting without visible blocks. Once placed, players can walk right through them like air.
How to Get a Light Block
Light blocks don’t appear in the Creative Inventory. You have to use a command to get one. The only way to add light blocks to your inventory is with the /give command.
Give Command (Java Edition)
For Minecraft 1.17 through 1.19.4, use this command:
/give @p light 1
Replace @p with your username if you want to give it to someone specific, or use @s for yourself.
Light Levels Explained
Light blocks can emit 16 different levels of light, ranging from 0 to 15. Level 15 is the brightest (same as a torch), and level 0 produces no light at all.
To create a light block with a specific light level, you need to use the /give command with NBT data. This is useful when you need precise control over your map’s lighting.
Light Level 15 (Maximum)
The brightest setting. Useful for simulating torches, lanterns, or glowing areas.
Light Level 0 (Invisible)
Won’t produce any light. Still useful for testing or as placeholders in builds.
Item ID and Version Info
In Java Edition, the light block has the following details:
| Item Name | ID | Stack Size | Versions |
|---|---|---|---|
| Light Block | minecraft:light | 64 | 1.17 – 1.19.4 |
Common Command Examples
Give yourself one light block:
/give @s light 1
Give another player a stack of light blocks:
/give PlayerName light 64
Tips for Using Light Blocks
- Light blocks are perfect for lighting caves and tunnels without placing visible blocks
- Use them in custom maps where you want lighting to be invisible
- They work in both Java and Bedrock Edition
- You can stack them for effects or layer different light levels
- Check your version before using – they’re only available in 1.17+