Files
minecraft-assets/data/minecraft/recipes/lightning_rod.json
2024-01-31 18:29:15 +01:00

17 lines
242 B
JSON

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