Mason Table
chipped:mason_table

Mason Table

Chipped · by Alex Nijjar, Grimbop, Kekie6, ThatGravyBoat
block Axe Mineable

Acquisition

Crafting using Brick, Iron Ingot, Crafting Table, Iron Ingot, Any Logs, Clay Ball and Any Logs, arranged in the pattern shown. Produces Mason Table.

Crafting
Mason Table Mason Table guaranteed

Mining & drops

sourcecountchanceconditions
Mason Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
chipped:mason_table
Namespace
chipped
Mod ID
chipped
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#  ",
    "yxy",
    "aca"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:brick"
    },
    "a": {
      "tag": "minecraft:logs"
    },
    "c": {
      "item": "minecraft:clay_ball"
    },
    "x": {
      "item": "minecraft:crafting_table"
    },
    "y": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}