minecraft-src/data/minecraft/recipe/dark_oak_chest_boat.json
2025-07-04 01:41:11 +03:00

17 lines
No EOL
289 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "chest_boat",
"ingredients": [
{
"item": "minecraft:chest"
},
{
"item": "minecraft:dark_oak_boat"
}
],
"result": {
"count": 1,
"id": "minecraft:dark_oak_chest_boat"
}
}