Crafting using Brick, Iron Ingot, Crafting Table, Iron Ingot, Any Logs, Clay Ball and Any Logs, arranged in the pattern shown. Produces Mason Table.
Mason Table
Chipped · by Alex Nijjar, Grimbop, Kekie6, ThatGravyBoat
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mason Table | 1–1 | 100% | 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
}

