minecraft:barrel

Barrel

Minecraft · by Mojang Studios
block Guarded By PiglinsAxe Mineable

Acquisition

Crafting using Any Planks, Any Wooden Slabs, Any Planks, Any Planks, Any Planks, Any Planks, Any Wooden Slabs and Any Planks, arranged in the pattern shown. Produces Barrel.

Crafting
Barrel guaranteed

Crafting using Skyroot Planks, Any Wooden Slabs, Skyroot Planks, Skyroot Planks, Skyroot Planks, Skyroot Planks, Any Wooden Slabs and Skyroot Planks, arranged in the pattern shown. Produces Barrel.

Crafting
Barrel guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Fisher (minecraft) minecraft:village_fisher1–1100%
Barrel1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:barrel
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/guarded_by_piglins
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PSP",
    "P P",
    "PSP"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "S": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PHP",
    "P P",
    "PHP"
  ],
  "ingredients": {
    "H": {
      "tag": "minecraft:wooden_slabs"
    },
    "P": {
      "tag": "aether:planks_crafting"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:barrel",
  "experience": null,
  "cooking_time": null
}