Crafting using String and Honeycomb, arranged in the pattern shown. Produces Candle.
Candle
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Ancient City (minecraft) minecraft:ancient_city | 1–1 | 100% | — |
| Candle | 1–1 | 100% | — |
Block loot table: Candle Cake (minecraft) minecraft:candle_cake | 1–1 | 100% | — |
Used in (16)
Crafting using Candle and Cyan Dye, in any arrangement. Produces Cyan Candle.
Crafting using Candle and Light Blue Dye, in any arrangement. Produces Light Blue Candle.
Crafting using Candle and Black Dye, in any arrangement. Produces Black Candle.
Crafting using Candle and Magenta Dye, in any arrangement. Produces Magenta Candle.
Crafting using Candle and Lime Dye, in any arrangement. Produces Lime Candle.
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:candle- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:blocks/candles minecraft:items/candles
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S",
"H"
],
"ingredients": {
"H": {
"item": "minecraft:honeycomb"
},
"S": {
"item": "minecraft:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}