Files
minecraft-assets/data/minecraft/recipes/jungle_chest_boat.json
2022-05-18 18:37:27 +02:00

15 lines
249 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "chest_boat",
"ingredients": [
{
"item": "minecraft:chest"
},
{
"item": "minecraft:jungle_boat"
}
],
"result": {
"item": "minecraft:jungle_chest_boat"
}
}