Crafting using Candle and Iron Ingot, arranged in the pattern shown. Produces Candle Holder.
Candle Holder
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Candle Holder | 1–1 | 100% | — |
Used in (16)
Crafting using Any Blue Dye and Candle Holder, in any arrangement. Produces Blue Candle Holder.
Crafting using Any Lime Dye and Candle Holder, in any arrangement. Produces Lime Candle Holder.
Crafting using Organic Brown Dye and Candle Holder, in any arrangement. Produces Brown Candle Holder.
Crafting using Organic Green Dye and Candle Holder, in any arrangement. Produces Green Candle Holder.
Crafting using Any Red Dye and Candle Holder, in any arrangement. Produces Red Candle Holder.
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
supplementaries:candle_holder- Namespace
supplementaries- Mod ID
supplementaries- Tags (2)
supplementaries:blocks/candle_holders supplementaries:items/candle_holders
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
" N "
],
"ingredients": {
"C": {
"item": "minecraft:candle"
},
"N": {
"item": "minecraft:iron_ingot"
}
},
"conditions": [
{
"raw": {
"flag": "candle_holder",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}