Files
minecraft-assets/data/minecraft/recipe/lightning_rod.json
2024-06-13 21:50:08 +02:00

18 lines
256 B
JSON

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