byg:soapstone

Soapstone

Oh The Biomes You'll Go · by AOCAWOL, Corgi Taco, YaBoiChips
block CobblestoneStoneCobblestoneStoneStone Crafting MaterialsStone Tool Materials

Soapstone is a block from Oh The Biomes You'll Go, crafted from Clay Ball and Cobblestone.

Acquisition

Crafting using Clay Ball and Cobblestone, arranged in the pattern shown. Produces 2× Soapstone.

Crafting
Soapstone ×2 guaranteed

Crafting using Red Rock and Clay Ball, in any arrangement. Produces Soapstone.

Crafting ⇆ any arrangement
Soapstone guaranteed

Mining & drops

sourcecountchanceconditions
Soapstone1–1100%Drops itself with Silk Touch
Soapstone1–1100%Survives Explosion

Used in (21)

Stone Cutting using Soapstone. Produces Polished Soapstone Slab.

Stone Cutting
Polished Soapstone Slab Polished Soapstone Slab guaranteed

Crafting using Soapstone, Soapstone and Soapstone, arranged in the pattern shown. Produces 6× Soapstone Slab.

Crafting
Soapstone Slab Soapstone Slab ×6 guaranteed
view all 21 →

Block drops

dropscountchanceconditions
Soapstone1–1100%Drops itself with Silk Touch
Soapstone1–1100%Survives Explosion
Developer reference
Registry name
byg:soapstone
Namespace
byg
Mod ID
byg
Tags (6)
forge:blocks/cobblestone
forge:blocks/stone
forge:items/cobblestone
forge:items/stone
minecraft:items/stone_crafting_materials
minecraft:items/stone_tool_materials

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SC"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:cobblestone"
    },
    "S": {
      "item": "minecraft:clay_ball"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:cobblestone"
    },
    {
      "item": "minecraft:clay_ball"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}