Files
minecraft-assets/data/minecraft/recipes/cherry_chest_boat.json
2024-02-28 18:28:54 +01:00

16 lines
269 B
JSON

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