minecraft-assets/data/minecraft/recipes/cherry_chest_boat.json

16 lines
271 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "chest_boat",
"ingredients": [
{
"item": "minecraft:chest"
},
{
"item": "minecraft:cherry_boat"
}
],
"result": {
"item": "minecraft:cherry_chest_boat"
}
}