24 lines
374 B
JSON
24 lines
374 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stone_pressure_plate"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:iron_ingot"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"X X",
|
|
"X#X",
|
|
"XRX"
|
|
],
|
|
"result": {
|
|
"count": 6,
|
|
"id": "minecraft:detector_rail"
|
|
}
|
|
} |