Crafting using Iron Nugget, Ender Torch, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Ender Sconce.
Ender Sconce
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Block drops
Related items
Developer reference
- Registry name
supplementaries:sconce_ender- 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": "endergetic:ender_torch"
},
"2": {
"item": "minecraft:iron_nugget"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"type": "forge:mod_loaded",
"modid": "endergetic"
},
{
"flag": "sconce",
"type": "supplementaries:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}