Crafting using Iron Nugget, Soul Torch, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Soul Sconce.
Soul Sconce
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Haunting using Sconce. Produces Soul Sconce.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Soul Sconce | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
supplementaries:sconce_soul- Namespace
supplementaries- Mod ID
supplementaries- Tags (4)
minecraft:blocks/piglin_repellents minecraft:items/piglin_repellents supplementaries:blocks/sconces supplementaries:items/sconces
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ",
"212",
" 2 "
],
"ingredients": {
"1": {
"item": "minecraft:soul_torch"
},
"2": {
"item": "minecraft:iron_nugget"
}
},
"conditions": [
{
"raw": {
"flag": "sconce",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:haunting",
"pattern": null,
"ingredients": {
"item": "supplementaries:sconce"
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "create"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"flag": "sconce",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
},
{
"raw": {
"flag": "sconce_soul",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}