Yellow Candle
minecraft:yellow_candle

Yellow Candle

Dye Color:
Minecraft · by Mojang Studios
block CandlesCandles

Acquisition

Crafting using Candle and Yellow Dye, in any arrangement. Produces Yellow Candle.

Crafting ⇆ any arrangement
Candle
Yellow Dye
Yellow Candle Yellow Candle guaranteed

Mining & drops

sourcecountchanceconditions
Yellow Candle1–1100%
Block loot table: Yellow Candle Cake (minecraft) minecraft:yellow_candle_cake1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:yellow_candle
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/candles
minecraft:items/candles

Recipe JSON (2):

{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:yellow_dye"
    },
    {
      "item": "minecraft:candle"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:candle"
    },
    {
      "item": "minecraft:yellow_dye"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "dyed_candle",
  "experience": null,
  "cooking_time": null
}