Oak Counter
16×16 · BAKED

block· Machines & Other Blocks

Oak Counter

Wood Type:
Macaw's Furniture · by Sketch Macaw
block CounterAxe Mineable

Oak Counter is a block from Macaw's Furniture, crafted from Oak Slab and Oak Log.

Acquisition

Crafting using Oak Slab and Oak Log, arranged in the pattern shown. Produces Oak Counter.

Crafting
Oak Counter Oak Counter guaranteed

Mining & drops

sourcecountdrop rateconditions
Oak Counter1–1100%

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
mcwfurnitures:oak_counter
Namespace
mcwfurnitures
Mod ID
mcwfurnitures
Tags (2)
mcwfurnitures:blocks/counter
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "B"
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:oak_slab"
    },
    "B": {
      "item": "minecraft:oak_log"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "counter",
  "experience": null,
  "cooking_time": null
}