Files
minecraft-assets/data/minecraft/recipes/lightning_rod.json
2022-05-18 18:37:27 +02:00

16 lines
216 B
JSON

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