Ashen Boat with Chest
quark:ancient_chest_boat

Ashen Boat with Chest

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
item Chest Boats

Acquisition

Crafting using Any Wooden Chest and Ashen Boat, in any arrangement. Produces Ashen Boat with Chest.

Crafting ⇆ any arrangement conditional
Any Wooden Chest
Ashen Boat
Ashen Boat with Chest Ashen Boat with Chest guaranteed

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

Crafting conditional
Ashen Boat with Chest Ashen Boat with Chest guaranteed
Developer reference
Registry name
quark:ancient_chest_boat
Namespace
quark
Mod ID
quark
Tags (1)
minecraft:items/chest_boats

Recipe JSON (2):

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