Nether Brick Slab
minecraft:nether_brick_slab

Nether Brick Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

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

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

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

Crafting
Nether Brick Slab Nether Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Nether Brick Slab1–1100%

Used in (1)

Crafting using Nether Brick Slab and Nether Brick Slab, arranged in the pattern shown. Produces Chiseled Nether Bricks.

Crafting
Nether Brick Slab
Nether Brick Slab
Chiseled Nether Bricks guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:nether_brick_slab
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/slabs
minecraft:items/slabs

Recipe JSON (3):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:nether_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:nether_brick_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:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:nether_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}