Cut Soul Sandstone Slab
quark:cut_soul_sandstone_slab

Cut Soul Sandstone Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableSlabsSoul Fire Base BlocksSoul Speed BlocksSlabs

Acquisition

Crafting using Cut Soul Sandstone, Cut Soul Sandstone and Cut Soul Sandstone, arranged in the pattern shown. Produces 6× Cut Soul Sandstone Slab.

Crafting conditional
Cut Soul Sandstone Slab Cut Soul Sandstone Slab ×6 guaranteed

Crafting using Cut Soul Sandstone Vertical Slab, in any arrangement. Produces Cut Soul Sandstone Slab.

Crafting ⇆ any arrangement conditional
Cut Soul Sandstone Vertical Slab
Cut Soul Sandstone Slab Cut Soul Sandstone Slab guaranteed

Stone Cutting using Soul Sandstone. Produces Cut Soul Sandstone Slab.

Stone Cutting conditional
Cut Soul Sandstone Slab Cut Soul Sandstone Slab guaranteed

Mining & drops

sourcecountchanceconditions
Cut Soul Sandstone Slab1–1100%

Used in (1)

Crafting using Cut Soul Sandstone Slab, Cut Soul Sandstone Slab and Cut Soul Sandstone Slab, arranged in the pattern shown. Produces 3× Cut Soul Sandstone Vertical Slab.

Crafting conditional
Cut Soul Sandstone Slab
Cut Soul Sandstone Slab
Cut Soul Sandstone Slab
Cut Soul Sandstone Vertical Slab Cut Soul Sandstone Vertical Slab ×3 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:cut_soul_sandstone_slab
Namespace
quark
Mod ID
quark
Tags (5)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/slabs
minecraft:blocks/soul_fire_base_blocks
minecraft:blocks/soul_speed_blocks
minecraft:items/slabs

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:cut_soul_sandstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "soul_sandstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:cut_soul_sandstone"
  },
  "conditions": [
    {
      "raw": {
        "flag": "soul_sandstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:cut_soul_sandstone_vertical_slab"
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:soul_sandstone"
  },
  "conditions": [
    {
      "raw": {
        "flag": "soul_sandstone",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}