Bamboo Raft with Chest
minecraft:bamboo_chest_raft

Bamboo Raft with Chest

Minecraft · by Mojang Studios
item Chest Boats

Acquisition

Crafting using Chest and Bamboo Raft, in any arrangement. Produces Bamboo Raft with Chest.

Crafting ⇆ any arrangement
Chest
Bamboo Raft
Bamboo Raft with Chest Bamboo Raft with Chest guaranteed

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

Crafting conditional
Bamboo Raft with Chest Bamboo Raft with Chest guaranteed
Developer reference
Registry name
minecraft:bamboo_chest_raft
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/chest_boats

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:chest"
    },
    {
      "item": "minecraft:bamboo_raft"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "chest_boat",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:bamboo_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
}