mc/minecraft/resources/data/minecraft/recipe/jungle_chest_boat.json
Mojang d16851f5f6 1.21
SemVer: 1.21
2024-06-13 08:24:03 +00:00

17 lines
285 B
JSON

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