Chemical Reactor using Orange Dye and Candle. Produces 2× Orange Candle.
Acquisition
Chemical Reactor using Orange Dye and Yellow Candle. Produces 2× Orange Candle.
Chemical Reactor using Orange Dye and Pink Candle. Produces 2× Orange Candle.
Crafting using Candle and Orange Dye, in any arrangement. Produces Orange Candle.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: Orange Candle Cake (minecraft) minecraft:orange_candle_cake | 1–1 | 100% | — |
| Orange Candle | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:orange_candle- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:blocks/candles minecraft:items/candles
Recipe JSON (4):
{
"recipe_type": "techreborn:chemical_reactor",
"pattern": null,
"ingredients": [
{
"item": "minecraft:orange_dye"
},
{
"item": "minecraft:candle"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "techreborn:chemical_reactor",
"pattern": null,
"ingredients": [
{
"item": "minecraft:orange_dye"
},
{
"item": "minecraft:yellow_candle"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "techreborn:chemical_reactor",
"pattern": null,
"ingredients": [
{
"item": "minecraft:orange_dye"
},
{
"item": "minecraft:pink_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:orange_dye"
}
],
"conditions": [],
"sequence": null,
"group_name": "dyed_candle",
"experience": null,
"cooking_time": null
}