Files
minecraft-assets/data/minecraft/recipe/lightning_rod.json
2025-03-12 18:31:32 +01:00

16 lines
234 B
JSON

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