minecraft:chiseled_stone_bricks

Chiseled Stone Bricks

Minecraft · by Mojang Studios
block Pickaxe MineableStone BricksStone Bricks

Acquisition

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

Crafting
Stone Brick Slab
Stone Brick Slab
Chiseled Stone Bricks guaranteed

Stone Cutting using Stone. Produces Chiseled Stone Bricks.

Stone Cutting
Chiseled Stone Bricks guaranteed

Mining & drops

sourcecountchanceconditions
Infested Chiseled Stone Bricks1–1100%Drops itself with Silk Touch
Chiseled Stone Bricks1–1100%Survives Explosion

Used in (1)

Crafting using Chiseled Stone Bricks, Chiseled Stone Bricks, Chiseled Stone Bricks, Chiseled Stone Bricks, Netherite Ingot, Chiseled Stone Bricks, Chiseled Stone Bricks, Chiseled Stone Bricks and Chiseled Stone Bricks, arranged in the pattern shown. Produces Lodestone.

Crafting
Lodestone guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (3):

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