Crafting using Iron Nugget, Torch, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Sconce.
Sconce
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Sconce | 1–1 | 100% | Survives Explosion |
Used in (2)
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Sconce | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
supplementaries:sconce- Namespace
supplementaries- Mod ID
supplementaries- Tags (2)
supplementaries:blocks/sconces supplementaries:items/sconces
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ",
"212",
" 2 "
],
"ingredients": {
"1": {
"item": "minecraft: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
}