minecraft:loom

Loom

Minecraft · by Mojang Studios
block Axe Mineable

Acquisition

Crafting using String, String, Any Planks and Any Planks, arranged in the pattern shown. Produces Loom.

Crafting
Loom guaranteed

Crafting using Any String, Any String, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Loom.

Crafting
Loom guaranteed

Mining & drops

sourcecountchanceconditions
Loom1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "@@",
    "##"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "@": {
      "item": "minecraft:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "TT",
    "PP"
  ],
  "ingredients": {
    "P": {
      "tag": "aether:planks_crafting"
    },
    "T": {
      "tag": "c:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:loom",
  "experience": null,
  "cooking_time": null
}