Files
minecraft-assets/data/minecraft/recipe/rail.json
2024-11-06 18:31:49 +01:00

17 lines
254 B
JSON

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