Crafting using Any Wooden Chest and Ashen Boat, in any arrangement. Produces Ashen Boat with Chest.
Ashen Boat with Chest
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
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.
Related items
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
}
