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

16 lines
226 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"item": "minecraft:minecart"
}
}