minecraft:fletching_table

Fletching Table

Minecraft · by Mojang Studios
block Axe Mineable

Acquisition

Crafting using Flint, Flint, Skyroot Planks, Skyroot Planks, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Fletching Table.

Crafting
Fletching Table guaranteed

Crafting using Flint, Flint, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Fletching Table.

Crafting
Fletching Table guaranteed

Mining & drops

sourcecountchanceconditions
Fletching Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "FF",
    "PP",
    "PP"
  ],
  "ingredients": {
    "F": {
      "item": "minecraft:flint"
    },
    "P": {
      "tag": "aether:planks_crafting"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:fletching_table",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "@@",
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "@": {
      "item": "minecraft:flint"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}