1
0
Files
datapack/data/noemie_mc/recipe/copper_rail.json
2026-04-06 19:28:59 +02:00

20 lines
323 B
JSON

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