Crafting using Any String and Tallow, arranged in the pattern shown. Produces White Candle.
White Candle
Occultism · by Kli Kli
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| White Candle | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
occultism:candle_white- Namespace
occultism- Mod ID
occultism- Tags (1)
occultism:blocks/candles
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"s",
"t"
],
"ingredients": {
"s": {
"tag": "forge:string"
},
"t": {
"tag": "forge:tallow"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}