Soul Sconce
supplementaries:sconce_soul

Soul Sconce

Supplementaries · by MehVahdJukaar, Plantkillable
block Piglin RepellentsPiglin RepellentsSconcesSconces

Acquisition

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

Crafting conditional
Iron Nugget
Soul Torch
Iron Nugget
Iron Nugget
Soul Sconce Soul Sconce guaranteed

Haunting using Sconce. Produces Soul Sconce.

Haunting conditional
Soul Sconce Soul Sconce guaranteed

Mining & drops

sourcecountchanceconditions
Soul Sconce1–1100%Survives Explosion

Block drops

Drops itself when broken.

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
}