minecraft-src/data/minecraft/recipe/powered_rail.json
2025-07-04 02:00:41 +03:00

18 lines
No EOL
292 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:stick",
"R": "minecraft:redstone",
"X": "minecraft:gold_ingot"
},
"pattern": [
"X X",
"X#X",
"XRX"
],
"result": {
"count": 6,
"id": "minecraft:powered_rail"
}
}