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

22 lines
329 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"X X",
"X#X",
"X X"
],
"result": {
"count": 16,
"item": "minecraft:rail"
},
"show_notification": true
}