Glow Sconce
supplementaries:sconce_glow

Glow Sconce

Supplementaries · by MehVahdJukaar, Plantkillable
block SconcesSconces

Acquisition

Crafting using Iron Nugget, Glow Torch, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Glow Sconce.

Crafting conditional
Iron Nugget
Glow Torch
Iron Nugget
Iron Nugget
Glow Sconce Glow Sconce guaranteed

Block drops

Drops itself

Developer reference
Registry name
supplementaries:sconce_glow
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": "infernalexp:glow_torch"
    },
    "2": {
      "item": "minecraft:iron_nugget"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "type": "forge:mod_loaded",
            "modid": "infernalexp"
          },
          {
            "flag": "sconce",
            "type": "supplementaries:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}