minecraft:soul_sand

Soul Sand

Minecraft · by Mojang Studios
block Shovel MineableNether Carver ReplaceablesSculk ReplaceableSnow Layer Can Survive OnSoul Fire Base BlocksSoul Speed BlocksWither Summon Base BlocksSoul Fire Base Blocks

Acquisition

Blast Furnace using Red Sand and Carbon (5 mB). Produces 8× Soul Sand.

Blast Furnace
Red Sand Carbon (5 mB)
Soul Sand ×8 guaranteed

Crafting using Any Sand, Any Sand, Any Sand, Any Sand, Conjuration Essence, Any Sand, Any Sand, Any Sand and Any Sand, arranged in the pattern shown. Produces 8× Soul Sand.

Crafting
Soul Sand ×8 guaranteed

Haunting using Any Sand. Produces Soul Sand.

Haunting
Soul Sand guaranteed

Mining & drops

sourcecountchanceconditions
Gameplay loot table: Piglin Bartering (minecraft) minecraft:piglin_bartering1–1100%
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable1–1100%
Soul Sand1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:soul_sand
Namespace
minecraft
Mod ID
minecraft
Tags (8)
minecraft:blocks/mineable/shovel
minecraft:blocks/nether_carver_replaceables
minecraft:blocks/sculk_replaceable
minecraft:blocks/snow_layer_can_survive_on
minecraft:blocks/soul_fire_base_blocks
minecraft:blocks/soul_speed_blocks
minecraft:blocks/wither_summon_base_blocks
minecraft:items/soul_fire_base_blocks

Recipe JSON (3):

{
  "recipe_type": "techreborn:blast_furnace",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:red_sand"
    },
    {
      "fluid": "techreborn:carbon",
      "amount": 5
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "xxx",
    "xyx",
    "xxx"
  ],
  "ingredients": {
    "x": {
      "tag": "forge:sand"
    },
    "y": {
      "item": "ars_nouveau:conjuration_essence"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:haunting",
  "pattern": null,
  "ingredients": {
    "tag": "minecraft:sand"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}