block· Machines & Other Blocks

Brick Counter

[Let's Do] Bakery · by Satisfy
block Pickaxe Mineable

Brick Counter is a block from [Let's Do] Bakery, crafted from Bamboo Slab and Bricks.

Acquisition

Crafting using Bamboo Slab, Bamboo Slab, Bamboo Slab, Bricks, Bricks, Bricks, Bricks, Bricks and Bricks, arranged in the pattern shown. Produces 3× Brick Counter.

Crafting
Brick Counter ×3 guaranteed

Mining & drops

sourcecountdrop rateconditions
Brick Counter1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
bakery:brick_counter
Namespace
bakery
Mod ID
bakery
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "III",
    "BBB",
    "BBB"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:bricks"
    },
    "I": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "wood_fired_oven",
  "experience": null,
  "cooking_time": null
}