Feather
minecraft:feather

Feather

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Feather Block, arranged in the pattern shown. Produces 9× Feather.

Crafting conditional
Feather Feather ×9 guaranteed

Padded using UU-Matter, UU-Matter and UU-Matter, arranged in the pattern shown. Produces Feather.

Padded
UU-Matter
UU-Matter
UU-Matter
Feather Feather guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Plains House (minecraft) minecraft:village_plains_house1–1100%
Loot table: Shipwreck Map (minecraft) minecraft:shipwreck_map1–3100%
Mob loot table: Parrot (minecraft) minecraft:parrot1–1100%
Raw Chicken1–1100%
Gameplay loot table: Cat Morning Gift (minecraft) minecraft:cat_morning_gift1–1100%
Loot table: Village Fletcher (minecraft) minecraft:village_fletcher1–1100%

Used in (3)

Crafting using Flint, Stick and Feather, arranged in the pattern shown. Produces 4× Arrow.

Crafting
Flint
Stick
Feather
Arrow Arrow ×4 guaranteed

Crafting using Book, Ink Sac and Feather, in any arrangement. Produces Book and Quill.

Crafting ⇆ any arrangement
Book
Ink Sac
Feather
Book and Quill Book and Quill guaranteed

Crafting using Feather, Copper Ingot and Stick, arranged in the pattern shown. Produces Brush.

Crafting
Feather
Copper Ingot
Stick
Brush Brush guaranteed
Developer reference
Registry name
minecraft:feather
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "0"
  ],
  "ingredients": {
    "0": {
      "item": "supplementaries:feather_block"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "feather_block",
            "type": "supplementaries:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "reborncore:padded",
  "pattern": [
    "U  ",
    "U  ",
    "U  "
  ],
  "ingredients": {
    "U": {
      "item": "techreborn:uu_matter"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}