Red Nether Brick Slab
minecraft:red_nether_brick_slab

Red Nether Brick Slab

Minecraft · by Mojang Studios
block Pickaxe MineableSlabsSlabs

Acquisition

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

Crafting
Red Nether Brick Slab Red Nether Brick Slab ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Red Nether Brick Slab1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:red_nether_bricks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:red_nether_bricks"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}