Crafting using Acacia Planks, Any Wooden Chest, Acacia Planks, Acacia Planks, Acacia Planks and Acacia Planks, arranged in the pattern shown. Produces Acacia Boat with Chest.
Acquisition
Crafting using Chest and Acacia Boat, in any arrangement. Produces Acacia Boat with Chest.
Related items
Developer reference
- Registry name
minecraft:acacia_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:acacia_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:acacia_boat"
}
],
"conditions": [],
"sequence": null,
"group_name": "chest_boat",
"experience": null,
"cooking_time": null
}
