Shale Brick Vertical Slab
quark:shale_bricks_vertical_slab

Shale Brick Vertical Slab

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block Pickaxe MineableVertical SlabVertical Slab

Acquisition

Stone Cutting using Polished Shale. Produces Shale Brick Vertical Slab.

Stone Cutting conditional
Shale Brick Vertical Slab Shale Brick Vertical Slab guaranteed

Stone Cutting using Shale Bricks. Produces Shale Brick Vertical Slab.

Stone Cutting conditional
Shale Brick Vertical Slab Shale Brick Vertical Slab guaranteed

Stone Cutting using Shale. Produces Shale Brick Vertical Slab.

Stone Cutting conditional
Shale Brick Vertical Slab Shale Brick Vertical Slab guaranteed

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

Crafting conditional
Shale Brick Slab
Shale Brick Slab
Shale Brick Slab
Shale Brick Vertical Slab Shale Brick Vertical Slab ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Shale Brick Vertical Slab1–1100%

Used in (1)

Crafting using Shale Brick Vertical Slab, in any arrangement. Produces Shale Brick Slab.

Crafting ⇆ any arrangement conditional
Shale Brick Vertical Slab
Shale Brick Slab Shale Brick Slab guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:shale_bricks_vertical_slab
Namespace
quark
Mod ID
quark
Tags (3)
minecraft:blocks/mineable/pickaxe
quark:blocks/vertical_slab
quark:items/vertical_slab

Recipe JSON (4):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:polished_shale"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "shale",
            "type": "quark:flag"
          },
          {
            "flag": "vertical_slabs",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "quark:shale_bricks"
  },
  "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:shale"
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "stone_bricks",
            "type": "quark:flag"
          },
          {
            "flag": "shale",
            "type": "quark:flag"
          },
          {
            "flag": "vertical_slabs",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "quark:shale_bricks_slab"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "vertical_slabs",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}