Soul Campfire
minecraft:soul_campfire

Soul Campfire

Minecraft · by Mojang Studios
block CampfiresAxe MineablePiglin RepellentsPiglin Repellents

Acquisition

Haunting using Campfire. Produces Soul Campfire.

Haunting
Soul Campfire Soul Campfire guaranteed

Crafting using Stick, Stick, Any Soul Fire Base Blocks, Stick, Any Logs, Any Logs and Any Logs, arranged in the pattern shown. Produces Soul Campfire.

Crafting
Soul Campfire Soul Campfire guaranteed

Mining & drops

sourcecountchanceconditions
Soul Campfire1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Soul Campfire1–1100%Drops itself with Silk Touch
Soul Soil1–1100%Survives Explosion
Developer reference
Registry name
minecraft:soul_campfire
Namespace
minecraft
Mod ID
minecraft
Tags (4)
minecraft:blocks/campfires
minecraft:blocks/mineable/axe
minecraft:blocks/piglin_repellents
minecraft:items/piglin_repellents

Recipe JSON (2):

{
  "recipe_type": "create:haunting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:campfire"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "S#S",
    "LLL"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:soul_fire_base_blocks"
    },
    "L": {
      "tag": "minecraft:logs"
    },
    "S": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}