Soul Sandstone Brick Slab
quark:soul_sandstone_bricks_slab

Soul Sandstone Brick Slab

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

Acquisition

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

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

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

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

Mining & drops

sourcecountchanceconditions
Soul Sandstone Brick Slab1–1100%

Used in (1)

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

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

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:soul_sandstone_bricks_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 (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:soul_sandstone_bricks"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "sandstone_bricks",
        "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:soul_sandstone_bricks_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_bricks"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "soul_sandstone",
            "type": "quark:flag"
          },
          {
            "flag": "sandstone_bricks",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}