minecraft-assets/data/minecraft/recipes/lightning_rod.json

17 lines
242 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"key": {
"#": {
"item": "minecraft:copper_ingot"
}
},
"pattern": [
"#",
"#",
"#"
],
"result": {
"item": "minecraft:lightning_rod"
}
}