Chemical Reactor using White Dye and Candle. Produces 2× White Candle.
Acquisition
Crafting using Candle and White Dye, in any arrangement. Produces White Candle.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Block loot table: White Candle Cake (minecraft) minecraft:white_candle_cake | 1–1 | 100% | — |
| White Candle | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:white_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:white_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:white_dye"
}
],
"conditions": [],
"sequence": null,
"group_name": "dyed_candle",
"experience": null,
"cooking_time": null
}