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

17 lines
255 B
JSON

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