Files
minecraft-assets/data/minecraft/recipes/powered_rail.json
2023-09-13 18:35:07 +02:00

25 lines
389 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,
"item": "minecraft:powered_rail"
},
"show_notification": true
}