Loom Table
chipped:loom_table

Loom Table

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

Loom Table is a block from Chipped, crafted from Stick, Alpha Log, Crafting Table, and Light Blue Wool.

Acquisition

Crafting using Stick, Stick, Stick, Alpha Log, Crafting Table, Alpha Log, Alpha Log, Light Blue Wool and Alpha Log, arranged in the pattern shown. Produces Loom Table.

Crafting
Loom Table Loom Table guaranteed

Mining & drops

sourcecountchanceconditions
Loom Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "yyy",
    "axa",
    "aca"
  ],
  "ingredients": {
    "a": {
      "tag": "minecraft:logs"
    },
    "c": {
      "tag": "minecraft:wool"
    },
    "x": {
      "item": "minecraft:crafting_table"
    },
    "y": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}