Birch Boat with Chest
minecraft:birch_chest_boat

Birch Boat with Chest

Wood Type:
Minecraft · by Mojang Studios
item Chest Boats

Acquisition

Crafting using Birch Planks, Any Wooden Chest, Birch Planks, Birch Planks, Birch Planks and Birch Planks, arranged in the pattern shown. Produces Birch Boat with Chest.

Crafting conditional
Birch Boat with Chest Birch Boat with Chest guaranteed

Crafting using Chest and Birch Boat, in any arrangement. Produces Birch Boat with Chest.

Crafting ⇆ any arrangement
Chest
Birch Boat
Birch Boat with Chest Birch Boat with Chest guaranteed
Developer reference
Registry name
minecraft:birch_chest_boat
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/chest_boats

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:birch_planks"
    },
    "X": {
      "tag": "forge:chests/wooden"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "direct_chest_boat",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": "direct_chest_boat",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:chest"
    },
    {
      "item": "minecraft:birch_boat"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "chest_boat",
  "experience": null,
  "cooking_time": null
}