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

24 lines
No EOL
358 B
JSON

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