26 lines
533 B
JSON
26 lines
533 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:lightning_rod"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"A",
|
|
"A",
|
|
"A"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:copper_ingot"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:lightning_rod",
|
|
"count": 1
|
|
},
|
|
"priority": 1
|
|
}
|
|
} |