Ender Sconce
supplementaries:sconce_ender

Ender Sconce

Supplementaries · by MehVahdJukaar, Plantkillable
block SconcesSconces

Acquisition

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

Crafting conditional
Iron Nugget
Ender Torch
Iron Nugget
Iron Nugget
Ender Sconce Ender Sconce guaranteed

Block drops

Drops itself

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
}